﻿body {
	background-color:black;
}
form.cmxform fieldset {
	background: #000000;
	margin-bottom: 10px;
	font-family: Verdana;
	color: #FFFFFF;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	color: #FFFFFF;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	font-family:Verdana;
	font-size:small;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: 500px;
	font-family:Verdana;
	font-size:small;
	vertical-align: top;
}
form.cmxform td {
	font-family:Verdana;
	font-size:small;
	vertical-align: top;
}
form.cmxform label.SmallLabel {
	width: 30px;	
	vertical-align: top;
}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label.specialLabel {
	width: 98%; /* Width of labels */
	vertical-align: top;
}
form.cmxform label {
	width: 166px; /* Width of labels */
}

form.cmxform fieldset fieldset label {
	margin-left: 170px; /* Width plus 3 (html space) */
}

form.cmxform input.phonetext {
	width: 40px;
}

form.cmxform input {
	width: 167px;
}

form.cmxform .checkbox {
	vertical-align: top;
	width:18px;
}
form.cmxform .file {
	vertical-align: top;
	width:250px;
}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}
