/* Start of CMSMS style sheet 'Form style' */
.contactform textarea, input[type=text], input[type=password]{
   font-family:Arial, tahoma, verdana;
   font-size:12px;
   margin:0 0 5px 0;
   width:300px;
}

textarea, input[type=text], input[type=password] {
   border: 1px solid #777;
   background: #fff;
   color: #000;
   padding:2px;
}

input[type=text], input[type=password]{
   padding:2px;
}

option{
    width:290px;
}


/*
input[type=submit] {
   background: #455560;
   color: #fff;
   padding: 2px;
   border: 0px solid #000;
   margin: 10px 0 0 0;
}
*/

.contactform .setH{
     height:17px;
     font-weight:normal;
}

.contactform .checkbox{
    margin:0 0 0 20px;
}

/* End of 'Form style' */

