/*
	|	Aruba4u.com Stylesheet - Contact		|
	|	This stylesheet is used on contact.html	|
*/

#page-header {
	margin-top: 25px;
}

div#contact-form-wrap {
	position: relative;
	width: 765px;
	background-color: #CCC;
	margin-top: 20px;
	padding: 8px 0 20px 0;
	border: 1px dashed #000000;
}

div#contact-form-wrap h2 {
	margin-left: 15px;
	padding-bottom: 10px;
}

div#contact-form-wrap h3.success,
div#contact-form-wrap h3.error{
	font-size: 2.4em;
	padding-top: 50px;
	text-align: center;
	display: none;
}

form#contactform {
	width: 650px;
	padding-top: 10px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
}

form#contactform input#fullname,
form#contactform input#email {
	width: 630px;
	height: 45px;
	font-size: 2.4em;
	padding: 3px;
	color: #999;
	border: 2px solid #000;
}

form#contactform textarea#themessage {
	font-family: "Arial", "Helvetica";
	font-size: 1.5em;
	padding: 5px;
	width: 628px;
	height: 150px;
	color: #999;
	border: 2px solid #000;
	margin-bottom: 12px;
}

form#contactform fieldset {
	border: none;
}

#contactform ol span {
	font-size: 1.3em;
	padding-left: 0.08em;
	letter-spacing: 0.03em;
}

#contactform ol li{
	padding-bottom: 1.5em;
	list-style: none;
	font-size: 1.3em;
	text-indent: 0.08em;
	letter-spacing: 0.03em;
}

label.error {
	padding-top: 0.5em;
	font-size: 10px;
	color: #FF0000;
}

form#contactform a#submit-button {
	background: url(../images/contact_form_button.gif) no-repeat 0 0;
	position: relative;
	width: 128px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	top: 10px;
	float: left;
	border-bottom: none;
}

form#contactform p#phone-tout {
	position: relative;
	top: 9px;
	text-align: right;
	font-size: 1.6em;
	line-height: 1.05em;
	float: right;
}
