#contact_form_holder {
	font-family: 'Arial';
	font-size:15px;
	color: #FFF;
	width:259px;
	position:absolute;
	left:50px;
	top:50px;
	z-index: 8;
}
#contact_form_holder input, #contact_form_holder textarea { 
    width:100%; /* make all the inputs and the textarea same size (100% of the div they are into) */ 
    font-family:inherit; /* we must set this, because it doesn't inherits it */ 
	border-color: transparent;
	background-color:transparent;
	outline:none;
}
#contact_form_holder textarea { 
    height:155px; /* i never liked small textareas, so make it 100px in height */ 
	border: none;
	resize:none;
}
#send_message { 
    height:30px;
	width:100px !important; /* the width of the submit button  */  /* remove the default border and put a normal black one */
    color:transparent;
	filter: alpha(opacity=0);
	opacity: 0.1; 
    cursor:hand;
	left:0px;
}
#cf_submit_p { text-align:left;
    } /* show the submit button aligned with the right side */

.error { display: none; font-family:Tahoma, Geneva, sans-serif; position: absolute; margin-top:-15px; padding:0px; width:200px; color: #D8000C; left:0px; font-size:11px;}
.success { display: none; position:absolute; margin-top:-13px; padding:0px; color: #0F3; font-size:11px;}

#contact_logo { vertical-align: middle; }
.error img { vertical-align:top; }
