/* CSS Document */

/* APPLICATION FORM */
#quotes	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}
	#quotes LABEL	{
		display: block;
		text-align: right;
		float: left;
		margin: 13px 5px;
	}
	#quotes INPUT, TEXTAREA, SELECT	{
		margin: 10px 5px 10px 0;
		border: 1px solid #CCC;
		font: 12px Arial, Helvetica, sans-serif;
		color: #444;
		padding: 2px;
	}
	#quotes SELECT	{
		width: 300px;
		margin: 7px 5px 10px 0;
	}
	.halfwidth_column	{
		width: 315px;
		float: left;
	}
		.halfwidth_column LABEL	{
			width: 100px;
		}
		.halfwidth_column INPUT, SELECT	{
			width: 191px;
		}
		.halfwidth_column TEXTAREA	{
			width: 191px;
			height: 100px;
		}
	.thirdwidth_column	{
		width: 210px;
		float: left;
	}
		.thirdwidth_column LABEL	{
			width: 175px;
			margin: 13px 5px !important;
		}
		.thirdwidth_column INPUT, SELECT	{
			height: auto;
			width: auto;
			margin: 13px 0 !important;
		}
	.clear	{
		width: 630px;
		clear: both;
	}
	
.half	{
	width: 300px !important;
}
.section P	{
	margin: 0 !important;
	padding: 10px;
}

#cv_upload	{
	margin: 0 10px !important;
}
#comments	{
	width: 400px;
	height: 100px;
}

LABEL.contact	{
	display: block;
	text-align: right;
	float: left;
	width: 175px;
	margin: 13px 5px;
}
INPUT.contact	{
		margin: 10px 5px 10px 0;
		border: 1px solid #CCC;
		font: 12px Arial, Helvetica, sans-serif;
		color: #444;
		padding: 2px;
		height: auto;
		width: auto;
		margin: 13px 0 !important;
}