/* forms usedon the site both public and admin */



/*search site form*/
.searchForm {position:absolute; width:850px; padding-left:654px; color:#fff }
/*.searchForm fieldset {border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; margin:0px; padding:0px; width:180px; }*/
.searchForm input {  } 
.searchFormField{ height:21px; width:162px; margin:0px; padding:0px 0px 0px 4px; background: #CDAFAB; border:#b93014 1px solid;; color:#000
}
.searchFormButton{  background-color:#b93014; border:#b93014 1px solid; width:23px;color:#FFF }



/*sign in or registration  form*/
.signForms {font-family: Verdana, Geneva, sans-serif;font-size:.7em;background-image:url(image/ping-box-lrg-form.jpg);background-repeat: no-repeat;background-position: right top; width:600px
}
.signForms label
{
width: 11em;text-align: right; float:left; display: block;margin-bottom:0.3em;margin-top:0.3em;padding-right:0.6em
}
.signForms input
{width:19em; margin-bottom:0.3em;margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999
}
.signForms select
{
width:19em; margin-bottom:0.3em; margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999 
}

.captchaIndent
{
margin-left:10em;clear:left
}

.signForms textarea
{
width:19em;margin-bottom:0.3em; margin-top:0.3em;color: #781351;/*background: #fee3ad;*/border: 1px solid #999
}

.signForms img
{
margin-bottom:0.3em; margin-top:0.3em; float:left;
}

.signForms .submit { background: #eef; margin-left:126px; } /* using pixels for the margin means all browsers look same*/

.signForms fieldset{ border:none; margin:0px; padding:0px; width:440px /*width of form is defined to help wrap the elements correctly. without it they may run in a line*/
}

.signForms legend
{

} 








#warning_email,
	#warning_password,
	#warning_form,
	#warning_username	{ display: none }


div.warning	{ margin-left: 9em; padding: 5px 0px 10px 0px; width: 302px; background: url(image/red_up_arrow.jpg) no-repeat #FFF }
div.warning h2	{ margin: 0px !important; padding: 5px !important; background: #F00; color: #FFF !important; font-family: Verdana !important; font-size: .8em !important; font-weight: bold !important }
										
div.alert { margin-left: 10em; padding: 7px 0px 8px 30px; width: 30em; background: url(image/24-em-cross.png) no-repeat #FFBABA; border: 1px solid #F00;  font-family: Verdana; font-size: .9em; color: #F00; font-weight: bold }
div.ok	{ float: right; padding-right: 110px; width: 16px; height: 16px; background: url(image/16-em-check.png) no-repeat }




form#frmBook {
	background: url(image/product-icons/bookonline.gif) no-repeat;
	padding-left: 50px;
	min-height: 50px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
}


label.event_field { float: left; width: 200px }

ul#event_fields					{ padding: 10px 0px 20px 0px }
ul#event_fields li			{ list-style-type: none }
ul#event_fields li.last	{ margin-bottom: 50px }
ul#event_fields li.end	{ margin-bottom: 37px }

.textfield	{ width: 300px }
.textarea		{ width: 300px }
.error			{ border: 1px solid #F00 }

p.right			{ text-align: right }


div#add_sub	{ 
}

div#add_sub h1 {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
}

div#add_sub p {
	font-size: 0.8em !important;
}

div#add_sub p.btn {
	padding-top: 10px;
	text-align: center;
}

div#add_sub		{
	input	{ text-align: center }
}

p.remove_link	{ padding: 0px 50px 0px 0px; text-align: right; color: #333 }