body{
	margin:0px;
	padding:0px;
	background-color:#a6a6a6;
	font-family:Arial, Helvetica, sans-serif;
}
ul {
  margin:0px;
  padding:0px;
  list-style:none;
}
.page_background_top {
	background-image:url(../images/page_background_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:570px;
	height:50px;
}
.page_background_middle {
	background-image:url(../images/page_background_middle.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:570px;
}
.page_background_bottom {
	background-image:url(../images/page_background_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:570px;
	height:20px;
}
.rtv_logo {
	background-image:url(../images/rtv_logo.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:570px;;
	height:140px;
}
.form_inner_padding {
	padding:5px;
}
.label_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
}