form {
	display: block;
	margin: 0;
	padding: 10px 0  0 0!important;
}
#CompImage {
	width: 142px;
	float: right;
	padding: 0 15px 0 0;
}
form h3.ProjectTitle {
	text-indent: -9000px;
	background: url(../_images_gen/win_form_project_title_bg.gif) no-repeat top left;
}
form h3.SolutionsTitle {
	text-indent: -9000px;
	background: url(../_images_gen/win_form_solutions_title_bg.gif) no-repeat top left;
}
form div.validation-advice {
	background: #FF0000 !important;
	color: #fff !important;
	padding: 3px 10px;
	font-size: 85%;
}
form div.NoBg {
	width: 490px;
	background: none !important;
}
form dl {
	background: none !important;
	width: 490px;
	padding: 0 0 0 0 !important;
	margin: 0 !important;
}
form dl.Left, form dl.Right {
	width: 235px !important;
}
form dt {
	float: left;
	background: none !important;
	width: 115px;
	padding: 3px 0 0 0 !important;
	color: #47474C !important;
}
form dl.Left dt, form dl.Right dt {
	width: 75px !important;
}
form dd {
	background: none !important;
	float: right;
	width: 350px;
	padding: 0 !important;
}
form dl.Left dd, form dl.Right dd {
	width: 150px !important;
}
form dd input {
	width: 340px;
	border: 1px solid #5794C0;
	padding: 3px 5px;
	color: #47474C;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
form textarea {
	width: 480px;
	border: 1px solid #5794C0;
	padding: 3px 5px;
	color: #47474C;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
form dd select {
	width: 350px;
	border: 1px solid #5794C0;
	color: #47474C;
	font-size: 95%;
	padding: 3px 5px;
}
form dl.Left dd input, form dl.Right input {
	width: 140px !important;
}
#Submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #47474C;
	display: block;
	padding: 0;
	font-size: 125%;
	background: url(../_images_gen/submit_icon.gif) no-repeat right top;
	width: 100px;
	border: none;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	height: 25px;
}
	