/* ================================
    CSS STYLES FOR Module ContactForm
   ================================


*/
.asterisk
{
	color: red;
	font-size:10px;
}
.Textbox
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	font-size:11px;
}
.Labels 
{
	font-family: Tahoma;
	font-size:11px;
	color: #000000;
	background-color: transparent;
}