@charset "UTF-8";
/* --------------------------------------
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
---------------------------------------*/

#contact_form { 
	position:relative;
	width:600px; 
	margin:0 auto; 
	height:200px; 
	padding:10px 0;
	background-color:#000;
 }

#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:capitalize;
color:#999;
}


span.label span.required {
position: absolute;
font-size: 20px;
top:-5px;
right:-5px;
color:#CCC;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

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

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

#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.png) 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;
}

.widecol p a:link, .widecol p a:visited {
font-weight: bold;
color:#000;
text-decoration: none;
background: url(../images/whitedot_bg.gif) bottom left repeat-x;
}

.widecol blockquote p {
margin-bottom:16px;
}

.widecol h3, .entry h3 {
	margin:30px 0 12px;
	}
.widecol {
width:446px;
float: left;
padding-right:33px !important; /* IE 6 fix */
padding-right:26px;
}

.widecol .four_col, .widecol .end_col {
	padding:0 0 20px 0;
	}


fieldset.fmset {border:none;}