/*-------------------------------------------------------------------------*/
/* CONTACT FORM
/*-------------------------------------------------------------------------*/

input,button,textarea,select {
	font-size: 12px;
}

.field {
	background: #21232b;
	border: 1px solid #323540;
	border-left: 0;
	border-right: 0;
	padding: 7px 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}

.submit {
	background: #2b2d37;
	text-align: center;
}

form .field p {
	display: none;
}

legend {
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #cbdbff;
}


form .field input,
form .field textarea {
	width: 300px;
	color: #cbdbff;
	background: #1a1c23; 
	border: 1px solid #54596f;
	padding: 3px; 
	vertical-align: middle;
}

form .field textarea {
	width: 380px;
	height: 150px;
}



form label {
	display: block;
	width:150px;
	float: left;
	text-align: right;
	margin: 0 15px 0 0;
}



form .submit input {
	background:#323c54;
	border:1px solid #8da8eb;
	color:#b5d9ff;
	font-weight: bold;
	cursor:pointer;
	padding:5px 10px;
	text-decoration:none;
	width: auto;
}

form .error input,
form .error textarea {
	border: 1px solid red;
}

form .error p {
	display: block;
	padding: 0 0 0 170px;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

#contact-success .field {
	text-align: center;
	font-weight: bold;
}
	


/* EOF common_ie.css */
