.none {
	display: block;
	font-size: 11px;
	position: relative;
	color: #379BD9;
	background-color: #010E16;
	border: 1px dotted #07395E;
}

.NOTOK {
	display: block;
	font-size: 11px;
	position: relative;
	color: #379BD9;
	background-color: #010E16;
	border: 1px dotted #07395E;
}

.OK {
	display: block;
	font-size: 11px;
	position: relative;
	color: #379BD9;
	border: 1px dotted #07395E;
	background-color: #010E16;
}

.errorMessage {
	display: block;
	font-size: 11px;
	position: relative;
	color: #379BD9;
	background-color: #010E16;
	border: 1px dotted #07395E;
}

.focus { background-color: #fefbc8; }

.error {
	background: #FF9999;
}

.warning {
	background: url(images/marks.gif) no-repeat left 0px;
}

html>body .warning {
	background: url(images/marks.png) no-repeat left 0px;
	}

.checkmark {
	background: url(images/marks.gif) no-repeat left -40px;
}

html>body .checkmark {
	background: url(images/marks.png) no-repeat left -40px;
}

.question {
	background: none;
}

.highlight {
	background: url(images/marks.gif) no-repeat left -60px;
}

html>body .highlight {
	background: url(images/marks.png) no-repeat left -60px;
}

label {
	color: #379BD9;
	display:block;
	float:left;
	padding-right: 10px;
	width: 75px;
	text-align: right;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
}

#container { padding: 0px; border: 0px solid #07395E; width:600px; margin: 0px auto;}
#container2 { padding: 0px; border: 0px solid #07395E; width:600px; margin: 0px auto;}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 440px;
  text-align: left;
} 

form {
	margin:0px;
	padding:0px;
	border:0;
}

fieldset {
	border: 1px solid #07395E;
	float: left;
	position: relative;
	background-color: #010E16;
	background-image: url(images/cfbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 598px;
}
	
input, textarea, .options {
	padding: 0.2em;
	background-color: #05283E;
	font-size: 11px;
	color: #FFFFFF;
}

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: right;
	width: 440px;
	padding-top: 20px;
}

.options label {
	font-size: 11px;
	color: #000;
	text-transform: none;
}

.submitbutton {
	color: #666666;
	float: left;
	margin:0;
	padding:0;
	border:0;
	width: 80px;
	height: 22px;
	display: block;
	background:url(images/submit_80x22.jpg) no-repeat top left;

}
#innerform {
	float: left;
	padding: 15px;
}

#innerform2 {
	float: left;
	padding: 15px;


}

.formgreeting {
	background:url(images/cformbg_227x273.jpg) no-repeat right bottom;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 227px;
	height: 273px;
}
	

.resetbutton {
	color: #666666;
	float: left;
	margin:0;
	padding:0;
	border:0;
	width: 80px;
	height: 22px;
	display: block;
	margin-left: 5px;
	background:url(images/contact_80x22.jpg) no-repeat top left;
}

.clearthis {
	clear: both;
}

.message {
	border: 1px solid #07395E;
}
.subject {
	border: 1px solid #07395E;
}
.email {
	border: 1px solid #07395E;
}
.name {
	border: 1px solid #07395E;
}


#cForm {
	display: none;
}
