input, select, textarea {border:1px solid #e3e3e3;}
input, textarea{padding:1px;}
.submit-button{
	border-top: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	background-color:#CCCCCC;
	padding: 2px;
	cursor:pointer;
}
#submit-button{
	border: solid 1px #F3F3F3;
	background-color:#EFEFEF;
	padding: 2px;
	margin:0 auto;
	text-align:center;
}
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
}
p {
	margin: 5px 0 10px 0;
	line-height: 18px;
	font-size: 12px;
}
a {
	text-decoration: none;
	padding-bottom: 1px;
	color: #444;
}
a:hover {
	color: #E61000;
}
h1 {
	color: #E61000;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 2px;
}
h3 {
	color: #E61000;
	font-size: 18px;
	font-weight: normal;
	background: url(images/heading_arrow.gif) no-repeat 0 8px;
	padding-left: 10px;
}
h2 {
	color: #444;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #E61000;
	margin: 10px 0 0 0;
}
h1 a, h3 a, h4 a {color: #E61000;}
h1 a:hover, h3 a:hover, h4 a:hover {color: #444;}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	margin: 10px 0 0 0;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	margin: 10px 0 0 0;
}

#wrapper {width:750px;border:1px solid #EFEFEF; padding:10px;align:center;margin:0 auto;background-color:#FFFFFF}

/* form style */
fieldset {
	margin-top:10px;
	border:1px solid #efefef;
	padding:8px;
}
	fieldset legend {
		margin-left:7px;
		padding:0 10px;
		font-weight:bold;
	}
	fieldset table {
		margin:0;
		width:100%;
	}
	fieldset td {
		vertical-align:top;
		padding:5px 2px 8px 2px;
	}
	fieldset td.key {
		width:35%;
		padding-left:17px;
		background:url(images/grey_bullet.png) no-repeat 5px 10px;
	}
	fieldset tr.required td.key {background-image:url(images/std_bullet.gif);}
	fieldset tr.required input, fieldset tr.required textarea, fieldset tr.required select {border:1px solid #bbb;}
	fieldset tr.required td.req input, fieldset tr.required td.req textarea, fieldset tr.required td.req select {border:1px solid #E61000;color:#E61000;}

table {
	width:100%;
	margin:10px 0;
	padding-bottom:10px;
}
.mid {
	background: url(images/box_head.gif) no-repeat left top;
	padding: 32px 32px 0 32px;
}
.foot {
	background: url(images/box_foot.gif) no-repeat left top;
	height: 27px;
}
