@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.mainTable {
	background: url(images/bg_mid.gif) repeat-y top left;
}
.inputText {
	border: 1px #b1b1b1 solid;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#inputField {
	width: 480px;
}
/*.formTextHolder {
	font-weight: bold;
}*/
.formTextHolder2 {
	padding: 0 25px 0 25px;
	font-size: 12px;
}
.disclaimer {
	font-size: 10px;
	/*font-weight: bold;*/
}
.step {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed #cccccc 1px;
	padding: 5px 15px 5px 15px;
	width: 500px;
}
#cover {
	padding: 0 0 0 25px;
}
h4.checkbox {font-size:12px; font-wieght:bold; margin:2px 0 10px 0; padding:0;}

input {font-size:12px;}


ul.photo_upload_directions {float:left; width:450px;  color:#999999; padding:0; margin:1px 0 12px 0; font-size:1em;}
			ul.photo_upload_directions li {margin:3px 0 0 30px; list-style:circle;}
			ul.photo_upload_directions li.no_list_style {margin:6px 0; padding:0; list-style:none;}
			ul.photo_upload { float:left; width: 490px; height:190px; left:0px; list-style:none; margin:0px 0 12px 0; padding:0;}
			ul.photo_upload li {margin-left: 10px; margin-bottom: 0; margin-right: 5px; margin-top: 0; float:left;left:0px; display:inline; height:186px; width: 144px;}
