html, body{
	margin: 0;
	padding: 0;
	border: 0;	
	background: -webkit-linear-gradient(#EAEAEA , #ECECEC);
	background: -o-linear-gradient(#EAEAEA , #ECECEC);
	background: -moz-linear-gradient(#EAEAEA , #ECECEC);
	background: linear-gradient(#EAEAEA , #ECECEC);
	}

body{
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	}

#container{
	height: 1200px;
	}
	
h1{
	text-align: center;
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#71B3E1;
	border-bottom: solid 2px #000000;
	}
	
#location {
	margin: 5px 5px 5px 5px;
    width: 941px;
    height: 335px;
	background-color: #CCC;
    }
	
#contact_us{
	margin: 5px 5px 5px 5px;
	width: 936px;
	height: 50px;
	background: #EAEAEA;
	border: 2px solid #D9CDCD;
	}

#client_info, #quote_app, #product_spec{
	width: 300px;
	height: 310px;
	margin: 5px 5px 5px 5px;
	float: left;
	display: block;
	}
	
#client_info fieldset, #quote_app fieldset{
	height: 290px;
	}

.login p {
	margin: 20px 0 0;
}

.login p:first-child {
	margin-top: 0;
}

.submit{
	height: 440px;
	padding-left: 8px;
	}
	
	
.login p.submit {
	text-align: right; 
}

input {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 14px;
}

input[type=text], input[type=date], input[type=email],input[type=tel], input[type=number] {
	margin: 5px;
	padding: 0 10px;
	width: 200px;
	height: 24px;
	color: #404040;
	background: #FFFFFF;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 5px solid #eff4f7;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus{
	border-color: #7dc9e2;
	outline-color: #dceefc;
	outline-offset: 0;
}

input[type=submit] {
	padding: 0 18px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #527881;
	text-shadow: 0 1px #e3f1f1;
	background: #cde5ef;
	border: 1px solid;
	border-color: #b4ccce #b3c0c8 #9eb9c2;
	border-radius: 16px;
	outline: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
	background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=submit]:active {
	background: #cde5ef;
	border-color: #9eb9c2 #b3c0c8 #b4ccce;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

input[type=submit]:hover{
	cursor: pointer;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	color: #FF4F37;
	background-image: -webkit-linear-gradient(top, #C3CCD0, #ACBCC4);
	background-image: -moz-linear-gradient(top, #C3CCD0, #ACBCC4);
	background-image: -o-linear-gradient(top, #C3CCD0, #ACBCC4);
	background-image: linear-gradient(to bottom, #C3CCD0, #ACBCC4);
}

#result{
	margin-top: -20px;
	}
	
#addresses{

	width: 951px;
	height: 171px;
	}
	
#usAdd{
	float: left;
	display: block;
	background: #eff4f7;
	margin-left: 30px;
	}
	
#chinaAdd{
	float: left;
	display: block;
	background: #eff4f7;
	margin-left: 60px;
	}
	
#chinaAdd span{
	font-weight: bold;
	font-style: italic;
	}
	
#usAdd span{
	font-weight: bold;
	font-style: italic;
	}
	
#usAdd,#chinaAdd{
	padding-left: 10px;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
		-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	box-shadow: 3px 3px 1px 1px #888888;
	}
	
#chinaButton{
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #e65f44;
	display:inline-block;
	color:#c92200;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ded17c;
	margin-left: 125px;
	}

#chinaButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
	cursor: pointer;
	}
	
#usaButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	margin-left: 105px;
	}

#usaButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	cursor: pointer;
	}

#chinaButton:active, #usaButton:active {
	position:relative;
	top:1px;
	}
	