#ems_form {
	background: -moz-linear-gradient(top, #fff, #ecf5fa);
	border: 1px solid #d7d8dc;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 2px 3px #babfc5;
	border-radius: 5px;
}
#leftside #ems_form {
	position: absolute;
	width: 177px;
}
#ems_form h2 {
	border-bottom: 1px dashed #a3a7aa;
	color: #de3230;
	font-size: 110%;
	margin: 0 auto 10px;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
}
#ems_form fieldset {
	border-width: 0;
	border-bottom: 1px dashed #a3a7aa;
	margin-bottom: 5px;
	padding: 5px 4px;
}
#ems_form legend {
	color: #5a5a5a;
	font-weight: bold;
}
#ems_form ul {list-style-type: none;}
#ems_form li {clear: both;}
#ems_form label {font-size: 95%;}
#ems_form input, #ems_form select {
	border: 1px solid #a4a9ad;
	display: block;
	float: right;
	margin-bottom: 3px;
	padding: 2px;
	width: 96px;
}
#ems_form input:focus, #ems_form select:focus {border-color: #444;}
#ems_form select {width: 102px;}
#ems_form .error {border-color: red;}
#ems_form li div {float: right;}
#ems_form li div input {
	float: left;
	margin-right: 1px;
	width: 26px;
}
#ems_form li div #ems_phone_3 {
	margin-right: 0;
	width: 32px;
}
#ems_form li div select {
	float: left;
	margin-right: 3px;
	width: 45px;
}
#ems_form li div #ems_year {
	margin-right: 0;
	width: 62px;
}
#ems_form #ems_submit {
	background: -moz-linear-gradient(top, #fd9a9d, #910004);
	border: 3px solid #910004;
	color: #fff;
	float: none;
	font-size: 90%;
	font-weight: bold;
	margin: 2px auto;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#ems_form #ems_submit:hover {border-color: #c16767;}
#ems_form #ems_submit:focus {
	background: -moz-linear-gradient(top, #910004, #fd9a9d);
	border-color: #c16767;
	padding: 6px 4px 4px 6px;
}
#pn-index #side-contact {
	background-color: #d7dce2;
	float: right;
	padding: 7px;
	width: 320px;
}
#pn-index #ems_form h2 {
	background: #fff none;
	border-bottom: 1px dashed #a3a7aa;
	font-size: 150%;
	margin: 0 40px 10px;
	padding: 4px;
}
#pn-index #ems_form ul {margin: 0;}
#pn-index #ems_form label {font-size: 100%;}
#pn-index #ems_form input {width: 170px;}
#pn-index #ems_form select {width: 176px;}
#pn-index #ems_form li div select {width: 50px;}
#pn-index #ems_form li div #ems_year {width: 65px;}
#pn-index #ems_form li div input {
	margin-right: 3px;
	width: 45px;
}
#pn-index #ems_form li div #ems_phone_3 {
	margin-right: 0;
	width: 58px;
}
#pn-index #ems_form #ems_submit {font-size: 100%;}
#pn-contact #ems_form {
	background: none;
	border-width: 0;
	padding: 0;
	text-align: left;
	-moz-box-shadow: none;
}
#pn-contact #ems_form h2 {
	background: #fff none;
	border-bottom-width: 0;
	font-size: 120%;
	margin: 0;
	padding: 4px 0;
	text-align: left;
	text-transform: uppercase;
}
#pn-contact #ems_form ul {margin: 0;}
#pn-contact #ems_form label {font-size: 100%;}
#pn-contact #ems_form input, #pn-contact #ems_form select, #pn-contact #ems_form li div {float: none;}
#pn-contact #ems_form input {
	margin-bottom: 2px;
	width: 160px;
}
#pn-contact #ems_form select {
	margin-bottom: 2px;
	width: 166px;
}
#pn-contact #ems_form li div input {
	float: left;
	margin-right: 3px;
	width: 40px;
}
#pn-contact #ems_form li div #ems_phone_3 {
	margin-right: 0;
	width: 56px;
}
#pn-contact #ems_form #ems_submit {
	font-size: 100%;
	margin: 2px 0;
}

/*#pn-index #ems_form {
	background-color: #d7dce2;
	float: right;
	padding: 7px;
	width: 320px;
}
#ems_form {margin-bottom: 10px;}
#ems_form, #pn-index #ems_form form {
	background: -moz-linear-gradient(top, #fff, #ecf5fa);
	border: 1px solid #d7d8dc;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 2px 3px #babfc5;
	border-radius: 5px;
}
#wrap #ems_form h2 {
	background-image: none;
	border-bottom: 1px dashed #a3a7aa;
	font-size: 150%;
	margin: 0 50px 10px;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
}
#wrap #leftside #ems_form h2 {
	color: #de3230;
	font-size: 110%;
	margin: 0 0 10px;
}
#ems_form fieldset, #pn-contact fieldset {
	border-width: 0;
	border-bottom: 1px dashed #a3a7aa;
	margin-bottom: 5px;
	padding: 0 4px 5px;
}
#pn-contact fieldset {padding: 0 380px 5px 20px;}
#side-contact legend, #pn-contact legend {
	color: #5a5a5a;
	font-weight: bold;
}
#wrap #leftside #side-contact p {
	clear: right;
	margin: 8px 0;
}
#side-contact input, #side-contact select, #pn-contact input, #pn-contact select {
	border: 1px solid #a4a9ad;
	float: right;
	padding: 2px;
	width: 90px;
}
#side-contact select {
	font-size: 110%;
	padding: 0;
	width: 96px;
}
#pn-index #side-contact input, #pn-contact input {width: 180px;}
#pn-index #side-contact select, #pn-contact select {
	font-size: 110%;
	padding: 0;
	width: 186px;
}
#ems_form input:focus, #ems_form select:focus, #pn-contact input:focus, #pn-contact select:focus {border-color: #444;}
#ems_form #submit, #pn-contact #submit {text-align: center;}
#ems_form #submit input, #pn-contact #submit input {
	background: -moz-linear-gradient(top, #fd9a9d, #910004);
	border: 3px solid #910004;
	color: #fff;
	float: none;
	font-weight: bold;
	padding: 5px 8px;
	text-transform: uppercase;
	width: auto;
	-moz-border-radius: 5px;
}
#ems_form #submit input:hover, #pn-contact #submit input:hover {border-color: #c16767;}
#ems_form #submit input:focus, #pn-contact #submit input:focus {
	background: -moz-linear-gradient(top, #910004, #fd9a9d);
	border-color: #c16767;
	padding: 6px 7px 4px 9px;
}*/
