*{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana;
	font-size: 70%;
	color: #58615C;
	background: #EE2665 url(../images/background.jpg) repeat-x left top;
}

a
{
	outline: none;
}

img, img a
{
	border: none;
	margin: 0;
	padding: 0;
	border: 0px;
}

table
{
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

td
{
	vertical-align: top;
}

#form
{
	float: left;
}

fieldset
{
	border: none;
	padding: 0;
}

legend
{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #558626;
	margin-bottom: 10px;
}

.textbox, .selectbox, .dojobox, .errorbox, .validation-passed, .validation-failed
{
	float: left;
	font-family: verdana;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #548CBD;
	margin: 0px 0px 10px 0px;
	color: #000;
}

.errorbox
{
	border: 2px solid #C51414;
}

.selectbox
{
	vertical-align: middle;
	float: none;
}

.selectbox option
{
	padding: 1px 8px 1px 0px;
}

label
{
	font-weight: bold;
}

.colWrapper
{
	clear: both;
	padding: 4px;
}
.leftCol, .leftCol_short
{
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: right;
	width: 160px;
}
.rightCol, .rightCol_short
{
	padding: 0px;
	margin: 0px;
	margin-left: 173px;
}
.leftCol_short
{
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: right;
	width: 120px;
}
.rightCol_short
{
	padding: 0px;
	margin: 0px;
	margin-left: 133px;
}
.rightLongCol
{
	width: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 173px;
}

.align_middle
{
	vertical-align: middle;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}

.clear_both
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

.text_left
{
	text-align: left;
}

.text_right
{
	text-align: right;
}

.text_center
{
	text-align: center;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.uppercase
{
	text-transform: uppercase;
}


ul#errors
{
	margin: 20px;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
}

ul#errors li
{
	margin-bottom: 6px;
	font-weight: bold;
	color: #C51414;
}

.border_none
{
	border: none;
}

.invisible
{
	display: none;
}

.relative
{
	position: relative;
}

.display_none
{
	display: none;	
}


input.required, textarea.required {
	border: 1px solid #548CBD;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	clear: both;
	width: 300px;
	display: none;
}

#user_feedback
{
	width: 695px;
	background: #F4F2CF;
	padding: 10px;
	border: 1px solid #E2DFAE;
	font-weight: bold;
	margin: 15px 0px;
}

#results
{
	display: none;
}

table.summary_table
{
	width: 585px;
	margin-top: 0px;
}	

table.summary_table th
{
	background: #37C734;
	color: #FFF;
	font-size: 1.1em;
	padding: 5px;
}

table.summary_table td
{
	padding: 5px;
}

table.results_table
{
	width: 585px;
	margin-top: 0px;
}	

table.results_table th
{
	background: #548CBD;
	color: #FFF;
	font-size: 1.1em;
	padding: 5px;
}

table.results_table td
{
	padding: 5px;
}

.odd
{
	background: #FFF;
}

.even
{
	background: #F8F8F8;
}

a:link
{
	color: #e44073;
}

a:visited
{
	color: #e44073;
}

a:hover
{
	color: #548CBD;
}

a:active
{
	color: #e44073;
}