@charset "utf-8";
/* CSS Document */

.cms_mod_form {
	padding: 9px;
}
.cms_mod_form h1 {
	width: 561px; /* 570 - 9 */
	line-height: 40px;
	font-size: inherit;
	background-color: transparent;
	color: #471C6C;
	border-bottom: none;
	padding-left: 0px;
	text-transform: uppercase;
	margin: 0;	
}
.cms_mod_form .nogroup, .cms_mod_form .inputgroup { 
	margin-bottom: 4px; 
}
.cms_mod_form .nogroup p:first-child, .cms_mod_form .inputgroup  p:first-child {
	margin-top: 0px;
}
.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 white;
	width: 300px;
}
.cms_mod_form .formfield.required .req_asterix {
	color: #471C6C;
}

.cms_mod_form .formfield input:focus, .cms_mod_form .formfield textarea:focus{
	border: 1px solid #BF8C59;
}
.cms_mod_form .formfield .field_explanation {
	font-style: italic;	
}
.cms_mod_form .formfield label.textlabel {
	clear: left;
	display: block;
	float: left;
	width: 180px;
}
.cms_mod_form .formfield .selectgroup {
	padding-left: 200px;
}
.cms_mod_form .formfield .selectgroup input {
	margin-left: -20px;
	border: 0px;
	width: 20px;
}
.cms_mod_form .formfield textarea{
	height: 120px;
}
.cms_mod_form .submit {
	margin-left: 180px;
	width: 100px;
	border: 1px solid #471C6C;
	background-color: #471C6C;
	color: white;
	font-size: 14px;
	font-style: italic;
}
.cms_mod_form input.submit:hover {
	color: white;
	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 label {
	font-style: italic;
}