/*
Title:		Form styles
Author:		D2 Media, reinvent@d2media.com
Updated:	March 15, 2006
Notes:		None
----------------------------------------------- */


/* =FORMS
----------------------------------------------- */

form {
	margin: 1em 0;
}
form table {
	border: none;
}
form td {
	border: none;
	padding-left: 0;
}
input {
	color: #777;
	font-size: 1em;
}
textarea {
	color: #777;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100px;
	width: 300px;
}
select {
	color: #777;
	font-size: 1em;
}


/* =CLASSES
----------------------------------------------- */

.colLabels {
	padding-right: 5% !important;
	width: 30%;
}
.colFields {
	width: 65%;
}