/*
** form.css 
** CSS - handles all the form element
** Author: Steve TANGUE
** Date: 10.09.08
** Last edited: 
*/

form
{

}

label {
	float: left;
	width: 150px;
	font-size: 11px;
	color: #333;
	margin-bottom: 5px;
}

input {
	width: 148px;	
	float: left;
	color: #000;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 5px;
	margin-bottom: 5px;
}

.short {
	width: 90px;
}

.button {
	width: auto;	
	border: 0;
	background-color:#fff;
	color: #364F89;
	font-size: 12px;
	cursor: pointer;
}

.inputerror {
	border:1px solid #FF0000;
	
}

div.formdiv {
	width:600px;

}

div.formcontent, div.formcontentOther {
	padding:10px;

}

div.formcontentOther label {
	width:220px;

}

div.formcontentOther label.left {
	width:120px;

}

/* contact form */
form#mediasphere_contact_form {
margin: 20px 10px 10px 15px;
float:left;
width: 350px;
}
.error_form_input_message {
float: right;
margin: 0;
width:148px;

}

/* end document */
