html{
	height: 100%;
}
body{ 
	font: 12px "Myriad Pro", Arial, Tahoma;
	color: #444424;
	background: #fff url("images/dispatchweb/bg_body.jpg") 0 0 repeat-x;
	height: 100%;
}
*{
	margin:0;
	padding:0;
}
table{
	height: 100%;
	width: 100%;
}
td{
	vertical-align: middle;
}
dl{
	background: url("images/dispatchweb/bg_table.png") 0 0 repeat-x;
	margin: 0 auto;
	width: 699px;
	height: 163px;
	position: relative;
}
dt{
	position: absolute;
	top: 0;
	right: 0;
	
	width: 240px;
	height: 34px;
	line-height: 34px;
	text-indent:2px;
	color: #159cbe;
	font-size: 18px;
}
dd{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 275px;
	height: 105px;
}
ul{
	list-style: none;
	height: 57px;
}
li{
	width: 270px;
	height: 32px;
	padding-top:4px;
	float: left;
}
label{
	width: 90px;
	display: block;
	float: left;
}
input{
	width: 175px;
	background-color: transparent;
	border: 0;
	float: right;
	font-size: 11px;
	padding-top: 2px;
}
.submit{
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 90px;
	height: 24px;
	line-height: 24px;
	text-indent: 90px;
	overflow: hidden;
	cursor: pointer;
}

/*validate*/
.red{
	sborder: 1px solid #cc0000;
}
label.red{
	border: none;
	color: red;
}
.customRed{
	border: none;
	color: red;
}
#validationMessage {
	display: none;
}

.errorMessage{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	text-align: right;
	color: #c00;
}

