﻿/*contact form*/
.contact_form  {
	width: 100%;
	font:14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.contact_form h2, .contact_form label {
	font-family:Georgia, Times, "Times New Roman", serif
}
.form_hint, .required_notification {
	font-size:11px
}

.contact_form ul {
    width:100%;
    list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form li:first-child, .contact_form li:last-child {
	border-bottom:1px solid #777;
}

.contact_form h2 {
	margin:0;
	display:inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

.contact_form label {
	width:100px;
	margin-top:3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input{ 
	padding:5px 8px;
}
.contact_form textarea {
	padding:8px; 
	width:300px;
}
.contact_form button {
}
.contact_form input, .contact_form textarea, .contact_form select { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background:#fff; 
	border:1px solid #555; 
	box-shadow:0 0 3px #aaa; 
	padding-right:30px;
}
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(../pic/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(../pic/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(../pic/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535;
}
.contact_form select {
	padding: 2px 8px;
}

.contact_form li>div {
	margin-left: 10px;
	display: inline-block;
	width: 345px;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
	color: #808080;
	text-align: justify;
}

.contact_form ul>div{
	padding: 15px;
}

.contact_form ul>div span{
	display: inline-block;
	color: #265161;
	font-size: 15pt;
	margin-right:130px;
}

.contact_form .button{
}

#deliveryInfo>div {
	margin-top: 15px;
	width: 100%;
}
#deliveryInfo>div:first-child {
	min-height: 55px;
}
#deliveryInfo>div div{
	display: block;
	margin: 10px 110px;
}

/**/
.agree_order {
	display: block;
	padding: 15px 0px;
}

.agree_order table {
	font-size: 12px;
	border-collapse: collapse;
}
.agree_order table thead td {
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 4px 0px 4px 0px;
	background-color: #C5D0E6;
}
.agree_order table thead td:first-child {
	text-align: left;
	padding-left: 7px;
	vertical-align: top;
}
.agree_order table tbody td {
	padding-top: 5px;
	text-align: center;
	vertical-align: middle; 
}
.agree_order table tbody td:nth-child(2) {
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}
.agree_order table tbody td {
	border-bottom: 1px solid #000;
}
.agree_order .button{
	display: inline-block;
	margin-top: 15px;
}
/**/
.textDelivery {
	width: 265px !important;
	padding-top: 5px;
	color: #000000 !important;
	font-family: sans-serif;
	font-size: 15px !important;
}

.required_notification {
	margin-right: 15px;
}