
body
{
	font-family: "Verdana", "Arial";
}

#container
{
	width: 100%;
	height: 100%;
}


#LeftRegion
{
	top: 0px;
	left: 0px;
	width: 620px;
	height:auto;
}
#RightRegion
{
	clear: both;
	position:absolute;
	left: 630px;
	top: 0px;
	width:100px;
	height: 190px;
	padding-left:10px;
	padding-top:500px;
	background-color: #EBEBEB;	
}

#logo
{
	text-indent: -5000px;
	background-image: url(../images/logo_scope.png);
	height: 55px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}
#heading
{
	text-indent: -5000px;
	background-image: url(../images/topbanner.png);
	height: 37px;
	background-repeat: no-repeat;
	margin: 5px 0px 20px 0px;
}

.Label
{
	font-family: "Verdana", "Arial";
	font-size: 0.9em;
	color: #333333;
	text-align: right;
	vertical-align: top;
	width:130px;
	height:30px;
	padding:3px 5px 0px 0px;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	float: left;
	
}
.Input
{
	font-family: "Verdana", "Arial";
	font-size: 0.9em;
	color: #333333;
	
	width: 460px;
	height:30px;
	float: left;
	
	padding: 5px 5px 5px 15px;
}
#Email
{
	font-family: "Verdana", "Arial";
	font-size: 0.9em;
	color: #333333;
	
}
.TableRow
{
	clear:both;
	padding:1px 0 0 1px;
	width:620px;
	height: 35px;
}

#MessageText
{
	width: 440px;
	height: 360px;
	background-color: #EBEBEB;	
	color: #666666;
	margin-left: 15px;
	float:left;
	font-size: 0.9em;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	padding: 5px 5px 5px 15px;
}

.TableMessageRow
{
	height: 100%;
	clear:both;
	margin-top: 3px;
}


.button
{
	position: relative;
	vertical-align: middle;
}

#YourNameLabel
{
	
	background-color: #B8CDDA;
}
#YourEmailLabel
{
	background-color: #C1D5DF;
}
#FriendNameLabel
{
	background-color: #CBDCE4;
}
#FriendEmailLabel
{
	background-color: #D2E1E8;
}
#SubjectLabel
{
	background-color: #D8E4EB;
}
#MessageLabel
{
	background-color: #E1EBF0;
	height: 365px;
}
.scopeintro
{
	font-size: 0.8em;
}

.loader
{
	float:left;
}

.ResponseMessage
{
	text-align:center;
	font-weight:bold;
	color: #44719A;
}

