body {
    background: none repeat scroll 0% 0% rgb(251, 251, 251);
    min-width: 0px;
}

.center {
   width: 304px;
   min-height: 300px;
   position: absolute;
   left: 50%;
   top: 35%; 
   margin-left: -150px;
   margin-top: -150px;
}
.center img{
	margin-bottom:10px;
}

#recaptcha_image{margin-left:-18px !important;}
#recaptcha_image img{margin-left:0px !important;}




.button1 {
color: #ffffff;
padding:0.3em;
text-decoration:none;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background-color:#fd9f1b;
border:1px solid #ff9500;
cursor:pointer;
}
.button1:hover {
background-color:#ff9500;
border:none;
border:1px solid #ff9500;
}

.button1:active {
position:relative;
top:1px;
}


a img{border:none;}


#login {
    margin:0 auto;
    width: 304px;
    padding: 0px;
	overflow: hidden;
}

.login_form {
    border: 1px solid rgb(229, 229, 229);
    padding: 26px 18px 46px;
    font-weight: normal;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
	-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:3px;
box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);
}

.error{font-weight:normal;color:#ff0000;}









