/*
	[Info Request Forms]
	
	Project:		Brayton Purcell
	Created:		12/3/08
	Notes:			Copied from braytonbasic.css
					Needs to be optimized
-----------------------------------------------------------*/
/*----------inforequest form----------*/
#inforequest table,
#enroll_request table,
#vioxxrequest table,
#rhogamrequest table,
#attorneyreferral table {
	background-color:#fdfcff;
	color:inherit;
	width:/*402px*/ 42em;
	border:1px solid #ccd2e3;
	border-collapse:collapse;
}
#inforequest td,
#enroll_request td,
#vioxxrequest td,
#rhogamrequest td,
#attorneyreferral td {
	border:1px solid #ecedf1;
	padding-left:4px;
	/*vertical-align:top;*/
}
.lbl {
	padding-bottom:6px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:transparent;
	color:#300;
	/*width:121px;*/
	text-align:right;
	vertical-align:bottom;
}
td.lbl {
	padding:.2em .5em .5em;
	width:/*152px*/ 50%;
}
#attorneyreferral td.lbl {
	width:170px;
}
#attorneyreferral td.fld {
	width:190px;
}
/* Hide from IE5-mac. Only IE-win sees this. */
*html #attorneyreferral td.lbl {
	width:100em;
}
*html #attorneyreferral td.fld {
	width:200px;
}
/* End hide from IE5/mac */
.fld {
	background-color:#ccd2e3;
	color:inherit;
	margin-right:0px;
	padding-top:2px;
	padding-right:2px;
	padding-bottom:3px;
}
td.fld {
	padding:.2em .5em;
	width:/*250px*/50%;
}
.fld input, .fld textarea {
	width:99%;
}
.fld input#city, .fld input#state, .fld input#country, .fld input#ip_city, .fld input#ip_state, {
	width:80%;
}
.fld input#zip,.fld input#homephone,.fld input#workphone,.fld input#ip_postal_code,.fld input#ip_phone {
	width:102px;
}
.fld textarea {
	height:/*100px*/ 7em;
}
.rad {
	width:201px;
	font-size:10px;
}
.bgduskyblue {
	background-color:#ccd2e3;
	color:#300;
	padding-bottom:2px;
}
.txtbox { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.button {
	font-size:12px;
	background-color:#ccd2e3;
	color:#300;
	margin:2px 5px 3px 43px;
	border:1px groove #ecedf1;
}
.redtext {
	background-color:transparent;
	color:#900;
	font-weight:bold;
	font-size:10px;
}
.ty {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-size:17px;
}
