@charset "UTF-8";
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background: #000000 url(images/background.jpg) no-repeat top left fixed;
	margin: 0; 
	padding: 0px 0px 0px 100px;
}
table {
	border-spacing: 0px;
	width: 100%;
	white-space: nowrap;
}
a {
	text-decoration: none;
	color: #F1D3F3;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	padding: 20px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.highLight {
	color: #AF67BF;
	font-weight: bold;
}
.infoHeaderDottedLine {
	width: 100px;
	white-space: nowrap;
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #FFFFFF;
}
.infoDataDottedLine {
	width: 150px;
	white-space: nowrap;
	vertical-align: top;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dotted #FFFFFF;
}
.formHeader {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	width: 170px;
}
.formHeaderError {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
	color: #AF67BF;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: 170px;
}
.formField {
	padding: 0px 0px 10px 0px;
}
.formButton {
	padding: 5px 200px 10px 200px;
	white-space: nowrap;
}
.inputTypeText {
	font-size: 14px;
	padding: 2px 2px 2px 2px;
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.inputTypeSubmit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 12px 2px 12px;
}
.alignRight {
	float: right;
	margin: 0px 0px 0px 3px;
}
.alignLeft {
	float: left;
	margin: 0px 3px 0px 0px;
}
.required {
	color: #AF67BF;
	font-weight: bold;
}
.profilePhoto {
	width: 10px;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.profilePhoto img{
	padding: 5px 5px 5px 5px;
	border: 1px solid #FFFFFF;
}

