#default_form {
	width: 600px;
	padding: 0px;
	margin: 0 auto;
	background: #A4AFBD;
	color: black;
}

#default_form .form_body{
	padding: 0px;
	width:600px;
}

#default_form .form_body table{	
	width:600px;
}

#default_form .form_body table td{	
	padding-top:5px;
	padding-bottom:5px;
}

#default_form .labelInput{	
	width:240px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-right:10px;	
	color:black;
}
#default_form .labelSpanInput{	
	width:300px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	font-style:italic;
	padding-left:10px;	
}

.text, .password, .textarea, .select{		
	text-align:left;
	vertical-align:middle;
	padding:8px 0 0 8px;
	
}


input.captcha{	
	width:80px;	
	float:left;
	margin-left:10px;
}

.captchaImg{		
	padding:10px;
}

.inputValid{	
	width:230px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	padding-left:10px;
}

.okValid{	
	padding-left:0px;
	color:green;
}

.errValid{	
	padding-left:0px;
	color:red;
}

#default_form .form_top{
	height: 24px;
	padding: 10px 0px 0px 10px;
	text-align:center;
	background: #95BA2E none repeat scroll 0 0;
	color:#faefd9;
	text-shadow: #000 1px 1px 5px;
	
}
.noMargin{
	margin:0px;
}

div.errorMessage  {
background:#DAA none repeat scroll 0 0;
border:2px solid red;
color:red;
font-weight:bold;
font-size:14px;
width:95%;
margin: 0 auto;
height: 35px;
text-align:center;
padding-top:10px;
vertical-align: middle;
}

/* ----- Developer tools --- */
div.adm  {
background:#9D7 none repeat scroll 0 0;
border:2px solid green;
color:green;
font-weight:bold;
width:95%;
margin: 0 auto;
height: 35px;
vertical-align: middle;
overflow : hidden;
filter: alpha(opacity=80); -moz-opacity: 0.8;
}

#constant_bar
{
bottom:10px;
color:#111111;
font-size:11px;
height:35px;
padding:0;
position:fixed;
right:0;
width:100%;
z-index:99;
}

#login_form {
	width: 200px;
	padding: 0px;
	margin: 0 auto;
}
#login_form .form_body{
	float: left;
	padding: 0px;
	width:200px;
	margin: 40px 0 0 0;
}
#login_form .mainSiteLogin{
	background:url(../images/start/login_bg.png) no-repeat top center;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	vertical-align:middle;
	&padding: 20px 0 0 0;
}

#login_form .form_body table{	
	padding-top:10px;
	width:200px;
}

#login_form .form_body table td{	
	padding-top:2px;
	padding-bottom:2px;
}

#login_form .labelInput{
	color:#FFF;
	width:50px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	padding-left:10px;	
}

#login_form .labelSpanInput{	
	width:150px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	font-style:italic;
	padding-left:10px;	
}

#login_form .form_top{
	height: 14px;
	padding: 10px 0px 0px 10px;
	text-align:center;
	background: #008FC1 none repeat scroll 0 0;
	font-size:10px;
}
#login_form input[type=text], #login_form input[type=password], #login_form select {
	width:120px;
	height:15;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/inputs/login_input.png) no-repeat top left;
	border:none;
	color:#2A2A2A;
	text-shadow:#fff 1px 1px 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#login_form .select{
	width:130px;
	&background:#ddd5c1;
	&border:none;
}

#login_form input[type=submit] {
	width:130px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/inputs/button_off.png) no-repeat top left;
	border:none;
	padding-bottom:3px;
	color:#FFFFCC;
	text-shadow:#333 1px 1px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#login_form input[type=submit]:hover {
	background:url(../images/inputs/button_on.png) no-repeat top left;
	text-shadow:#fff 1px 1px 5px;
	cursor:pointer;
}


.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 2px 0 0;
	background: url(/images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(/images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(/images/select.gif) no-repeat;
	overflow: hidden;
}
