#user_add_head_a img{
max-width: 90%;
}


.contact_table {
margin:15px 10px;
padding:10px;
}

.contact_table th{
width:40%;
font-size:12px;
text-align: left;
vertical-align: middle;
padding: 10px 0;
border-bottom: 10px solid #FFFFFF;
}
.contact_table th.required{
background: url("/common/img/y_line.gif") repeat-y scroll right top transparent;
width:5%;
padding:10px 0;
}
.contact_table td{
font-size:12px;
padding:10px;
vertical-align: middle;
}
.contact_table tr input[type="text"],
.contact_table tr input[type="password"],
.contact_table tr textarea{
width:100%;
}

.text_captcha img{
width:150px;
}

#user_add{
margin:10px;
padding:10px;
}

#user_add_b a {
background: url("/user/user_entry/images/bg_user-add_facebook.gif") no-repeat scroll center bottom transparent;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 38px;
line-height: 38px;
margin: 0;
padding: 2px 0 0 60px;
text-align: left;
text-decoration: none;
vertical-align: middle;
width: 180px;
}
#user_add_c a {
background: url("/user/user_entry/images/bg_user-add_twitter.gif") no-repeat scroll center bottom transparent;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 38px;
line-height: 38px;
margin: 0;
padding: 2px 0 0 60px;
text-align: left;
text-decoration: none;
vertical-align: middle;
width: 180px;
}

.form-title{
color:#007bc3;
}

#btn_add .bg-btn-red{
background: #fa1807;
background: -o-gradient(linear, left top, left bottom, from(#ff7357), to(#fa1807));
background: -moz-gradient(linear, left top, left bottom, from(#ff7357), to(#fa1807));
background: -webkit-gradient(linear, left top, left bottom, from(#ff7357), to(#fa1807));
border: 1px #fa0808 solid;
color: #f7fee9;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
-moz-border-radius: 5px;
border-radius: 5px;
width:50%;
height: 31px;
line-height: 31px;
text-align: center;
text-decoration: none;
font-size:0.8em;
font-weight:bold;
}


/*-- finish.html --*/
#finish-form {
margin:10px;
padding:10px;
}