
/*-------------------------------------------------------------------
-------------------------WEBSITES MAIN CONTENT-----------------------
---------------------------------------------------------------------*/

.headernav .maincontent {
	padding: 4em 2em 4em 2em;
	width: 380px;
	margin-top:120px;
	margin-left:inherit;
	margin-right:inherit;
	margin-bottom:5px;
	text-align: left;
	height: auto;
	position: relative;
}

.headernav   .maincontent   #bkg {
	width: auto;
/*	padding: 1.5em 1em 1.5em 1em;
*/	height: auto;
}


/*----------------------------------------------------------------------------------------
-------------------------WEBSITES ROUNDED CORNER BOXES WITH CONTENT-----------------------
------------------------------------------------------------------------------------------*/

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../images/rndcnr_white.png);
	height: 18px;
	font-size: 1em;
	width:380px;
	margin-left: -18px;
}
	
.top-left, .bottom-left { 
	margin-right: 18px;
}

.top-right, .bottom-right { 
	font-size: 1em;
	margin-left: 18px;
	margin-top: -18px;
}

.top-right {
	background-position: 380px 0;
}

.bottom-left  { 
	background-position: 0 -18px;
}

.bottom-right { 
	background-position: 380px -18px;
}

.inside {
	background: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #4A494D; 
	font-size: 1em;
	padding-left: 18px;
	margin-left: -17px;
	padding-right: 7px;
	width: 390px;
}

.notopgap {
	margin-top: -0.1em;
	padding-top: 0.2em;
}

.nobottomgap {
	margin-bottom: -0.1em;
	padding-bottom: 1em;
}


/*-----------------------------------------------------------------
-------------------------LOGIN FORM ELEMENTS-----------------------
-------------------------------------------------------------------*/

.headernav .maincontent #bkg .inside .notopgap .loginText {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:0.8em;
	display: block;
	line-height: 20px;
	width: auto;
	color:#666;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.headernav .maincontent #bkg .inside .notopgap input {
	font-family: Arial, Verdana, sans-serif;
	font-size:0.8em;
	color:#00AEEF;
	height: 23px;
	width: 210px;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
	border:solid 0 #fff;
	line-height: 1em;
}


.headernav .maincontent #bkg .inside .notopgap input:focus { 
	outline: none;
}

.headernav .maincontent #bkg .inside .notopgap #Button1 {
	width: 82px;
	height: 28px;
	text-indent: -1000em;
	background: url(../images/signin_tab.png) no-repeat left;
	/*margin-top: -30px;*/
	/*padding-bottom: 30px;*/
	margin-left: -2px;
	position: absolute;
	bottom: 130px;
	left: 320px;
	cursor: pointer;
}

.headernav .maincontent #bkg .inside .notopgap #Button1:hover, .headernav .maincontent #bkg .inside .notopgap #Button1:active {
	background-position: -82px;
	cursor: pointer;
}