/* FORMS */
form{
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}

form *{
	font-family:"Lucida Grande", verdana, "Bitstream Vera Sans", helvetica, sans-serif;
	font-size:13px;
}

form p{
}

fieldset{
	clear:both;
	border-width:0;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:500px;
}

* html fieldset{
	width:485px;
}
	fieldset.full{
		width:inherit;
	}

legend, legend a{
	font-size:14px;
	padding:10px 0 2px 0;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
	* html legend{ margin-left:-7px; }

form fieldset label{
	color:#333;
	display:block;
	font-size:12px;
	line-height:14px;
	padding:12px 0 0 0;
	clear:both;
}

form fieldset input, form fieldset textarea{
	display:block;
	margin-top:3px;
	width:100%;
	padding:1px;
}

form fieldset select{
	display:block;
	margin:3px 0 0 0;
}

form label.r,
form label.field-state,
form label.field-zip,
form label.field-expire,
form label.field-expire-month,
form label.field-expire-year,
form label.field-ccv{
	clear:none;
}

form label.l, form label.r,
form label.field-city,
form label.field-card{
	float:left;
	width:48%;
	padding-right:5px;
	margin-right:5px;
}


form label.r{
	width:49%;
	padding-right:0px;
	margin-right:0px;
}

* html form label.l, * html form label.r{
	width:47%;
}


form label.l input, form label.r input,
form label.field-city input,
form label select{
	float:left;
	width:100%;
}

form label.field-state{
	float:left;
	margin-right:10px;
	width:60px;
}
	form label.field-state select{
		width:100%;
		float:left;
	}

form label.field-zip{
	float:left;
	width:92px;
}
	form label.field-zip input{
		float:left;
		width:100%;
	}
	
/* Credit Card Fields
-----------------------------------------------------*/
form label.field-expire{
	float:left;
	margin:0 10px 0 0;
	width:92px;
}
	form label.field-expire input{
		float:left;
		width:100%;
	}
	
form label.field-expire-month{
	float:left;
	margin:0 10px 0 0;
	width:48%;
}
	form label.field-expire-month select{
		float:left;
		width:100%;
	}
	
form label.field-expire-year{
	float:left;
	margin:0 10px 0 0;
	width:92px;
}
	form label.field-expire-year select{
		float:left;
		width:100%;
	}

form label.field-ccv{
	float:left;
	margin:0;
	width:58px;
}

form label.field-ccv input{
	float:left;
	width:100%;
}

textarea{
	display:block;
}

.chk{
	clear:none;
	display:inline;
	float:none;
	margin:0;
}
	fieldset label.chk{
		display:block;
		margin:1px 0 -7px 22px;
		padding:0 0 4px 0;
		text-indent:-22px;
	}
	fieldset span.chk{
	}
	fieldset input.chk{
		width:18px;
	}

form .buttons{
	clear:both;
	height:40px;
	text-align:left;
}     
	form .buttons .button{
		background:#999;
		border:2px outset #999;
		clear:none;
		color:#333;
		cursor:pointer;
		display:inline;
		float:none;
		overflow:visible;
		margin:0;
		padding:5px 2px;
		width:auto;
	}
		form .buttons .submit{
			background:#03396C;
			color:#FFF;
		}

.req{
	color:#F00;
	font-style:normal;
}

.highlightActiveField{
    border:1px solid black;
	border-color:#333 #CCC #CCC #333;
    background-color:#FFFFCF;  
	padding:2px;
}
	select.highlightActiveField{
		padding:1px;
	}
/* END FORMS */

body {
	color:#333333;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1em;
	text-align:left;
}

#alert{
	background-color:#ffffff;
	background-position:3px 10px;
	background-repeat:no-repeat;
	line-height:130%;
	margin:0 0 10px 0;
	padding:10px 10px 10px 24px;
}
	#alert.good{
		background-image:url(../../_static/images/icons/tick-trans.gif);
	}
	#alert.bad{
		background-image:url(../../_static/images/icons/stop-trans.gif);
	}
	#alert.warning{
		background-image:url(../../_static/images/icons/error-trans.gif);
	}

form fieldset{
	width:500px;
}
form label.r{
	float:right;
}

form fieldset label{
}
form .buttons .button, form .search_button{
	background: #456F31 url(../images/gloss.png) repeat-x scroll 0 50%;
	border: .167em outset #456F31;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: .333em .667em;
}

form .buttons input.submit:hover, form .search_button:hover {
	background-color: #A5C657;
	border-color: #A5C657;
}

* html form .buttons input.button,
* html form .search_button
{
	background-image: none;
}
* html form .buttons input.submit {
	background: #A5C657;
	border-color: #A5C657;
}