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

#title{
	background: url(images/title_back.jpg) center no-repeat #CBD6E1;
}

#form .read{
	font-size:16px;
	margin:40px 0;
}

#form h4{
	font-size:24px;
	font-weight:bold;
	color:#26598B;
	border:#ccc 3px solid;
	padding:10px 0 10px 20px;
}

#form h4 span{
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-left:10px;
}

#form .finishread{
	text-align:center;
	margin:50px 0;
}

#form table{
	width:100%;
	border-collapse:collapse;
	margin:35px 0;
	border-top:#ccc 1px solid;
}

#form th{
	text-align:left;
	vertical-align:top;
	border-bottom:#ccc 1px solid;
	padding:20px 0 0 20px;
	width:235px;
	background:url(images/line.gif) left 20px no-repeat;
	font-size:16px;
	font-weight:normal;
	position:relative;
}

#form th .req{
	background:#2B5F8E;
	color:#fff;
	font-size:12px;
	display:block;
	width:70px;
	height:24px;
	text-align:center;
	line-height:2.2;
	position:absolute;
	top:20px;
	right:0;
}


#form table p{
	font-size:14px;
}

#form td{
	border-bottom:#ccc 1px solid;
	padding:10px 0 10px 50px;
}

#form .address{
	height:50px;
	background:#F0F0F0;
	border:none;
	margin:20px 0 10px 10px;
}

#form .service span{
	width:120px;
	display:inline-block;
}

#form .normal{
	height:50px;
	background:#F0F0F0;
	border:none;
	margin:0 10px;
}

#form .textarea{
	height:230px;
	background:#F0F0F0;
	border:none;
	margin:0 10px;
}

.btn_read{
	font-size:16px;
	margin-bottom:20px;
	text-align:center;
}


.btn{
	text-align:center;
	margin-bottom:30px;
}

.btn li{
	display:inline;
	margin:0 15px;
}


#form .confirm {
    min-height: 40px;
    margin: 10px 10px 0;
}


.alert{
	background-color:#ffeeee;
	color:#cc0000; font-weight:bold;
	text-align:left;
	padding:5px 10px;
	margin-bottom: 25px;
}