@charset "utf-8";
/* the main layout */

.cabina img {
	margin: 0px 10px 0px 10px;

}
#contentForm {
	width: 500px;
	margin : 10px auto ;
	background-color: #000;
	color: #FFF;
/* BEGIN SHADOW */
	box-shadow: 7px 7px 8px #333;
	-webkit-box-shadow: 7px 7px 8px #333;
	-moz-box-shadow: 7px 7px 8px #333;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333, offX=7, offY=7, positive=true);
/* END SHADOW */
}
#contentForm h1{
	display: block;
	width: 480px;
	margin: 0 auto;/*this line will center the page*/
	padding: 25px;
	border: 0px solid black;
	background-color: transparent;
	color: #999;

}
/* and now the form formatting itself */

label {
	display: block;
	float: left;
	clear: left;
	Width: 150px;
	line-height: 20px;
	margin: 5px 0 0 15px;
	color: #CCC;
}
input, textarea, select {
	margin: 0;
	padding: 2px;
	color: #333;
	border: 1px solid #000;
	margin: 5px 0;
	width: 300px;
	background-color: #CCC;
}   
input:focus, textarea:focus, select:focus {
  border: 1px solid #000;
  background-color: #FFF;
}
input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 5px 220px ;
	background: transparent url(../img/submit_60x60ppp.png) no-repeat  center center;
}

span.required{

  color: red !important;
}
.errormsg {
	display: block;
	width: 420px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 10px;
	margin: 10px 30px;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	
}
.msgSent {
  font-size: 20px;
  text-align: center;
}
