.cform p {
	clear: left;
	margin: 0;
	padding: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #9fbace;
	font-size: 90%;
}

.cform label{
	float: left;
	width: 120px!important;
}
.cform label.null {
	font-weight: normal;
	float: none;
	width: auto!important;
}

#name, #email {
	width: 250px;
}

.cform textarea{
	width: 80%;
}

select#y {
	width: 4.4em;
}
select#m, select#d {
	width: 2.9em;
}

p#submit_p {
	text-align: center;
}
.button {
	background-color: #606060;
	color: #ffffff;
	padding: 3px 6px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	/*margin-left: 3px;*/
}

</style>
