/* CSS Document */

body {
	margin:0px;
}
#main {
	background-color:#dadbcd;
	padding:24px 149px 0px 103px;
}

td {
	height:100%;
	vertical-align:top;
	padding:0px 7px 9px 0px;
}

input {
	border:0px;
	background-color:white;
}

input.text {
	width:324px;
}

input.short_text {
	width:80px;
}

textarea.tall_text {
	width:324px;
	height:200px;
}

/*** header ***/
#top-runner {
	clear:both;
	margin:0px;
}