html, body{
	height:100%;
}
body{
	margin:0; padding:0;
}
.form_inner_padding {
	padding:5px;
}
.required_field{
	color:red;
}
.input_field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#616161;
	font-weight:normal;
	width:200px;
}
.popup_subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	font-weight:bold;
}
.popup_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	font-weight:normal;
	text-decoration:none;
}
a.viewlink:visited, a.viewlink:link {
	text-decoration:none;
	color:#505050;
	font-size:12px;
	font-weight:normal;
}
a.viewlink:hover {
	text-decoration:underline;
	color:#505050;
	font-size:12px;
	font-weight:normal;
}
.background_waiting {
	background-image:url(../../images/waiting_tour.gif);
	background-repeat:no-repeat;
	background-position:center center;
}