@charset "utf-8";

.quick_contact {
	background-image: url(/graphics/quick_post_title.png);
	background-repeat: no-repeat;
	width: 280px;
	background-color: #EAEAEA;
	border: 1px solid #CCC;
	height: 258px;
}

.quick_contact span {
	display: none;
}

.quick_contact .status_field select {
	margin-left: 20px;
	width: 241px;
	height: 30px;
	margin-top: 50px;
	background-color: #D8D8D8;
	font-size: 16px;
	padding-bottom: 2px;
	padding-left: 7px;
}

.quick_contact .input_clear input {
	margin-top: 8px;
	margin-left: 20px;
	width: 226px;
	height: 22px;
	background-color: #D8D8D8;
	font-size: 16px;
	padding-top: 4px;
	padding-left: 10px;
}

.quick_contact .gform_footer input  {
	margin-left: 114px;
	width: 150px;
	margin-top: 10px;	
}

.all_forms .no_input_bg input {
	background-color: #FFF;
}

.all_forms textarea {
	color: #002B55;
	background-color: #E1E1FF;
}

/*Overwrite input field size - use small,medium,large as class
  .input_field = what you named field in gravity forms*/
.gform_wrapper .all_forms .input_field .medium {
	width: 170px;	
}

.gform_wrapper .all_forms .input_field input {	
	color: #002B55;
	background-color: #E1E1FF;
}
