.static p,
.static .content {
	margin: 0px 20px 20px;
	text-align: justify;
}

.static address {
	margin: 0px 20px 20px;
}

.static h3 {
	margin: 20px;
}

.static ol {
	list-style: outside decimal;
	margin: 20px 20px 20px 50px;
	text-align: justify;
}

.static.alerts form h3 {
	margin: 0 0 20px 0;
}

.static.alerts h3 {
	margin: 10px 20px;
}



.static .titlebar {
	margin-bottom: 20px;
}

.static label {
	float:left;
	display: block;
	width: 100px;
}

.alerts label {
	width: 175px;
	text-align: left;
}

.static input[type="text"],
.static input[type="password"] {
	width: 400px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.static .alerts input[type="text"],
.static .alerts input[type="password"] {
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

.static textarea {
	width: 400px;
	height: 250px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

.center {
	text-align: center;
}

.static input[type="submit"] {
	width: 75px;
	height: 18px;
	padding: 0px 0px 3px 1px;
	margin: 1px 0px 0px 0px;
	border: none;
	background: #eb7f31 url(/images/interface/submitbutton.png) no-repeat center center;
	color: #ffffff;
	font: bold 12px/16px arial, verdana, sans-serif;
}

.static input.submit {
	width: 180px;
	height: 18px;
	padding: 0px 0px 3px 1px;
	margin: 1px 0px 0px 0px;
	border: none;
	background: #eb7f31 url(/images/interface/respondnowbutton.png) no-repeat center center;
	color: #ffffff;
	font: bold 12px/16px arial, verdana, sans-serif;
}

.static ol {
	list-style: inside decimal;
	margin: 0px 20px 20px;
}

.static ul {
	list-style: inside circle;
	margin: 0px 20px 20px;
}

.static p.caption {
	margin: 3px auto;
	text-align: center;
}

.static table {
	margin: 10px 20px;
	border: 1px solid #aaaaaa;
}

.static table th {
	text-align: left;
	padding: 2px 0px 2px 10px;
	background: #fafafa;
}

.static table td {
	padding: 2px 10px;
	background: #fafafa;
}

.static table thead th {
	padding: 5px 15px 5px 15px;
	text-align: left;
	vertical-align: middle;
	background: #444444 url(/images/interface/tableheading.png) repeat-x top center;
	color: #ffffff;
}

.static.offers table {
	width: 200px;
	margin: 0px 20px 10px;
	border: none;
}

.static.offers table thead th {
	background: none;
	color: #444444;
	padding: 5px;
}

.static .spacer {
	height: 15px;
}
