﻿body {
font-size:10pt;
font-family:Arial, Helvetica, sans-serif;
}

body 
{
	background-image: url('images/guestservices.gif');
}

.HalfBlank
{
	width:150px;
	margin-right:5px;
}

.mainContent {
	width:650px;
}

.HalfFilled
{
	width:45%;
}

.FullBlank 
{
	width:311px;
}

.subjectlabel 
{
	padding-top:5px;
}

.textwatermark 
{
	color:Gray
}

.possiblesolutiontable
{
	width:100%;
	margin-bottom:10px;
}

.possiblesolution 
{
	color:Navy;
	margin:8px;
	padding:8px;
	width:100%;
	background-color:#A8D5FA
}

h4 
{
background:none repeat scroll 0 0 RoyalBlue;
color:White;
font-size:20px;
margin:-8px -8px 8px;
padding:10px 7px 7px;
}

.submitButton 
{
	background-color: #1965B3;
	color:White;
}	

.errormessagetable 
{
	width:100%;
	margin-bottom:10px;
}
.errormessage 
{
	color:Red;
	margin:8px;
	padding:8px;
	background-color:Yellow
}

.ResultError 
{
	color:Red;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}

.ResultSuccess
{
	color: Green;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
