@charset "utf-8";
/* CSS Document */

.cms_mod_form {
	font-size: 14px;
}

.cms_mod_form .nogroup, .cms_mod_form .inputgroup { 
	padding: 4px;
	margin-bottom: 4px; 
}
.cms_mod_form .nogroup p:first-child, .cms_mod_form .inputgroup  p:first-child {
	margin-top: 0px;
}
.cms_mod_form .inputgroup { 
	padding-top: 24px;
	/* background-color: #EFEFEF; */ 
}
.cms_mod_form .inputgroup .grouptitle { 
	font-weight:bold; 
}
.cms_mod_form .formfield{
	margin-bottom: 12px;
}
.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 black;
	width: 200px;
}
.cms_mod_form .formfield.required .req_asterix {
	color: #ED1C24;
}

.cms_mod_form .formfield input:focus, .cms_mod_form .formfield textarea:focus{
	border: 1px solid #ED1C24;
}
.cms_mod_form .formfield .field_explanation {
	font-style: italic;	
}
.cms_mod_form .formfield label.textlabel {
	margin-right: 8px;
	clear: left;
	display: block;
	float: left;
	width: 180px;
	font-style: italic;
}
.cms_mod_form .formfield .selectgroup {
	padding-left: 200px;
}
.cms_mod_form .formfield .selectgroup input {
	margin-left: -20px;
	border: 0px;
	background-color: #00A1F3;
	width: 20px;
}
.cms_mod_form .formfield textarea{
	height: 120px;
}
.cms_mod_form .submit {
	margin-left: 188px;
	border: 1px solid black;
	width: auto;
}
.cms_mod_form input.submit:hover {
}
.cms_mod_form .reset {
	display: none;
}
.cms_mod_form p {
/* 	display: none; */
}
.cms_mod_form .formfield option {

}
.cms_mod_form .inputgroup textarea {
	width: 200px;
	clear: left;
}
.cms_mod_form label {
	font-style: italic;
}
