/* Advanced form **/


#default.form #pos2 p.formHeader{
	font-size:18px;
	margin-left:0;
	line-height:27px;
	font-family:gill sans, trebuchet ms, sans-serif;
	font-weight:normal;
}

#default.form #pos2 p
{
	margin-left:0;
	font-size:12px;
	font-weight:bold;
}

.advForm
{
	width: 350px;
}

	#default.form #pos2 .advForm
	{
		width:270px;
		margin-left:20px;
		padding-bottom:20px;
	}

.advForm label
{
	display:block;
}

.mandatory{color:red;}

.advFormLeft, .advFormRight, .advFormFull
{
	margin:0 0 10px 0;
}

.radioValue, .checkboxValue{margin-right:20px;}

.advFormLeft
{
	float:left;
	display:inline;
	width:270px;
	margin:0 20px 10px 0;
}

	.advFormLeft .text, .advFormRight .text
	{
		width:270px;
		display:inline;
	}

.advFormRight
{
	float:left;
	display:inline;
	width:157px;
}

.advFormFull
{
	clear:both;
	float:none;
	width:346px;
}

	.advFormFull .select
	{
		width:100%;
	}
	
	
	
	.advFormFull .textarea, .advFormFull .text
	{
		width:98%;
	}
	
.advFormAmount label{
	clear:both;
	margin-bottom:15px;
}

.advFormAmount span{
	clear:both;
	display:inline-block;
	width:225px;
}

.advFormAmount label span{
	display:inline;
}	
.submitContainer
{
	clear:both;
	float:none;
	text-align:right;
}

	.submitContainer input{
		border:0;
		border-top:1px solid #81a6c6;
		background: url(../images/common/btn.png) repeat-x;
		color:#fff;
		text-shadow:0 1px 0 #2d4c65;
		text-transform:uppercase;
		font-size:15px;
		padding-left:10px;
		padding-right:10px;
		font-family:gill sans, trebuchet ms, sans-serif;
		cursor:pointer;
	}

.advance_form, .advance_form p, .advance_form input, .advance_form textarea, .advance_form label, .advance_form span{
	font-size:12px;
}

.checkboxValue{
	padding-bottom:5px;
	font-size:12px;
}

.errorFieldset .msgLegend{display:none;}
.errorFieldset .msgError{color:red;font-weight:bold;margin:0 0 5px 0;}

option.odd{background:#eeeeee}
option.even{background:silver}
.option4{background:red !important;}




