@charset "utf-8";
/* CSS Document */

label, input, select {
display:block;
width:200px;
float:left;
margin-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
input, select {
font-size:12px;
color:#000000;
}
label {
	color: #F57C2F;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	width:80px;
	padding-right:20px;
}
br.form {
	clear:left;
}
.form {
	margin-right:auto;
	margin-left:auto;
	width:375px;
	padding-left:45px;
	float:left;
	
}
#button {
	margin-left:95px;
}
.contacts_title {
	color: #F77C30;
	font-weight: bold;
	font-size:18px;
	text-align:center;
}
.contacts_01 {
	font-size:12px;
}
.contacts_02 {
	font-weight:bold;
	color: #F57C2F;
}
.contacts_03 {
	font-size:10px;
}
.contacts_04 {
	margin-top:45px;
	margin-bottom:30px;
}

/* Sent Msg */
.contact_sent_01 {
	font-size: 12px;
}
.contact_sent_02 { 
	font-weight: bold; 
}
a {
	color:#F77C30;
}
.contacts_sent_title {
	font-size: 18px;
	color: #F77C30;
	font-weight: bold;
	text-align:center;
}


