@charset "utf-8";
/* CSS Document */

p{color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px; padding:5px; text-align:left;}
#enquirytable {margin:0px; padding:0px; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#enquirytable td { border:#DADADA 1px solid; padding:2px;}
#enquirytable  .textarea{ 
	width:180px;
	height: 40px;
	font:12px/12px Georgia, "Times New Roman", Times, serif;
	padding:1px;
	margin:1px 0;
	color: #412b22;
	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;
	border-top-width: 2px;	border-top-style: solid;	border-top-color: #CCCCCC;
	border-left-width: 2px;	border-left-style: solid;	border-left-color: #CCCCCC;	
	border-right-width: 2px;	border-right-style: solid;	border-right-color: #CCCCCC;		}

#enquirytable .textid {
	width:180px;
	height:15px;
	font:12px/12px Georgia, "Times New Roman", Times, serif;
	padding:1px;
	margin:1px 0;
	color: #412b22;	
	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #CCCCCC;
	border-top-width: 2px;	border-top-style: solid;	border-top-color: #CCCCCC;
	border-left-width: 2px;	border-left-style: solid;	border-left-color: #CCCCCC;	
	border-right-width: 2px;	border-right-style: solid;	border-right-color: #CCCCCC;		}
	
.mandatory{color:#FF0000;}