/* Start of CMSMS style sheet 'll_forms' */
@charset "utf-8";

/*****************************************/
/*** Linuxland Forms
/*****************************************/
div.header_slot_group {
   position: relative;
   top: 1px;
}
.search_form, .login_form {
   float: right;
   margin: 0px 25px 0px 16px;
   height: 56px;
}
.search_form {
   width: 173px;
}
.login_form {
   width: 311px;
}

.header_slot_group form label, .header_slot_group div form label {
   display: block;
   background: transparent url('uploads/images/bg_entry_form.png') no-repeat left 3px;
   color: white;
   font-size: 10px;
   margin-top: 15px;
   margin-bottom: 6px;
   padding-left: 6px;
   text-transform: uppercase;
}
.header_slot_group form input, .header_slot_group div form input {
border:1px solid #CECDCB;
font-size:8px;
height:14px;
line-height:18px;
margin-bottom:0;
margin-right:0;
margin-top:2px;
padding:0;
vertical-align:top;
width:126px;
}
.header_slot_group form input.submit_ok, .header_slot_group div form input.submit_ok {
   width: 29px;
   height: 18px;
   border: 0px solid white;
   margin-top: 1px;
}
/* End of 'll_forms' */

