/* Standard form styling
 */

form p.first {
	font-size: 11px;
}
 
form label.left {
	display: block;
	float: left;
	width: 13.5em;
	margin-right: 0.5em;
	text-align:left;
	font-size: 11px;
	color:#000;
}

form .message {
	font-weight: bold;
	margin-bottom: 0.5em;	
	color: red;
}

form .title {
	font-weight: bold;
	margin: 1em 0em;
}

form #fieldholder input, form select, form textarea, form span {
	width: 15em;
	margin-bottom: 4px;
	color:#333;
	font-size: 11px;
}

form .text input,
form textarea {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form textarea {
	height: 10em;
}
form .readonly {
	text-transform: capitalize;
}
form input.field_imageupload {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 4px;
}
form #EmailForm_Quantity {
	width: 25px;
}
form .required, .required {
	color: #ea722b;
	font-size: 12px;
	font-weight: bold;
}

form .actions a {
	height:20px;
	background:url(../images/submit_off.gif) no-repeat;
	width:56px;
	padding-top:5px;
	text-align:center;
	color:#fff;
	font-family:Georgia, Times New Roman, serif;
	font-weight:bold;
	font-size:1.050em;
	display:block;
}

form .actions a:hover {
	background:url(../images/submit_on.gif) no-repeat;
}

form .field_option, form .field_checkbox {
	width: auto;
}

form #fieldholder .checkbox {
	padding: 7px 0px;
}
form #fieldholder .textarea {
	padding-bottom: 7px;
}


	form #fieldholder .checkbox {
		margin-left: 153px;
		font-size: 11px;
	}
	form #fieldholder .checkbox input {
		width: 20px;
		margin: 0px;
	}

.Main.Unsubscribe form label {
	width: auto;
}

.longForm {
	width: 100%;
}
.shortFormLft {
	float: left;
	width: 250px;
}
.shortFormRht {
	margin-left: 200px;
	width: 250px;
}
.actionForm {
	width: 100%;
	height: 30px;
	display:block;
	margin-top: 2em;
	text-align: center;
	margin-top: 0px;
}
form .actionForm input {
	float: left;
	width: auto;
}
form .actions {
	margin-top:5px;
}
.actions input {
	background-color: #993300;
	border:0;
	color: #FFF;
	font-family:Georgia, Times New Roman, serif;
	font-weight:bold;
	font-size:1.050em;
	background:url(../images/submit_off.gif) no-repeat;
	height:20px;
	width:56px;
	cursor: pointer;
}
.actions input.action_ForgotPassword { /* added as forgot password button is longer then the rest */
	width:108px;
	background:url(../images/forgot_off.gif) no-repeat;
	
}

.actions input.btnWide { /* added as forgot password button is longer then the rest */
	width:108px;
	background:url(../images/forgot_off.gif) no-repeat;
	margin-left: 150px;
}

.actions input.btnWide:hover {
	background:url(../images/forgot_on.gif) no-repeat;
	margin-left: 150px;
}


.actions input.hovered {
   background: #B8A77A;
   background:url(../images/submit_on.gif) no-repeat;
   color: #FFF;
}
html>body .actions input:hover {
   background: #B8A77A;
   background:url(../images/submit_on.gif) no-repeat;
   color: #FFF;
}
.actions input.action_ForgotPassword:hover {
	background:url(../images/forgot_on.gif) no-repeat;
}

	#Search	{
		font:bold 1.1em verdana;
		color:#6b5941;
		margin:55px 50px 0 0;
		float:right;
		display:inline;
	}
	#SearchText	{
		padding-bottom:8px;
		margin-left:10px;
	}
	#MemText	{
		padding-top:3px;
		margin-left:10px;
		text-transform:uppercase;
	}
	#SearchDiv	{
		background:url(../images/search.gif) no-repeat;			
		height:30px;
		width:180px;
	}
		#SearchDiv #CompactSearchForm_SearchField,
		#SearchDiv form.search input	{
			border:0;  
			height:13px;
			width:130px;
			margin-left:10px;
		}
		#SearchDiv #SearchButton	{
			border:0;
			width:18px;
			height:18px;
			margin:3px 0 0 10px;
			background:url(../images/SearchButton.gif) no-repeat;
			cursor:pointer;
		}

#contact_us label {  width:6em; float: left; text-align: right; margin-right: 0.1em;display: block; }
#contact_us input,  #contact_us textarea, #contact_us select { margin-left: 2.5em;  width: 200px; font-family: Arial, Helvetica; font-size: 90%; margin-bottom: 3px;  }
#contact_us input.submit  { margin-left: 9.5em;  width: auto; font-family: Arial, Helvetica; font-size: 90%; }
#contact_us { margin-top: 25px; }
