.contactpage {
	width: 600px;
	height: 500px;
	margin: 70px auto;
	display: block;
float: right;
}

.contactBG {
	background: url('http://barberbydesign.com/inc/image/contactBG.jpg') no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#contact-image {
	width: 400px;
	float: left;
	margin-left: 60px;
}



input,
textarea{
	max-width: 400px;
	max-height: 200px;
} 

input,
textarea { padding: 6px; }

button {
	padding: 2px 10px;
	cursor: pointer;
}

#submit { cursor: pointer; }




#form #submit-button {
	width: auto;
	padding: 0 0px 0;
	line-height: 30px;
	height: 30px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	list-style-type: none;
	
}

#form li {
	list-style-type: none;
}


/*------------------------------------------------*/
/*	10.c Contact Template
/*------------------------------------------------*/

#form { margin: 0px 0 0 0; 
float: left;

}

#form p { list-style-type: none; 
	padding: 0px;

}

#form  label {
	display: block;
	
	padding-top: 8px;
	padding-left: 5px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
		color: #C1C1C1;
}

#form p input[type="text"] {
	width: 400px;
	margin-bottom: 10px;
}

#form p textarea {
	width: 400px;
	height: 200px;
	margin-bottom:15px;
}

label.error { color: red; }


/*==========================================================================================
	1.	Global Colours
==========================================================================================*/

input,
textarea{
	border: 1px solid #CCC;
	background: #ffffff;
	color: #545658;
	
			height: 20px;
}

input:focus,
textarea:focus{
	border: 1px solid #666;
	background: #ffffff;
	color: #545658;
	
}



/*==========================================================================================
	6.	Comments
==========================================================================================*/


#form #submit-button

{
	background: url(../inc/image/submit-button.jpg);
	height: 31px;
	width: 100px;
	line-height: 28px;
	border: 1px solid #c3c3c3;
	color: #555555;
}

#form #submit-button:hover
 { background: url(../inc/image/submit-button.jpg) 0 -31px; }


















form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form {
	padding: 0 20px 20px 20px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
}
form p { position: relative; margin: 0px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}
