/* Reset */
* { margin: 0; padding: 0; border:0; list-style:none; }

body {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.content{
	margin: 0 auto;
    width: 918px;
    z-index: 2;
	}
.content .header{
	height:70px;
	position:relative;
	}
.content .header .logo{
	float:left;
	padding:20px 0 20px 0px;
	width:15%;
	}
.content .header .text{
	float:right;
	padding:25px 0px 15px 0;
	width:75%;
	text-align:right;
	}
.frame{
	min-height:517px;
	background:url(../img/frameBordersRepeat.png) repeat-y scroll 0 0 transparent;
	display:block;
	position:relative;
	}
.frame .topSpan{
	background:url(../img/frameTop.png) no-repeat scroll 0 0 transparent;
	height:34px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	}
.frame .bottomSpan{
	background:url(../img/frameBottom.png) no-repeat scroll 0 0 transparent;
	height:34px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	}
.frame .frameContent{
	position:relative;
	padding:20px;
	}
.frame .frameContent .boxAccordion{
	}
.frame .frameContent .boxAccordion .box{
	border: 1px solid #E3E3E3;
    border-radius: 2px 2px 2px 2px;
    margin: 9px 0 15px;
    padding: 11px 15px 11px 10px;
    position: relative;
	}
.frame .frameContent .boxAccordion .box h4{
    color: #333333;
    font-size: 12px;
    margin: 0 0 0 25px;
    padding: 18px 0;
    text-transform: uppercase;
	}
.frame .frameContent .boxAccordion .box a.apply-accordion{
    background: url("../img/arrow.png") no-repeat scroll 0 0 transparent;
    bottom: 11px;
    height: 18px;
    position: absolute;
    right: 25px;
    width: 25px;
	}
.frame .frameContent .boxAccordion .box a.apply-accordion:hover{
	background-position: 0 -70px;
	}
.frame .frameContent .boxAccordion .box .boxContent{
	/*display:none;*/
	display:none;
	margin: 0px 25px 20px 25px;
	}


.frame .frameContent h2{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0 20px 35px;
	color: #333333;
	}
.frame .frameContent h3{
	font-size:12px;
	font-weight:bold;
	margin:10px 0 20px 35px;
	color: #333333;
	}	
.frame .frameContent ul{
	float:left;
	margin:10px 17px 0 35px;
	min-width:240px;
	height:100%;
	}
.frame .frameContent ul li{
    float: left;
    padding: 14px 15px 0 0;
    width: 250px;
	}
.models{
    float: left;
    padding: 14px 15px 0 0;
    width: 250px;
    height: 28px;
    overflow: hidden;
	}
.footer{
	margin:10px 0 0 0;
	}
	
.footer .links{
	float:right;
	padding-top:3px;
	}
.footer .links a{
	float:left;
	margin:0 0 0 15px;
	}
.footer .copy{
	float:left;
	font-size:9px;
	}

.clear {
	clear:both;
	visibility:hidden;
	}
a {font : lighter 11px Arial; color : #333333; text-decoration : none;}
a:active, a.text:link, a.text:visited {font : lighter 11px Arial; color : #727272; text-decoration : none;}
a:hover {	font : lighter 11px Arial;	color : #727272;	text-decoration : none;	background-color:#eeeeee;}

div.intro {	font : 10px Arial;	color : #333333;}

.textdisclaimer {font : lighter 10px Arial;}
.textdisclaimerbold {font : bold 10px Arial; }
.textdisclaimerbold_access{font : bold 12px Arial; text-align: center;}

.textforgotpassword{font : lighter 11px Arial;}

.error {text-align: center; color: red}

a.anchordisclaimer {	font : lighter 10px Arial; color : #000000;	text-decoration : none;}
a.anchordisclaimer:hover {	font : lighter 10px Arial;	 text-decoration : none; background-color:#FFFFFF; color: #727272}

input {	font : lighter 10px Arial; color : #666666;  text-decoration:none;


    border: 1px solid #666;
    background: #fff;
padding:0 5px;
}

input:hover {
    text-decoration:underline;
}


label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
