@import "cforms.css";

.cform { 
	width: 450px; 
}

.cform fieldset	{ 
  border: none;
	background: #dbe5ed;
	padding: 10px;
}

.cform legend { 
	font:normal 20px Arial;
	margin: 0;
	padding-top: 50px;
}

.cform label {
	width:150px;
	text-align: left;
	margin-left: 4px;
}

.cform label span {
	width:150px; /* must be the same as above!*/
}

.cform textarea,
.cform input {
	width:250px; 
}

.cform select {
	width:258px; /* attempt to have equal length */
}  

.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
  margin-top: 30px;
}

.cform input,
.cform textarea,
.cform select { 
	border: 1px solid #4a7ba3; 
}

div.cf_info {
	width:420px;
}

