form
{
	padding:			0px;
	font-size:			small;
	width:				360px;
	float:				left;
}



form li {
	padding:			4px 9px 4px 0px;
}

form input.full {
	width:100%;
}

form label
{
	display:block;
}


form label.desc
{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:inline;
	font-size:95%;
	font-weight:bold;
}


form label.required
{
	background: transparent url(/images/required.gif) top right no-repeat;
	padding: 0 17px 0 0;
}

form label.choice
{
	font-size:100%;
	margin:-1.55em 0 0 5px;
	color:#222;
	width:100%;
}



form ul
{
	font-size:			100%;
	list-style-type:	none;
	margin:				0pt;
	padding:			0pt;
	width:				100%;
}



form ul.checkbox_list li {
	float:left;
}

form li, .buttons
{
	display: inline-block;
}

* html form li, * html .buttons
{
	height: 1%;
}

form li, .buttons
{
	display: block;
}



label.desc
{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:bold;
}




label.choice
{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#222;
	width:90%;
}



input, textarea
{
	margin:				0;
	padding:			2px 0 2px 0;
	font-size:			100%;
	color:				#333;
	border: 0px solid;
}



input.checkbox, input.radio
{
	display:			block;
	line-height:		1.4em;
	margin:				6px 0 0 3px;
	width:				13px;
	height:				13px;
}

textarea
{
	font-family:		"Lucida Grande", Tahoma, Arial, sans-serif;
	height:100px;
}


select.select
{
	font-family:		"Lucida Grande", Tahoma, Arial, sans-serif;
	margin:				1px 0;
	padding:			1px 0 0 0;
}

select.select[class]
{
	margin:				0;
	padding:			1px 0 1px 0;
}

*:first-child+html select.select[class]{
	margin:1px 0;
}

.webkit select.select
{
	margin-bottom:1px;
	font-size:120% !important;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}


/* ----- BUTTONS ----- */


input.button
{
/*	clear:				both; */
	margin-top:			10px;
	background:			#5F5B56;
	color:				#fff;
	font-weight:		bold;
}
.buttons input
{
	margin-right:		5px;
}


input select option {
	background:#000;
}

input.small, select.small
{
	width:				25%;
}

input.medium, select.medium
{
	width:				50%;
}

input.large, select.large, textarea.textarea
{
	width:				100%;
}

textarea.small
{
	height:				5.5em;
}

textarea.medium
{
	height:				10em;
}

textarea.large
{
	height:				20em;
}

form li.error
{
	display:			block !important;
	background-color:	#FFDFDF !important;
	margin:				3px 0;
}

form li.error label
{
	color:				#DF0000 !important;
}

form p.error
{
	color:				red;
	font-weight:		bold;
	font-size:			10px;
	margin:				-2px 0 5px 0;
	clear:				both;
}

.leftLabel p.error,
.rightLabel p.error
{
	margin-left:		30%;
	padding-left:		15px;
}

/* symfony */

ul.error_list {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	color: red;
}

ul.error_list li {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}


/* ----- ALT INSTRUCTIONS ----- */

li.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct{
	visibility:visible;
	position:static;
	margin:-2px 0 0 0;
	padding:0 0 7px 0;
	background:none;
	border:none;
	width:100%;
	font-size:9px;
	clear:left;
}