img{border:none;}
#cform {margin-top:20px;}
#cform label,#cform input ,#cform select,#cform textarea{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#cform input ,#cform select,#cform textarea{
border:1px solid #CBDFE7;	
	height:16px;
}
#cform select{height:19px;}
#cform label {
	text-align: right;
	width: 180px;
	padding-right: 20px;
	font-weight:bold;
	color: #0099D4;
	font-size: 12px;
}
#cform .hide{
	visibility:hidden;
}
#cform br {
	clear: left;
}
#cform  #submit{
	width: 70px;
	height:20px;
	line-height:20px;
	margin-left:300px;
}
#cform  .checkbox{
	width:15px;
	border:none;
	background:none;
}
#cform .bigLabel{
width:220px;	
}
#cform textarea{
		height:60px;
}