
div.customerBox{
	z-index:0;
	color:#262626;
	min-height:531px;
	text-align:justify;
	background:url(../images/formBg.png) no-repeat right 50%;
	position:relative;
}

div.customerBox h3{
	font-family:"微軟正黑體", Arial;
	font-size:20px;
	margin:20px 0 20px 0;
}

table.ctForm{
	width:420px;
	z-index:10;
}

table.ctForm tr td{
	font-size:13px;
	font-family:Arail;
	padding-bottom:10px;
}

table.ctForm select{
	width:150px;
}

table.ctForm input.text1{
	width:230px;
	height:20px;
	line-height:20px;
	padding:0 5px;
	display:block;
	border:0;
	margin:5px 0 10px 0;
	background-color:#888;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	behavior: url(PIE.htc);
	color:#fff;
}

table.ctForm input.text2{
	width:100%;
	height:20px;
	line-height:20px;
	padding:0 5px;
	display:block;
	border:0;
	margin:5px 0 10px 0;
	background-color:#888;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	behavior: url(PIE.htc);
	color:#fff;
}

table.ctForm textarea.text3{
	width:100%;
	height:200px;
	line-height:20px;
	padding:0 10px;
	display:block;
	border:0;
	margin:5px 0 10px 0;
	background-color:#888;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	behavior: url(PIE.htc);
	color:#fff;
}

table.ctForm input.text4{
	width:150px;
	height:20px;
	line-height:20px;
	padding:0 5px;
	
	border:0;
	margin:5px 0 10px 0;
	background-color:#888;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	behavior: url(PIE.htc);
	color:#fff;
}

input.submitBtn{
	width:120px;
	height:35px;
	text-align:center;
	line-height:35px;
	display:block;
	color:#fff;
	background-color:#2a2a2a;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	behavior: url(PIE.htc);
	border:0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
}

input.submitBtn:hover{
	color:#2a2a2a;
	background-color:#fff;
}