/*
*****************************************************
** File: formmail.css                     		*****
** Desc: Control the web forms style 			*****
*****************************************************
*/

#formmail{
	width:100%;
	}

#formmail th, #formmail td{
	text-align:left;
	vertical-align:top;
	padding:3px;
	}

#formmail th{
	background-color:#EAEAEA;
	}

#formmail .textfield{
	width:95%;
	}

#formmail .textarea{
	/* Do not specify height here, it is controlled by program */
	width:95%;
	overflow:auto;
	}

#formmail .section-title{
	font-size:16px;
	color:#999999;
}

#formmail .caption{
	width:80px;
}