body.form {
	background-color: #E7E7E7;
}
.headerLine {
	font-family: 'Arial Narrow', Arial; 
	font-size: 20px; 
	font-weight: bold; 
	color: #ffffff;
	background-color: #303030; 
}
.introText {
	font-family: Arial; 
	font-size: 12px; 
	font-style: italic; 
	color: #454545;
}
.messageText {
	font-family: Arial; 
	font-size: 12px; 
	color: #3E3E3E;
}
.labelText {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #454545;
}
.errorText {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: Red;
}
.inputField {
	height: 19px;
	width: 180px;
	border-width: 1px;
	border-style: ridge;
	border-color: #6E6E6E;
}
.inputFieldWide {
	height: 19px;
	width: 400px;
	border-width: 1px;
	border-style: ridge;
	border-color: #6E6E6E;
}
.inputTextbox {
	height: 110px;
	width: 400px;
	border-width: 1px;
	border-style: ridge;
	border-color: #6E6E6E;
}
.inputButton {
	height: 19px;
	width: 69px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #454545;
	background-color: #ffffff;
	border-width: 1px;
	border-style: ridge;
	border-color: #6E6E6E;
}
.inputCheckbox {
	height: 5px;
	width: 5px;
	color: #454545;
	border-style: none;
}
a.conditionsLink {
	font-family: Arial Narrow, Arial;
	font-size: 12px;
	color: #454545;
	text-decoration: underline;
}
.conditionsText {
	font-family: Arial Narrow, Arial;
	font-size: 12px;
	color: #454545;
}
.boldMovieLink {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
	color: #454545;
}
.movieLink {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal;
	color: #454545;
}
.boldArialSeparator {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
	color: #454545;
}
.noresulttext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #303030;
}
a {
	border-style: none;
	font-family: Arial;
	font-size: 11px;
}
a:visited {}
a:link {}
a:hover {
	text-decoration: underline;	
}

.SendToColleagueDiv
{
	background-color: #E7E7E7;
	position: absolute;
	width: 510px;
	height: 455px;
	border: solid 5px gray;
	z-index: 1000;
}
.FavouriteAddedDiv
{
	background-color: #E7E7E7;
	position: absolute;
	width: 500px;
	height: 200px;
	border: solid 5px gray;
	z-index: 1000;
	display: none;
}

