fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Helvetica, Arial, sans-serif;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
/*------------------------------------------------body---------------------*/

.none, .NOTOK, .OK, .errorMessage {
	color: #000;
	padding: 1em;
	background-color: #e2bfcc;
}

.none img {
border:none;
}

.focus {  }

.error {
	background: #FF9999;
}

.warning {
	color:#FF9999;
}


.checkmark {
	background-image: url(../images/cform_tick.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* --------------------------------------
LAYOUT
---------------------------------------*/

#cForm h3 {
	margin:4px 0 20px 3px;
	position: relative;
	font-size: 18px;
}

#cForm {
margin-left:2px;
position: relative;
}

#cForm label {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 0;
}

#cForm span {
padding:0 0 0 3px;
text-transform:uppercase;
}

#statushold {
	position: absolute;
	top:-75px;
	left:153px;
	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;
}
.required {
	font-size: 20px;
	color: #DA003A;
}


span.note {
	color:#17597C;
	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;
	cursor:pointer;
	line-height: 26px;
	border: 0;
}
.submitbutton {
	background-image: url(../images/cform_submit.gif);
	background-repeat: no-repeat;
}
.submitbutton_en {
	background-image: url(../images/cform_submit_en.gif);
	background-repeat: no-repeat;
}



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;
}


div.timeframeHold {
width:190px;
float: left;
}

#fm_timeframe {
width:150px;
}

#fm_budget {
width:150px;
}


.postform {
	width:400px;
	float: left;
	color: #000000;
}
