/* Start of CMSMS style sheet 'AM form CSS' */
.questionform fieldset {padding: 1em; background-color: #eee; margin: 10px; z-index: 5}  
.questionform fieldset legend {font-weight: bold;}  
.questionform div {width: 100%; padding: 0.25em 0 0.25em 0.5em;}  
.questionform div label {display: block; width: 18em;}  
.questionform div.required {color: #f00;}


.contactform div.required {
color: #f00;
margin-top: 10px;
margin-left: 20px;
font-size: 12px;
margin-bottom: 5px;
}

.contactform input {
float: right;
margin-right: 20px;
width: 300px;
margin-top:-10px;
}

div.contactform {
line-height: 15px;
font-size: 14px;
}



fieldset{
background: #DDDDDD;
width: 700px;
}

div.captcha {
padding-top: 20px;
font-size: 12px;
}

textarea{
margin: 20px;
}

div label{
margin-left: 20px;
margin-top: 10px;
font-size: 12px;
}

div .submit input{
margin-top: 5px;
margin-bottom:5px;
}
/* End of 'AM form CSS' */

