@charset "utf-8";
/* CSS Document */

.login_container{
	float:left; margin:0;
	width:320px; height:500px;
	padding:100px 0 0 305px;
}
.login{
	width:317px;
	height:340px;
	float:left; margin:0 auto; 
	padding:0;
	background:url(../images/login.png) no-repeat top left;

	}

.form_holder {
			width:300px;
		padding:10px 5px 20px 5px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:160%;
		float:left;
}

.login_title{
	width:250px;
	height:30px; float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold;
	padding:80px  0 0 45px;
	}
	
	
.button {

	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#050;
 	background:url(../images/btn_bg.png) repeat-x;
	border: 1px solid #CC731A;
	cursor:pointer;
}	
.button a:hover{
	text-decoration:none;
	color:#FF6600;
	background:url(../images/btn_bg_over.png) repeat-x;
}	
.button a:link{
	text-decoration:none;
	color:#660000;
}	

.button a:active{
	text-decoration:none;
	color:#660000;
}	

.cssform a{
	color:#660000;
	}
.cssform a:hover{
	color:#009900;
	}	

.cssform p{
float:left
clear: left;
margin: 0;
padding: 5px 0 8px 0;
 /*width of left column containing the label elements*/

}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 220px;
height:20px;
margin: 0;
background:url(../images/inputbg.jpg);
background-repeat:repeat-x;
font-size:12px;
color:#666666;
border: 1px solid  #bbbbbb;
}

.cssform input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width:auto;
	height:25px;
	margin: 0;
	color:#662D0B;
	background:url(../images/btn_bg.png) repeat-x;
	font-size:12px;
	padding:0 10px;
	border: 1px solid #CC731A;
	cursor:pointer;

		
}
.cssform input[type="submit"]{
	color:#000000;}
	.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 220px;
	height:20px;
	margin: 0;
	background:url(../images/inputbg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	color:#666666;
	border: 1px solid  #bbbbbb;
}

.cssform textarea{
width: 220px;
height: 60px;
margin: 0;
background:url(../images/inputbgbig.jpg);
background-repeat:repeat-x;
font-size:12px;
color:#666666;
border: 1px solid  #bbbbbb;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
body input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width:auto;
	height:25px;
	margin: 0;
	color:#662D0B;
	background:url(../images/btn_bg.png) repeat-x;
	font-size:12px;
	padding:0 10px;
	border: 1px solid #CC731A;
	cursor:pointer;
}
