
#cf-form{
	border-collapse:collapse;
	margin: 0 auto;
	font-size:12px;	
	text-align:left;
	width:600px;
	
	
}

#cf-form table{
	margin:0 auto;
}



#cf-form th{
	border:1px #ccc solid;
	padding:5px;
	background:#e7e7e7;
	width:150px;
	
}
#cf-form td{
	border:1px #ccc solid;
	padding:5px;

	
}
#cf-form .label{
	width:50px;
	background-color:red;
}

#cf-form .req{
	color:red;
	font-weight:bold;
}
#cf-form .value{
	width:100px;
}
#cf-form input{
	vertical-align:middle;
}
#cf-form input[type="text"]{
	vertical-align:middle;
	width:70px;
}
#cf-form select{
	vertical-align:middle;
}
#cf-form textarea{
	width:320px;
	height:100px;
}
#cf-form .btn{
	margin:20px 0 0 0;
	text-align:center;
}
#cf-form .btn input{
	padding:5px;
	font-size:14px;
}
#form2all{
width:200px;
margin:auto 0;
border:inset;
}
#d_1{
border:inset;
float:left;
}
#d_2{
border:inset;
float:left;
}
#d_3{
border:inset;
float:left;
}
#d_4{
border:dotted;
float:left;
}
#addresstab{
border-style:inherit;
background-color:#AA0000;
width:100px;
}






