/* This file is for usefull helpfull css hacks*/ /* lists */
ul.form label {
	display: block;
	float: left;
	width: 170px;
	padding-top: 4px;
}

ul.form label.radiolabel {
	display: inline;
	float: none;
}

ul.form span.fauxlabel {
	display: block;
	float: left;
	width: 160px;
}

ul.form span.fauxinput {
	width: 160px;
}

ul.form li {
	margin: 5px 0;;
	padding-bottom: 6px !important;
}

ul.form input.textbox {
	width: 165px;
}

ul.form select {
	width: 175px;
}

ul.form input.textbox .small,ul.form select.small {
	width: 80px;
}

ul.form input.textbox .medium,ul.form select.medium {
	width: 100px;
}

ul.form input.textbox .verysmall {
	width: 30px;
}

ul.form select.verysmall {
	width: 45px;
}

ul.form input.textbox .right {
	text-align: right;;
	padding-right: 0.2em;
}

ul.collapse,ol.collapse {
	margin: 0;;
	padding: 0;
}

ul.collapse li,ol.collapse li {
	margin: 0;;
	padding: 0;;
	float: left;
	
}

ul.collapse li,ol.collapse {
	list-style-type: none;
}

ul.inline {
	margin: 0;;
	padding: 0;
}

ul.inline li {
	display: inline;;
	margin: 0;;
	padding: 0;
}

ul.nobullets,ol.nobullets {
	list-style-type: none;;
	margin: 0;;
	padding: 0;
}

ul.nobullets li,ol.nobullets li {
	margin: 0;;
	padding: 0;
}

dl dd {
	margin-left: 0;;
	padding-left: 0;
}

/* Faq */
dl.faq dt {
	font-weight: bold;
	padding-bottom: 0;
}

dl.faq dd {
	margin-left: 0;;
	padding-left: 0;
}

/* image replacement */
.hide {
	display: none;
}

/* clear */
br.clear {
	clear: both
}

/* controls */
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset.fieldsetborder {
	border: solid 1px #e5e4e4;
}

/* links */
a img {
	border: none;
}

/* headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0;;
	padding: 0;
}

/* form elements */
input.textbox .autopostback {
	/*background: white url(../images/return.png) no-repeat right 50%;*/
	background: white url(../images/return.png) no-repeat 50%;
}

input select,textarea {
	background: white
}

input.textbox {
	width: 180px;
}

input.textbox .small {
	width: 80px;
}

input.textbox .medium,select.medium {
	width: 100px;
}

input.textbox .verysmall,select.verysmall {
	width: 80px;
}

input.textbox .large {
	width: 220px;
}

input.textbox .verylarge {
	width: 300px;
}

input.textbox .right {
	text-align: right;;
	padding-right: 0.2em;
}

input.radio,input[radio] {
	cursor: pointer
}

/* alignment */
.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

/* tables */
table {
	border-collapse: collapse;
}

table {
	width: 100%;
}

.altfont {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica,
		sans-serif;
}

input,select {
	font-family: helvetica, verdana, sans;
	font-size: 19px;
}

a.disabled {
	color: #808080;
}

p.announce {
	font-size: 22px;
	margin: 0;
	color: #2366AA;
}

p.instruction {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #2366AA;
}

.photos img {
	border-top: solid 5px #fff;
	border-right: solid 5px #fff;
	border-bottom: solid 7px #fff;
	border-left: solid 5px #fff;
}

.photos ul {
	width: 100%;
}

.photos a {
	display: block;;
	vertical-align: text-bottom !important;
	border: solid 1px #ddd;;
	background: white;
}

.photos li {
	margin: 6px !important
}

input.error,select.error {
	border: solid 2px #f03b1f !important;
}

div.buttons {
	text-align: right;;
	clear: both;;
	padding-top: 16px;
}

input.button {
	/*font-size: 20px;*/
	
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	font-weight: bold;
	font-size: 10px;
	width: 80px;
	height: 25px;
	font-family: verdana, sans-serif;
	border: 0 solid #FFFFFF;
	margin-right:10px;
}

#inputbuttonpost {
	
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	font-weight: bold;
	font-size: 10px;
	width: 80px;
	height: 25px;
	font-family: verdana, sans-serif;
	border: 0 solid #FFFFFF;
}

input#btnStage3,input#btnStage3a {
	margin-right: 1px;
}

.disabled {
	background: #f8f8f8;
}

input.textbox,select {
	padding: 0.4em 0.2em 0.2em 0.2em;
}

/* highlight */
.highlight {
	background: #ffffcc;
	padding: 0 0.5em;
	color: #333;
}

/* nospam */
.nospam {
	background: url(../images/nospam.png) 10px 0 no-repeat;
	width: 185px;
	height: 15px;
}

/* fonts for back */
.fonthelvetica {
	font-family: helvetica, arial, sans-serif;
}

.fontgeorgia {
	font-family: georgia, serif;
}

.fontcourier {
	font-family: courier, monospace;
}