form {
}


/* fieldset styling */
fieldset {
	margin-bottom: 20px; /*  space out the fieldsets a little*/
	padding: 20px;
	border: 1px solid #D1D1D1;
	/*-moz-border-radius: 8px; border-radius: px;*/
}

fieldset p {
	clear:both;
}

/* legend styling */
legend {
	font-size:14px;
	color: #666666;
	padding:0 5px;
}

/* style for labels */
label, .label, .label-text {
	display:block;
	/*width:140px;*/
	width: 120px;
	float:left;
	text-align:right;
	padding-right:10px;
	vertical-align: top;
}

/*.yes-no label, .yes-no .label {
	text-align:left;
}*/
fieldset.contact-details .textfield, .select, .textarea {
	width: 254px;
}

.yes-no {
	text-align: right;
}

.yes-no .select {
	float: left;
}

.yes-no label {
	display: inline;
	float: none;
	width: auto;
}

.yes-no .label-text {
	display:inline;
	width:auto;
	float:none;
	text-align:left;
	padding-right:0;
}

.yes-no label.label-radio {
	display:inline;
	width:auto;
	float:none;
	text-align:left;
	padding-right:0;
}

.address2 {
	display: block;
	margin-left: 160px;
}

.checkbox-group {
	margin:15px 0;
	overflow:auto;
}

label.checkboxLabel {
	display:inline;
 	width: auto;
	float:none;
	text-align:inherit;
	padding-right:0;
}

#mainContent .checkbox-group p {
	float:left;
	margin:0;
	padding:0;
	width:auto;
	clear:none;
}

.fieldDescription {
	display:block;
}
/* style form elements on focus */
input:focus, textarea:focus, select:focus {
	background-color: #F8F8EE;
}

.textfield, .select, .textarea {
	width: 140px;
	/*width: 254px;*/
	border:#B6B6B6 solid 1px;
	padding:2px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.select {
	width: 145px;
}

.textarea {
	height:100px;
	width:435px;
}

.sml {
	width: 120px;
}

.med {
	width: 130px;
}

.selectSmall {
	width:125px;
}

span.required {
	color:red;
}

.MessageBox {
	background-color:#E4FCF1;
	background-position:7px 5px;
	background-repeat:no-repeat;
	margin:10px 0;
	padding:8px 8px 8px 30px;
	color:404040;
}

#standardContent .MessageBox ul {
	padding-bottom:0;
}

.MessageBoxError {
	background-color:#FFECEC;
	background-image:url(../assets/error.gif);
}

.MessageBoxSuccess {
	background-image:url(../assets/success.gif);
}

.no	{
	font-weight:bold;
	color:#FF0000;
}

.smallTxt {
	font-size:11px;
	margin-left:300px;
}

.wide {
	width:450px;
}
.form-col-left, .form-col-right {
	width:50%;
}
.form-col-left {
	float:left;
}
.form-col-right {
	float:right;
}

.instruction {
	font-style:italic;
}

.remove-btn {
	float:right;
}
.submit {
	text-align:right;
}

#summary {
	border:1px solid #BE4239;
	margin:10px 0;
	padding:0 20px 8px 20px;
	color:#FF0000;
}
#summary p {
	font-weight:bold;
}
label.toperror {
	cursor:pointer;
	display:block;
	padding-bottom:5px;
	float: none;
	text-align: left;
	width: auto;
}