form#theForm {
	background-color: rgb(243, 243, 243);
	margin: 15px auto;
	padding: 14px;
	border: solid 1px #a3a3a3;
	width: 700px;
}

form#theForm aside {
	clear: both;
	padding-top: 20px;
}

aside.two label {
	font-weight:bold;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	margin-left: 30px;
	position: relative;
}

aside.two input, div.two select{
	float: left;
	width: 150px;
	text-align: left;
}

legend{
    font-weight: 900;
	font-size: 18px;
}

form#theForm p{
	font-size: 15px;
	text-align: center;
	color: gray;
}

aside.two select {
	width: 157px;	
}

aside.one {
	text-align: center;
}

#submit{
	clear: both;
	width: 125px;
	height: 30px;
	background: #d95d30;
	text-align:center;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 15px;
}

.tooltip {
	display: block; 
	position: absolute; 
	visibility: hidden;
	left: 22em;
	top: 0; 
	width: 10em;
	padding: 0.5em;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background-color: #262624;
}

.error {
	color: #D92525;
}
span.error{
	padding-left: 10px;
}

.correct {
	color: green;
}

span.correct{
	padding-left: 10px;
}

.errorSymble{
	display: none;
	color: #D92525;
	padding-right: 3px;
}

@media screen and (max-width:990px){
    form#theForm{
        width: 500px;
    }
}