
fieldset {
	border: 0;
}

label{float: left; font-size: 1.2em; color: #383838; font-variant: small-caps; margin-top: 5px;}
.middleColumn, .Actions{display: block; margin-left: 160px;}
	.message{font-size: 0.8em; padding-top: 2px;}

div.tab .field .middleColumn {
		clear: none !important;
		margin: 0 !important;
		width: auto;
}

input.text, textarea, select {
border: 1px solid #949597;
color: #949597;
width: 200px;
padding: 4px;
}
textarea{font-size: 1.1em; font-family: Verdana, Times New Roman, Arial, sans-serif; width: 90%;}
select {
	width: auto;
}

input.action {
}
input:focus, textarea:focus, select:focus{
border: 1px solid #bdb390;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}

#Remember p{}
#Remember label{position: relative; top: -3px; float: none; margin: 0;}

.field{padding: 5px 0;}

#Form_Form{border-top: 1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2; padding: 15px 0;}
	#Form_Form .Actions{margin: 5px 0 5px 100px;}
		#Form_Form .Actions input{display: block; background: #fff; border: 0; border-bottom: 2px solid #383838; font-size: 1.4em; color: #383838; font-variant: small-caps; padding: 0 3px;}
		* html #Form_Form .Actions input{font-size: 1.2em; padding: 0;}
		*+html #Form_Form .Actions input{font-size: 1.2em; padding: 0;}
			#Form_Form .Actions input:hover{color: #000;}

		#EmailToAdmin {text-align: center; border-bottom: 1px solid #afb1b3; width: 100%; overflow: auto; padding: 4px 0;}
		.form {border-bottom: 1px solid #afb1b3; width: 100%; overflow: auto; padding: 4px 0 8px;}
		#EmailAFriendForm_EmailAFriendForm textarea,
		#EmailAFriendForm_EmailAFriendForm input.text {width: 317px;}
		#EmailAFriendForm_EmailAFriendForm .middleColumn {text-align: right;}
		#To {display: none;}
		#EmailAFriendForm_EmailAFriendForm .Actions {margin-top: 10px;}
		#EmailAFriendForm_EmailAFriendForm_action_sendEmailAFriend{background: url(../images/send.png); border: 0; width: 57px; height: 13px; cursor: pointer;}
			#EmailAFriendForm_EmailAFriendForm_action_sendEmailAFriend:hover{background-position: 0 -100%;}