
#error_form{text-align:center;color:#ff0000;font-size:14px;}

.form_style {color:#666666;font-size:12px;}

.form_style table {margin:2%;}

.form_line{display:block;}

#reload{background:url("../img/reload.png") no-repeat center;width:30px;height:30px;padding:5px;display:inline-block;cursor:pointer;}

.info_form{
-moz-border-radius-bottomright:4px;
-moz-border-radius-topright:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-top-right-radius:4px;
border:1px solid #888888;
background-color:#f6f6f6;
display:block;
font-size:12px;
margin-left:-1px;
line-height:28px;
width:270px;
height:28px;
padding-left:10px;
}


.form_style input[type=text],.form_style input[type=password]{
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px;
-webkit-border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border:1px solid #cccccc;
display:block;
font-size:12px;
margin-left:10px;
padding:5px;
width:200px;
height:18px;
}


.form_style input[type=submit],.form_style input[type=button],input.submit_style[type=submit] {
background:url("../img/form_style_submit.png") no-repeat #ffffff;
border:none;
color:#ffffff;
line-height:40px;
height:40px;
display:block;
text-align:center;
font-size:16px;
margin:auto;
margin-top:20px;
width:180px;
cursor:pointer;
}



.form_style input[type=submit]:hover,.form_style input[type=button]:hover,input.submit_style[type=submit]:hover {
background-position:0 -41px;
color:#666666;
}

.form_style input.telecharge[type=button],.form_style input.telecharge[type=submit]{
background-position:0 -82px;
color:#ffffff;
}

.form_style input.telecharge[type=button]:hover,.form_style input.telecharge[type=submit]:hover{
background-position:0 -41px;
color:#666666;
}

.form_style input.captcha[type=text] {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px;
-webkit-border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border:1px solid #cccccc;
display:block;
font-size:16px;
margin-left:10px;
padding:5px;
width:200px;
height:28px;
}
