#cont{
	width: 100%;
}

#cont td{
	vertical-align: top;
	font-size: 16px;
}

#contacts_table{
	margin-top: 20px;
}

#contacts_table .label{
	font-style: italic;
	
}

#contacts_table .value{
	color: #513817;
}

#request_div{
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px #B4C1C9 solid;
}

#request_button{
	margin-top: 15px;
	padding: 5px 40px;
	border: 1px #274914 solid;
	background-color: #BED300;
	font-size: 14px;
	color: #274914;
	
	/*
	 border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	*/
}

#request_button:hover{
	cursor: pointer;
}

#request_fields{
	background-color: #e9dfb8;
	border: 1px #DBCC95 solid;
	/*border-radius: 3px;*/
}

#request_fields table{
	width: 100%;
}

#request_fields table td{
	vertical-align: top;
	padding: 5px;
}

#request_fields input{
	width: 200px;
	padding: 3px 6px;
	border: 1px #708EA0 solid;
	outline: none;
	font-size: 14px;
	color: #304551;
	
	/*
	border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	*/
}

#request_fields input:focus{
	border-color: #0E3B54;
}

#request_fields input.req{
	border-left: 3px #9E0700 solid;
}

#request_fields .label{
	width: 160px;
	padding-top: 9px;
}

#request_fields #main_text{
	width: 450px;
	max-width: 450px;
	height: 100px;
	padding: 3px 6px;
	border: 1px #708EA0 solid;
	outline: none;
	font-size: 12px;
	color: #304551;
	
	/*
	border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	*/
	
	border-left: 3px #9E0700 solid;
}

#request_fields #main_text:focus{
	border-color: #0E3B54;
	border-left: 3px #9E0700 solid;
}

#request_fields .form_buttons{
	width: auto;
	padding: 5px 30px;
	
	/*
	border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	*/
}

#request_fields .form_buttons:hover{
	cursor: pointer;
}

#request_fields .form_buttons#submit{
	border: 1px #186F8E solid;
	color: #0F485B;
	background-color: #97C6D8;
}
#request_fields .form_buttons#reset{
	border: 1px #6B7377 solid;
	color: #6B7377;
	background: #DFDEE0;
}

.error_span{
	margin-left: 10px;
	font-size: 12px;
	color: #9E0700;
	font-weight: bold;
	display: none;
}

.error_input{
	background-color: red;
}

#pre_request{
	height: auto;
}

#app-sent{
	padding: 5px;
	display: none;
}

#app-sent #sent-inner{
	padding: 5px 20px;
	background-color: #FFDD00;
	text-align: center;
	border: 1px #AD9600 solid;
}