/*input forms*/
.normal_input,
.phone_prefix_input,
.phone_number_input,
.dropdown_list,
.normal_textarea{
border:1px solid #888888;
width:180px;

}
.phone_prefix_input{
width:20px;
}
.phone_number_input{
width:134px;
}
.dropdown_list{
width:183px;
}
.normal_textarea{
height:100px;
font:10px/1 Verdana;
}
#loginform{
margin-left:14px;
text-align:left
}
#login_cont{
position:relative;
}

#loginbox{
width:580px;
text-align:right;
position:absolute;
top:10px;
color:#a92020;
font-size:9px;
line-height:10px;
}

input.qlogin_input{
font-size:11px;
height:21px;
width:150px;
margin-bottom:0px;
padding-left:4px;
padding-right:4px;
background:url("/images/40/input.jpg");
background-position:0px 0px;
background-repeat:no-repeat;
}

#qlogin_button{
height:25px;
width:105px;
margin-top:7px;
padding:1px;
padding-bottom:3px;
font-size:11px;
font-weight:bold;
}


#admin_button{
color:#cc0033;
font-size:16px;
font-weight:bold;
height:40px;
width:100%;
}

#lisym{
width:107px;
margin-left:1px;
margin-top:10px;
height:30px;
background:url("/images/40/input.jpg");
background-position:0px -23px;
}
#lisym:active{
width:107px;
margin-left:1px;
margin-top:11px;
height:30px;
background:url("/images/40/input.jpg");
background-position:0px -53px;
}

#losym{
width:107px;
margin-left:1px;
margin-top:10px;
height:30px;
background:url("/images/40/input.jpg");
background-position:0px -83px;
}
#losym:active{
width:107px;
margin-left:1px;
margin-top:11px;
height:30px;
background:url("/images/40/input.jpg");
background-position:0px -113px;
}

.logged_in{
font-size:12px;
color:#f2e3ac;
}
/*input _forms END*/

.stylebutton{
height:28px;
margin-top:10px;
background:#1b5376; 
color:#ffffff;

}

