/* below is the updates from the new get paid to party form - jeremyb */

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}

/* main form and main form errors */
#mainForm 
{
	position: relative;
	border: 0px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;

}

.mainInput
{
	/* from the original _web.css */
	width:150px;
	height:18px;
	font-size:11px;
	color:#A7C0E9;
	background-color:#000000;
	border:solid 1px #034EC3;
}

.mainInput1
{
	/* from the original _web.css */
	width:177px;
	height:20px;
	font-size:11px;
	color:#A7C0E9;
	background-color:#000000;
	border:solid 1px #034EC3;
}

.mainSelect
{
	/* from the original _web.css */
	width:150px;
	height:18px;
	font-size:11px;
	color:#A7C0E9;
	background-color:#000000;
	border:solid 1px #034EC3;
	margin:0; 
	width:10em;} 
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 0px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 95%;
	background-color:#F9B7FF;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}

#formInfo
{
	position: relative;
	width: 100%;
	background-color: #000000;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #000000;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:11px;
	position:relative;
	left:20px;
	top:0px;
	color: #000000;
}

#formFields
{
	position: relative;
	width: 100%;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:normal;
	width:180px;
	float: left;

	/* from the original _web.css */
	color:#A7C0E9;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:160px;
	float: left;

	/* from the original _web.css */
	color:#A7C0E9;
}

input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;

	/* from the original _web.css */
	width:150px;
	height:18px;
	font-size:11px;
	color:#A7C0E9;
	padding-left:24px;
	margin-left:180px;
	background-color:#000000;
	border:solid 1px #034EC3;
}

textarea {
	display:block;
	font-size:11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color:#A7C0E9;
	// padding-left:24px;
	margin-left:0px;
	background-color:#000000;
	border:solid 1px #034EC3;
	width:330px;
	height:70px
}

label.mainInput
{
	/* from the original _web.css */
	width:150px;
	height:18px;
	font-size:11px;
	color:#A7C0E9;
}
