/* CSS Document */

form{
padding:0px;
margin:0px;
}

#hidden{
	display:none;
}

body {
margin: 0px;
background-repeat:no-repeat;
background-position:center top;
background-attachment:fixed;
/*background-color:#fff;
background-repeat:repeat;*/
/*background: url(../background-tester/background-clean-up.jpg) no-repeat center bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: contain;*/
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../background-tester/background-clean-up.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../background-tester/background-clean-up.jpg', sizingMethod='scale')";*/
}
/* TANGs 80 */

form#userform ,fieldset#userform {
	border:#F35712 1px solid;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	margin-top:5px;
	width: 965px;
	margin-bottom:5px;
}

#masthead_80{
	border:red 1px solid;	
	width: 966px;
	height:120px;
}
#masthead_80 .leftnav{
	width: 966px;
	margin:20px 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#masthead_80 .leftnav .logo{
	width:230px;
	height:40px;
	margin:0 26px 0 15px;
	float:left;
}
#masthead_80 .leftnav .topnav{
	float:right;
	font-size:10px;
	font-weight:bold;
	margin-right: 7px;
	*margin-right:4px;
}
#masthead_80 .leftnav .topnav ul{
	padding:0;
	margin:0;
}
#masthead_80 .leftnav .topnav ul li{
	float:left;
	list-style-type:none;
	margin:0 15px 0 0;
	
}
#masthead_80 .leftnav .topnav ul li a{
	color:#000000;
	text-decoration:none;
}
#masthead_80 .leftnav .bottomnav{

	font-size:13px;
	margin:71px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	background-color:#E75364;

}
#masthead_80 .leftnav .bottomnav ul{
	width:966px;
	float:left;	
	
}
#masthead_80 .leftnav .bottomnav a{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
		line-height:15px;
}


#masthead_80 .leftnav .bottomnav a:hover{
	color:#f45712;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E77A87;
	color:white;
}
#masthead_80 .leftnav .bottomnav ul li ul a:hover{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;

}
#masthead_80 .leftnav .bottomnav ul li ul{
	width: 207px;
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	
}

#masthead_80 .leftnav .bottomnav ul li ul li.last-item a{
	border-bottom:#CCCCCC 0px solid;
}
#masthead_80 .leftnav .bottomnav ul li ul li a{
	border-bottom:#CCCCCC 1px solid;
	color:black;
}

#masthead_80 .right80{
	display: none;
	width:200px;
	float:left;
}

#myslidemenu ul .logout {
	width:60px;	
	padding-left:640px;
}

.footer  {
margin:5px;
text-align:center;
line-height:20px;
font-family:Helvetica, Arial, sans-serif;
font-size:11px;
background-color: #E75364;
   height: 20px;
   width: 966px;
   color: white;
}


/* End */