/* 
	HACK STYLESHEET!
	
	THIS STYLESHEET IS NOT COMPATIBLE WITH OTHER PAGES OF THE SITE. USE ONLY FOR THE LOGIN PAGE!

*/



/* general styles */

br.clear { 
	clear: both;
}

hr.thick-bar {
	background: url(images/thick-bar.png) repeat-x;
	border: 0;
	height: 9px;
	margin-bottom: 0px; /*changed from 15px to 0px*/
}

#wrapper { margin: 0 50px; position: relative; padding-top: 50px; }

/* logo */
#masthead { clear: both; text-indent: -9999em; background: url(images/parnter_net_logo.jpg) no-repeat; height: 6.17em; width: 314px; }
 #masthead a { display: block; height: 74px; width: 296px;  }
 
#login-info {
	background: url(images/welcome.png) no-repeat top left;
	float: left;
	margin: 0 70px 0 42px !important;
	margin: 0 70px 0 21px;
	padding-top: 40px;
	width: 330px;
}

#login {
	float: left;
	width: 325px;
}
 #login h2 {
	color: #fff;
	background: #31932B url(images/login-h2.png) no-repeat;
	border: none;
	padding: 3px 5px 3px 24px;
}
 #login div.container {
	border: 1px solid #dde3eb;
	background: #ecf1f6;
	margin: 1px 0 0 .5em 0;
	padding: 10px 15px;
}
 #login table td {
	font-size: 0.9em;
}
 #login td.label {
	padding-right: 5px;
	width: 80px;
}
 #login input {
	font-size: 100%;
	border: 1px solid #cbcbcb;
	padding: 0.2em
}
 #login input.submit {
	background: #fdfdfd url(images/search-submit.png) 0 100% repeat-x;
	color: #005194;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0.17em 0.5em;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	font-size: 1em;
}
.login input.submit {
	background: #fdfdfd url(images/search-submit.png) 0 100% repeat-x;
	color: #005194;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0.17em 0.5em;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	font-size: 1em;
}

.LoginButton
{
	background: #fdfdfd url(images/PartnerLogin.gif) 0 100% no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	font-size: 1em;
	border-top: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	border-bottom: 0px solid #a0a0a0;
	border-right: 0px solid #a0a0a0;
	Height:28px;
	text-align:center;
	padding-left:5px;
	Cursor:pointer;
}



