/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/
#advform {
	font:75%/150% "Verdana", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;	
}

#advform h1 { color: #3c3933; font-weight: normal; font-size: 24px; }

#advform h2 { color: #3c3933; font-weight: normal; font-size: 18px; }

#advform .rightimg { float: right; margin: 0 50px 0 20px; }

#advform .instructions { font-size: 11px; font-weight: normal; }

#advform ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#advform ol.instructions {
	margin: 5px;
	padding: 12px;
	list-style-type: decimal;
}

#advform ol.leftform {
	width: 380px;
	float:left;
}

#advform ol.rightform {
	width: 380px;
	float:right;
}

#advform li {
	padding: 0;
	margin: 10px 0 0 0;
	border: 0;
}


/***** Global form appearance ***********/

#advform { 
	background: #d3cab1 url(/images/adv_form/ltForm_bg.jpg) top right no-repeat; 
	width: 780px; 
	border: 1px solid #3c3933;
	padding: 20px 20px 20px 40px;
}

#advform form { 
	width: 780px;
}
	
#advform textarea, select{
	border:0;
	margin:3px;
	padding:0px 3px;
	font: "Verdana", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#3c3933;
}

#advform input { 
	border: 2px solid white;
	margin: 3px;
	font: "Verdana", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	background:#ae5b0a !important;
	background:transparent;
	color:#fff;
	padding: 2px 8px 2px 8px;
	width: 140px;
	height: 30px;
	float:left;
	font-weight:bold;
	cursor:pointer;
}	
	
#advform label {
	float:left;
	width:140px;
	display:block;
	font-size: 8pt;
}

#advform select { width: 190px; }

#advform li p {
	font-size:8pt;
}

#advform .whos_on_now{
	float: right;
	margin-right: 20px;
}

/***** Shadows that wrap around ALL elements ***********/
#advform .frmShdwTopLt{
	float:left;
	background:url(../images/shadowUpperLeft.gif) top left no-repeat;
}

#advform .frmShdwBottomRt{
	float:left;
	background:url(../images/shadowLowerRight.gif) bottom right no-repeat;
}

#advform .frmShdwBottomLt{
	float:left;
	background:transparent url(../images/shadowBottomLeft.gif) bottom left no-repeat;
}

#advform .frmShdwTopRt{
	float:left;
	background:transparent url(../images/shadowTopRight.gif) top right no-repeat;
}


/***** styles specific to the CHECKBOX **********/
#advform .frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

#advform .frmShdwCheck img{
	border:0;
	margin:0;
}

	
/***** styles specific to the RADIO BUTTONS **********/
#advform .frmShdwRadio{
	float:left;
	margin:0;
}

#advform .frmShdwRadio img{
	border:0;
	margin:0;
}

	
/***** styles specific to the SUBMIT BUTTONS **********/
#advform .frmShdwSubmit{
	border:0;
	background:#ae5b0a !important;
	background:transparent;
	color:#fff;
	padding: 2px 8px 2px 8px;
	width: 140px;
	height: 30px;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

#advform .frmShdwSubmit:hover{
	color:#000000;
}


/***** styles specific to the SELECT BOX **********/
#advform .frmShdwSelectDropChosen{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px !important;
	padding: 0 0 3px 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#333;
	text-decoration:none;
	background-color: #fff;
}

#advform .frmShdwSelectDropShown{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #fff;
	border-bottom:1px solid #cccccc;
	position:absolute;
	background:#fff;
}

#advform .frmShdwSelectDrop{
	display:none;
}

#advform .fakeSelectImg{
	border:0;
	margin:5px 5px 0px 0px;
}

#advform .frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	border-bottom:1px dashed #ffffff;
	text-decoration:none;
	color:#666666;
}
	
#advform .frmShdwSelectDropShown a.selected{
	background:#f7f7f7;
	color:#000000;
	border-bottom:1px dashed #cccccc;
}

#advform .frmShdwSelectDropShown a.selected:after{
	content:" <<";
}


#advform .frmShdwSelectDropShown a:hover{
	background:#f7f7f7;
	border-bottom:1px dashed #cccccc;
	text-decoration:none;
	color:#666666;
}

#advform .frmShdwSelectDropShown a:hover:after{
	content:" <<";
}


