form.hopetoun_frm input.inp_btn,
form.hopetoun_frm textarea,
form.hopetoun_frm input.inp_txt {
	border: 1px solid #a7adbf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form.hopetoun_frm input.inp_txt {
	background: #f5f5f7 url('/images/global/forms/input-bg.jpg') 0 0 no-repeat;
	height: 16px;
	padding: 8px 8px;
	float:left;
}
form.hopetoun_frm input:hover.inp_txt {
	background: #f6f6f6 url('/images/global/forms/input-bg.jpg') 0 -32px no-repeat;
}
form.hopetoun_frm input:focus.inp_txt {
	background: #f8f8f8 url('/images/global/forms/input-bg.jpg') 0 -64px no-repeat;
}
form.hopetoun_frm textarea {
	background: #f5f5f7 url('/images/global/forms/textarea-bg.jpg') 0 0 no-repeat;
	padding: 8px;
	float:left;
}
form.hopetoun_frm textarea:hover {
	background: #f6f6f6 url('/images/global/forms/textarea-bg.jpg') -644px 0 no-repeat;
}
form.hopetoun_frm textarea:focus {
	background: #f8f8f8 url('/images/global/forms/textarea-bg.jpg') -1288px 0 no-repeat;
}
form.hopetoun_frm input.inp_btn {
	background: #f6f6f6 url('/images/global/forms/button-bg.jpg') 100% 0 no-repeat;
	font-family:Georgia, Times New Roman, Serif;
	text-transform:uppercase;
	font-size:1.1em;
	height: 32px;
	color: #1d294f;
	padding: 4px 8px;
}
form.hopetoun_frm input:hover.inp_btn {
	background: #f6f6f6 url('/images/global/forms/button-bg.jpg') 100% -32px no-repeat;
	color:#50608f;
	cursor:pointer;
}
form.hopetoun_frm input:active.inp_btn {
	background: #f6f6f6 url('/images/global/forms/button-bg.jpg') 100% -64px no-repeat;
	color:#2a3a6b;
	cursor:pointer;
	clear:both;
}
form.hopetoun_frm .chk_wrap {
	padding: 4px 0;
	display: block;
}
label {
	font-weight: bold;
}
body #content .error {
	border: 1px solid #d33;
}
.element_errors {
	width: 350px;
	padding: 10px;
	display: block;
	font-style: italic;
	float:left;
	margin-left: 10px;
	clear:right;
	color: #dd3333;
}
form.hopetoun_frm .chk_wrap label {
	font-weight: normal;
}
.form_error_message {
	padding: 10px;
	border: 1px solid #0d1228;
	background: #fff;
}
select {
	padding: 4px 8px;
	float:left;
	background-color: #f9fbff;
}
#form_main_error {
	background-color:#F9FBFF;
	border:1px solid #d33;
	color: #d33;
	margin-bottom:20px;
	padding:20px 20px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
