/* --------------------------------------
ERRORS
---------------------------------------*/

.none, .NOTOK, .OK, .errorMessage {
	color: #000;
	padding: 1em;
	background-color: #e2bfcc;
}

.none img {
border:none;
}

.focus {  }

.error {
	background: #FF9999;
}

.warning {
	color:#FF9999;
}


.checkmark {
	background: url(../images/cform_tick.gif) no-repeat right bottom;
}


/* --------------------------------------
LAYOUT
---------------------------------------*/

#cForm h3 {
margin:4px 0 20px 3px;
position: relative;
}

#cForm {
margin-left:2px;
position: relative;
}

#cForm label {
padding:12px 15px 3px 0;
margin:0 0 0 8px;
}

#cForm span {
padding:0 0 0 3px;
text-transform:uppercase;
}

#statushold {
position: absolute;
top:-60px;
left:185px;
padding-bottom:20px;
background: url(../images/cform_error_bg.gif) no-repeat left bottom;
}


span.label span.required {
position: absolute;
font-size: 20px;
top:-5px;
right:-5px;
}

span.note {
color:#eee;
font-size: 9px;
}

.name, .email, .url, .subject {
padding:10px 8px 8px 8px;
background: url(../images/cform_bg_text.gif) left bottom no-repeat;
height:17px;
width:277px;
border: 0;
margin:5px 0;
font-size: 15px;
}

#cForm .row {
margin: 8px 0;
}

.name:focus, .email:focus, .url:focus, .subject:focus {
background: url(../images/cform_bg_text.gif) left top no-repeat;
}

img.sendingicon {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#Submit {
width:101px;
height:34px;
background: url(../images/cform_submit.gif) no-repeat;
cursor:pointer;
line-height: 26px;
border: 0;
}

textarea {
font-family:Arial, Helvetica, sans-serif;
padding:8px;
font-size: 13px;
background: url(../images/cform_bg_textbox.gif) no-repeat left bottom;
width:333px;
height:136px;
border: 0;
margin:5px 0 0;
}

textarea:focus {
background: url(../images/cform_bg_textbox.gif) no-repeat left top;
}

div.budgetHold {
margin:0px 5px 10px 0;
width:190px;
float:left;
}

select {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
padding:4px;
margin:5px 0 0;
}


div.timeframeHold {
width:190px;
float: left;
}

#fm_timeframe {
width:150px;
}

#fm_budget {
width:150px;
}