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



ul li { margin-left:20px; }


.formleft {
	width: 700px;
	float: left;
	position: relative;
	background-color:#08679A;
	padding:0px;
}
.formright {
	width: 380px;
	float: left;
	position: relative;
	background-color:#08679A;
	padding:0px;
}

input {
border: 1px solid #ccc;
background: #fff;
font-size: 11px;
font-weight: normal;
margin-left: 5px;
height: 16px;
width: 160px;
}

textarea {
border: 1px solid #ccc;
background: #fff;
font-size: 11px;
font-weight: normal;
margin-left: 0px;
height: 160px;
width: 785px;
}

.subject {
border: 1px solid #ccc;
background: #fff;
font-size: 11px;
font-weight: normal;
margin-left: 0px;
height: 16px;
width: 785px;
}


.button {
	border: 1px solid #999;
	background: #34cc34;
	height: 40px;
	width: 788px;
	margin-left: 0px;
}
label {
	display: block;
	width: 240px;
	float: left;
	margin: 2px 4px 6px 4px;
	text-align: right;
}
.checkbox {
    width: 40px;
}



br { clear: left; }

hr {
    border: 1px solid #ccc;
}

b {
    color: red;
}

.security_code {
border: 1px solid #ccc;
background: #fff;
font-size: 11px;
font-weight: normal;
margin-left: 0px;
height: 16px;
width: 89px;
}

.box {
border: 1px solid #ccc;
background: #fff;
height: 16px;
width: 16px;
}

.clearall {clear:both;}
