div.two label {
	float: left;
	width: 125px;
	text-align: left;
	position: relative;
}

div.two input, div.two select{
	float: right;
	width: 150px;
	text-align: left;
}

div.two select {
	width: 157px;
	
}

div.one {
	text-align: center;
}

.fieldError {
	margin-top: 20px;
	margin-left: 30px;
	visibility: hidden;
	display: inline-block;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
}

.black {
	color: black;
}

.incorrect {
	color: red;
}

.incorrect span {
	background-color: yellow;
}

.correct {
	color: green;
}

.correct span {
	background-color: blue;
}

.sendMail {
  	background-color:#d0f0ff;
  	color: blue;
  	display: block;
	min-height:45px;
  	text-align: center;
	border:1px solid black;
	border-radius:4px;
	box-shadow: 5px 5px #999;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.sendMail:hover{
	color:red;
	background-color:#ffffc0;
}

.sendMail:focus{
	color:red;
	background-color:#ffffc0;
}

#er {
	color: red;
}

span.error{
	padding-left: 10px;
}

#submit{
	clear: both;
	width: 125px;
	height: 30px;
	background:#F29F05;
	text-align:center;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
}
