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

body {
	background:#F5F5F5 url(images/bg1.jpg);
	font-family:Tahoma;
	font-size:80%;
	color:#3f3f3f;
	margin:0px;
	line-height: 17px;
}

a:link {color:#50a5d6;	text-decoration:none}
a:visited {color:#50a5d6;text-decoration:none}
a:hover {color:#005886;text-decoration:none}

h1, h2 {margin-top:4;margin-bottom:4;font-size:1.2em}
h3, h4, h5, h6 {margin-top:4;margin-bottom:4;font-size:.85em}

#wrap {
	width: 800px;
	height:auto;
	margin: auto;
	background-color:#FFF;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;	
	border: 1px #999 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;		
}

.form {
	height: 70px;	
}

.formAddress {
	heght: auto;
}

.fontS {
	font-size: .85em;
}

.star {
	color:#F00;
}

.descL {
	width: 400px;
	float: left;
}

.descR {
	width: 350px;
	float: right;
}

.clear-all {
	clear: both;
}