@charset "utf-8";
/* CSS Document */

p.Message					{		}
div.Error					{	color:red	}
body						{	background-color:#FFF; width:360px; margin:0px;	}
div.EnquiryPos				{	position:absolute; top:30px; right:30px; width:360px; }
div.Enquiry					{	border:1px solid #666;	border-radius:5px; padding:20px; padding-top:15px; 	}
span.Mand					{	color:red; font-weight:bold							}
table.Enquiry				{	width:100%;}
table.Enquiry th			{	text-align:left; font:Arial, Helvetica, sans-serif; font-size:10px; color:#666;	}
table.Enquiry th.Banner		{	font-size:12px;	padding-bottom:20px;}
table.Enquiry input			{	width: 100%;										}
table.Enquiry textarea		{	width: 100%;										}
textarea.InputEmpty			{	background-color:#FFFF80;							}
input.InputEmpty			{	background-color:#FFFF80;							}
input.InputInvalid			{	background-color:pink;								}
div.Btn						{	height:18px; width:98px; margin-top:10px; border-radius:3px; color:#FFFFFF; text-align:center; font-family:tahoma; font-size:12px; font-weight:800;	}
div.Btn:hover				{	 cursor:pointer;	}
div.Btn_SubmitEnabled		{	background-color:#00B050; border:1px solid #00DD64;	}
div.Btn_SubmitEnabled:hover	{	background-color:#00DD64;							}
div.Btn_SubmitDisabled		{	background-color:#999;	  border:1px solid #666;	}
