@CHARSET "UTF-8";
#FreeQuoteForm {

}
#FreeQuoteForm p{
	margin: 0;
	padding: 0;
}
#FreeQuoteForm {

}
#FreeQuoteForm .FreeQuoteText {
	border: 1px solid #CCCCCC;
	width: 120px;
	margin: 3px 0;
}
#FreeQuoteForm .FreeQuoteTextarea {
	border: 1px solid #CCCCCC;
	width: 120px;
	height: 30px;
	margin: 3px 0;
}
#FreeQuoteForm .FreeQuoteButton {
	border: 1px solid #CCCCCC;
}
#FreeQuoteForm .invalid {
	border: 1px solid #FF0000;
}