@charset "UTF-8";
/* CSS Document */


/* contact.php */
#floatright-contact {
	/* The left div is 500px min wide, add another 460px say for the min right div and we get 960px, remember to set the body to 960px as well */
	padding-left: 20px;
	padding-right: 20px;
}

#floatleft-contact { 
 	float: left;
 	width: 50%;
	padding-left: 0px;
	padding-right: 20px;
	min-height: 300px;
}



#wrapper-contact {
}
body {
	/* The contact me form and the contact details are a min of 960px wide, so as to keep the left and right divs together */	
	/* This is set in styles.css */
}



.contact_us
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #FFFFFF; 
padding: 0px;
margin: 0px;
}

.sent_message
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #C20428;
text-align: center;
}

.form_fonts
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
}


input, textarea, select {
	font-size: 10pt;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.inputs {
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CDCDCD;

}
.inputs-focus {
	background-color: #F6F6F6;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CDCDCD;
}


/* This fixes the width and stops textarea box resizing */
.inputs, .inputs-focus, textarea {
	resize: none;
	width: 100%;
}
.submit-width {
	width: 100%;
}
/* With the width set for inputs and text area, set the submit button row the same */
/* so we can float right the submit button */
.submit {
	float: right;
}


p img {
	vertical-align: middle;	
	display: inline-block;
}

