/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin:				0em;
}

.formerrors
{
	padding:			0;
	margin:				0;
}

/* #formerrorsdetails
{
	display:			none;
} */

.required, .fielderror
{
	color:				red;
	font-weight:		bold;
}

.label-section
{
	font-size:			12px;
	color:				#719500;
	font-style:			italic;
}

label.label-right .required .label-section
{
	position:			absolute;
	top:				0px;
	right:				0px;
	width:				5px;
}

.form-table
{
	border-collapse:	collapse;
}
.form-table td
{
	padding-bottom:		.5em;
	padding-right:		10px;
	vertical-align:		top;
}

.form-table select
{
	font-size:			11px;
}

.form-table label
{
	width:				auto!important;
	color:				#424242;
	font-weight:		bold;
	float:				right;
	text-align:			right;
}

.form-table .bodytext
{
	margin-bottom:		0px;
}

label,label.cb,label.cblabel,label.radio,label.notes
{
	width:				180px;
	clear:				right;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
	text-align:			left;
	display:			block;
	float:				left;
	position:			relative;
}
		
		label {
			text-align: right;
			padding: 0px 15px;
			position: relative;
			width: 180px;
			font-weight: bold;
			color:	#424242;
		}

/*	label for checkboxes	*/
/*
label.cb,label.radio
{
	float:				none;
	display:			inline;
	font-weight:		normal;
	margin-right:		5px;
	padding-bottom:		20px;
	height:				20px;
	clear:				none;
	margin-left:		5px;
}
label.cblabel
{
	display:			inline;
}

label.notes
{
	float:				none;
	font-size:			10px;
	font-weight:		normal;
	width:				450px;
	text-align:			left;
}
*/

input.textfield,select.textfield,textarea.textfield
{
	width:				200px;
	background-color:	white;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
	vertical-align:		top;
	border:				1px solid #8FADC6;
}

input.textfield
{
	height:				16px;
	line-height:		16px;
}

select.textfield
{
	padding:			1px;
	height:				21px;
}

input.radio
{
	margin-top:			5px;
}

.donation-radio
{
	font-weight:		bold;
	color:				#424242;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
}

.form-table .smalltext 
{
	margin-bottom:		0px;
}

.smalltext input.textfield,
.smalltext select.textfield,
.smalltext textarea.textfield
{
	font-size:			11px;
}

.submitbutton, .submitbuttonty, .submitbuttontybiaag
{
	height:				28px;
	border-style:		outset;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			12px;
	cursor:             pointer;
}

.submitbuttonty
{
	color:				white;
	background-color:	#007CC3;
}

.submitbuttontybiaag
{
	color:				white;
	background-color:	#EE008E;
}

input.button
{
	cursor:				pointer;
}

.donatebutton
{
	background-color:	#FFF;
	border-width:		0px;
	background-image:	url("/images/donate_button.png");
	background-repeat:	no-repeat;
	color:				#FFFFFF;
	cursor:				pointer;
	height:				45px;
	width:				150px;
	overflow:			hidden;
}

.resetbutton
{
	height:				25px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	cursor:             pointer;
	margin-top:			10px;
	margin-left:		25px;
	vertical-align:		top;
}
		
		.fieldblock-error, .fieldblock {
			overflow: hidden;
			margin-bottom: .5em;
		}
		
		.fieldblock-error label .labeltext
		{
			display: none;
		}
		
		.fieldblock-error label .fielderror
		{
			display: block;
		}
		
		label .required
		{
			position: absolute;
			top: 0px;
			right: 6px;
		}

