#contact_form {
	font-family:Helvetica, "Lucida Grande", Arial, sans-serif;
	width:510px;
	font-size:14px;
	margin:5px auto;
	margin-left:8px;
	padding:20px 25px;
	background:#fcfcfc
}
#contact_form * {
	padding:0;
	margin:0;
	border:none;
	text-shadow:#fff -1px 1px 0;
	text-align:left
}
#contact_form option {
	text-shadow:none
}
#contact_form .title {
	margin:0;
	padding:0 0 10px;
	font-size:18px
}
#contact_form, #contact_form input, #contact_form select, #contact_form textarea, #contact_form-errors, #contact_form-success {
	border:1px solid #999;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px
}
#contact_form label, #contact_form input, #contact_form select, #contact_form textarea {
	float:left
}
#contact_form input, #contact_form textarea {
	padding:3px
}
#contact_form label {
	width:220px;
	padding:8px 0 0
}
#contact_form label .required {
	color:red;
	font-weight:bold
}
#contact_form div {
	padding:5px 0
}
#contact_form input.text {
	line-height:18px;
	height:18px;
	width:200px;
}
#contact_form input.text.short {
	width:75px
}
#contact_form input.text, #contact_form textarea {
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
#contact_form input.text:focus, #contact_form textarea:focus {
	background:#f4f9fb;
	border:1px solid #b1dff5;
	box-shadow: 0 0 5px rgba(0, 100, 255, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 100, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 100, 255, 1)
}
#contact_form select {
	padding:0px;
	height:33px;
	width:210px;
	margin:-25px 10px 10px 220px;
	height:auto\9
}
#contact_form textarea {
	height:60px;
	width:250px;
	max-width:250px;
	max-height:250px
}
#contact_form .submit {
	cursor:pointer;
	padding:2px 8px;
	width:162px;
	height:30px;
	text-align:center;
	background: #0099CC;
	border:2px solid #36f;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	float:right;
	font-size:12px;
}
#contact_form .submit:hover{
	background:#003399;
}

#contact_form .submit.disabled {
	cursor:wait;
	background:#ccc;
	color:#777;
	text-shadow:#eee -1px 1px 0;
	border:1px solid #999
}
#contact_form #contact_form-loading {
	padding:0;
	float:right;
	margin:5px 15px 0 0;
	text-indent:-5000px;
	width:16px;
	height:16px
}
#contact_form #contact_form-errors, #contact_form #contact_form-success {
	padding:5px 0;
	margin:0 0 10px;
	display:none;
	font-size:12px
}
#contact_form #contact_form-errors {
	color:#b71919;
	background:#fcc;
	border:1px solid #b71919;
}
#contact_form #contact_form-errors * {
	text-shadow:#f7e7e7 -1px 1px 0
}
#contact_form #contact_form-errors h5 {
	font-size:13px;
	padding:5px 5px 5px 10px
}
#contact_form #contact_form-errors ul {
	margin:0 0 5px 40px
}
#contact_form #contact_form-errors ul li {
	text-align:left;
	padding:2px 0;
}
#contact_form #contact_form-success {
	border:1px solid #6f9b19;
	color:#2c6506;
	background:#c4e389;
	text-align:center;
	text-shadow:#d7f2a3 -1px 1px 0;
}
#contact_form br.clear {
	height:0px;
	clear:both
}
#contact_form .inlinde_fieldset{
	padding:10px;
	border:1px solid #999;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px	
}

#contact_form .welcome_title{
	width: 97%;
	height:25px;
	margin:5px auto;
	padding:5px 3px 3px 10px;
	background: #6ca6cd;
	border:2px solid #9ddaec;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	letter-spacing:2px;
	font-weight:normal;
	text-align:center;
	color: #fff;
}

