form { 
	display: block;
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font: 12px tahoma, Arial, Helvetica, sans-serif;
	color: #222;
	outline: none;
}

.frmbutton {
	background: #fff url(/images/button150.gif) no-repeat;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #677077;
	width: 154px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

.frmbutton:hover {
	cursor: pointer;
	background: #fff url(../images/button150o.gif) no-repeat;
	color: #870205;
	outline: none;
}

.frmbutton:active {
	cursor: pointer;
	background: #fff url(../images/button150d.gif) no-repeat;
	color: #870205;
	outline: none;
}


table.frmcont {
	width: 100%;
}

.inputbox {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 11px;
}

.formbox {
	width: 350px;
	color: #333;
	padding: 2px;
	border: 1px inset #B6B6B6;
	background: #faf9f9 url('../images/formbg.gif') repeat-x top;
	margin: 3px 0;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.formboxslim {
	width: 50px;
	color: #333;
	padding: 2px;
	border: 1px inset #B6B6B6;
	background: #faf9f9 url('../images/formbg.gif') repeat-x top;
	margin: 2px 0;
	text-align: center;
}

.textbox {
	height: 130px !important;
	color: #8a0204;
}

td.frmlab160 {
	width: 140px;
	padding: 2px 0;
	vertical-align: top;
}

td.frmlab160r {
	width: 140px;
	padding: 2px 0;
	font-weight: bold;
	vertical-align: top;
	background: url(../images/required.gif) no-repeat top right;
}

td.frmlab160b {
	width: 140px;
	padding: 2px 0;
	font-weight: bold;
	vertical-align: top;
}

td.frmtdhelp {
	padding: 4px 0;
	font-size: 10px;
}

td.frmpad {
	padding: 2px 0;
}

#callback {
	background: #fffee7 url('/images/bg_request.png') no-repeat top left;
	text-align: left;
	width: 220px;
	padding-top: 10px;
}

#callback h2 {
	margin: 0 10px 0px;
}

#callback p {
	font-size: 11px;
	margin: 0 10px 0;
}

#callback ul {
	margin: 0;
	padding: 10px;
}

#callback li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

#callback label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 1px;
}

#callback input, #callback textarea {
	margin: 0;
	border-top: 1px solid #656565;
	border-left: 1px solid #656565;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	width: 100%;
}

#callback textarea {
	height: 100px;
}
