body {
	background-color:#000;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}

p {
	padding: 0px;
	margin:0px;
}

td {vertical-align:top}

/********************** Content ***************************/
.DialogBox {
	background-color:#000;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
img{border-width:0px}

h1{
	color:#F9C;
	font-size:16px;
	padding-bottom:10px;
}

h2{
	color:#F9C;
	font-size:14px;
}

h3{
	color:#F9C;
	font-size:13px;
}

.blueLT {color:#0A8EFB}
.CK {
	color:#F09;
	font-weight:bold;
}
.white {color:#FFF}
.red {color:#F00}
.yellow {color:#FF0}
.black {color:#000}
.indent {
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.floatright {
	padding: 10px 10px 0px 10px;
	float:right;
}
.floatleft {
	padding: 10px 10px 0px 10px;
	float:left;
}

/********************** Footer ***************************/
#footer {
	width:800px;
	text-align:center;
	color:#FFF;
	background-color:#202020;
}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#FFF;
}

table, tr, td {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

input {
	color:#000;
	text-indent: 0px;
}

.divide10 {
	background-image: url(../image/divide10.jpg);
	background-repeat: repeat-x;
	color:#FFF;
}

a:link {
	color: #06F;
	font-size: 12px;
	text-decoration: none;
}
	
a:visited {
	color: #06F;
	font-size: 12px;
	text-decoration: none;
	
}
	
a:hover {
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}

a:active {
	color: #06F;
	font-size: 12px;
	text-decoration: none;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.italic {font-style: italic}

.emailFormError {margin:0px; color:#FF0000}
.inputText {
	width:85%;
	height:180px;
}
.inputValue {
	width:85%
}
.textfieldServerError {
  display:inline;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
}
