.cform form {
	background: transparent;
	width: 700px;
}
.cform ol {list-style: none;}
.cform ol li { display: block;}

.cform label, .cform input, .cform select {
        color: #e3e3e3;
	background-color: transparent;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	width: 165px;
	border: 1px solid #162d42;
}


.cform input, .cform select, .cform option { color: #cc3333; background-color: #1F364B; }

.cform label { display: block; float: left; width: 130px; border: none; text-align: right; margin-right: 5px;}

.cform textarea { width: 500px; height: 250px; margin-bottom: 10px;  background-color: #1F364B; color: #cc3333; text-align: left; border: 1px solid #162d42; }

#sendbutton { float: right; border: none; width: 120px; color: #e3e3e3;  }
.cform form .inter { width: 200px; }
#li--1, #li--3, #li--5 {
	float: left;
}
#li--7 {
	clear: both;
}
.cform .cf_hidden {
	display:none;
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform .reqtxt, .cform .emailreqtxt { color: #cc3333; font-size: 8px;}

