@charset "utf-8";
/* CSS Document */

.cms_mod_form {
	font-size: 12px;
}
#cms_form_1,
.cms_mod_form p { 
	
}
#cms_form_1 {
	padding: 12px 0px; 
}
.cms_mod_form p {

}
.cms_mod_form .inputgroup { 
	border-top: 2px dotted white; 
	padding-top: 24px;
	/* background-color: #EFEFEF; */ 
}
.cms_mod_form .inputgroup .grouptitle { 
	font-weight:bold; 
}
.cms_mod_form .formfield{
	margin-bottom: 4px;
}
.cms_mod_form .formfield.required label.textlabel {
}
.cms_mod_form .formfield input, 
.cms_mod_form .formfield textarea,
.cms_mod_form .formfield select, 
.cms_mod_form .submit,
.cms_mod_form .reset {
	border: 1px solid #300030;
	background-color: #FFFFFF;
	width: 232px;
}
.cms_mod_form .formfield.required .req_asterix {
	color: white;
}

.cms_mod_form .formfield label.textlabel {
	margin-right: 8px;
	clear: left;
	display: block;
	float: left;
	width: 130px;
}
.cms_mod_form .formfield .selectgroup {
	padding-left: 110px;
}
.cms_mod_form .formfield .selectgroup input {
	
	border: 0px;
	background-color: #00A1F3;
	width: 20px;
}
.cms_mod_form .formfield textarea{
	height: 120px;
}
.cms_mod_form .submit {
	margin-left: 138px;
	width: 128px;
	border: 1px solid #300030;
	font-size: 14px;
}
.cms_mod_form input.submit:hover {
	cursor: pointer;
}
.cms_mod_form .reset {
	display: none;
}
.cms_mod_form p {
/* 	display: none; */
}
.cms_mod_form .formfield option {
	background-color: white;
	color: #505050;
}
.cms_mod_form .inputgroup textarea {
	width: 414px;
	clear: left;
}
.cms_mod_form div.captcha {
	margin-left: 130px;
}
.cms_mod_form .captcha_input, .cms_mod_form .captcha_refresh {
	width: 115px !important;	
}  
