
form
{	
	display:	block;
	font-size:	12px;
}
#content form input,
#content form textarea,
#content form select 
{	/*
	background: none repeat scroll 0 0 #DFEDF8;
    border: 1px inset white;
    border-radius: 4px;
    margin: 0 3px 3px 0;
    padding: 4px;
	*/
	
	background-clip: 	padding-box;
	background-color: 	#FFFFFF;
	background-image: 	-moz-linear-gradient(center bottom , #EEEEEE 0%, white 50%);
	border: 			1px solid #AAAAAA;
	border-radius: 		4px 4px 4px 4px;
	color: 				#444444;
	/* display: block; */
	height: 			26px;
	line-height: 		26px;
	overflow: 			hidden;
	padding: 			0 0 0 8px;
	position: 			relative;
	text-decoration: 	none;
	white-space: 		nowrap;
	box-shadow:			0 1px 2px rgba(0,0,0,0.3);
}


#content form textarea
{	height:				80px;
}

form#stndSearch
{	width:		550px;
}
form#stndSearch select
{	float:		left;
	width:		200px;
	margin:		0 10px 10px 0;
}
#content form p,
#content form div.row
{	min-height:		50px;
	clear:			both;
	padding:		0;
	margin:			0;
	position:		relative;
}
#content form label,
#content form b
{	display:		block;
	font-weight:	bold;
	padding: 0 4px;
}
#content form .whole{ width: 97%; }
#content form .half{  width: 46%; }
#content form .third{ width: 30%; }

#content form .half,
#content form .third,
#content form .fourth
{	margin: 0 6px 0 0;
	float: left;
}

#content form input.checkbox
{	height: auto;
    margin: 2px 0 0;
}

#content form label.half
{	
}
#content form div.formError
{	background: #E01D1D;
	border: 	4px solid rgba(201,14,14,0.8);
	clear: 		both;
	color: 		white;
	font-weight:	bold;
	margin: 	6px 0;
	padding: 	6px;
	position: 	absolute;
	width: 		auto;
	z-index:	111;
	box-shadow:	0 2px 6px rgba(0,0,0,0.6);
	border-radius:	2px;
	
}
#content form input.last
{	margin:		0;
}
#content form input.submit
{	background: url("/imgs/design/form-submit.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #F6F0B4;
    cursor: pointer;
    font: bold 17px/13px georgia;
    height: 38px;
    margin: 0 0 0 6px;
    padding: 0 0 1px;
    text-shadow: 0 1px 2px #421C0D;
    width: 93px;
} 
#spf{ display:	none;}

#content form #recaptcha_area
{	margin:		8px auto auto;
}
