﻿body
{
	font-family:Verdana;
	font-size:11px;
	background-color:#7bb0e2;
	height:100%;
	margin-top:0px;
}

#pageDiv
{
	margin: 10px auto 0px auto;
	width:960px;
	height:100%;
}

#parentDiv
{
	background-image: url('images/cloudsbg.png');
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:100%;
}

#formDivTop
{
	background-image: url('images/form_top.png');
	background-repeat: no-repeat;
	height:20px;
	margin-left:130px;
	margin-right:130px;
}

#formDivContent
{
	background-image: url('images/bg_1x1.png');
	background-repeat: repeat-y;
	width: 699px;
	margin-left:130px;
	margin-right:130px;
	color:#ffffff;
}

#formDivBottom
{
	background-image: url('images/form_bottom.png');
	background-repeat: no-repeat;
	height:20px;
	margin-left:130px;
	margin-right:130px;
}

.TextBox
{
	 border:None 0px #ffffff;
	 height:22px;
	 font-size:16px;
	 color:#999999;
}

.titleTd
{
	font-size:18px;
	padding-left:60px;
}

.textTd
{
	width:600px;
	font-size:10px;
	padding-left:60px;
	padding-right:10px;
}

.footerTd
{
	font-size:8px;
	padding-left:10px;
	padding-right:10px;
}

.formLabel
{
	font-size:12px;
}

.formErrorLabel
{
	font-size:12px;
	color:Red;
	font-weight:bold;
}

.validatorErrorLabel
{
	font-size:12pt;
	font-family:Arial Narrow;
	color:#0c960c;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	white-space:nowrap;
}

.InfoLabel
{
	font-size:14pt;
	font-family:Arial Narrow;
	color:#0c960c;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	white-space:nowrap;
}

.ErrorLabel
{
	font-size:14pt;
	font-family:Arial Narrow;
	color:#fb1414;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	white-space:nowrap;
}