<style type="text/css">

body {
	background-color: #EBF0F1;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
.smalltext {
	font-size: 12px;
}

td 
{padding-bottom:10px;
padding-top:10px;}

p {font-size:18px}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color:#C00;
	text-decoration:none;
}

.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	align:left;
	}

.form {
	width:330px;
	height:260px;
	float:right;
	overflow:hidden;
	background: transparent url(images/formback.png) no-repeat;
	padding-top: 15px;
	padding-right:20px;
	margin-left:40px;
	margin-bottom:30px;
}

.container #contents {
	width:350px;
	padding-left:50px;
	vertical-align:top;
}

.footerbutton {
	width:255px;
	height:230px;
	background:url(images/plainfooter.png) no-repeat;
	padding-top:10px;
	
	
}

.footerbutton p,h2,h3,h4{
	margin-left: 20px;
	margin-right:20px;
	margin-top:18px;
}
	

/* Start of rounded table bg */
.round 
{
	margin:0px auto;
	width: 960px;
	background:#fff url(images/table/leftside.gif) repeat-y left top;
	clear:both;
}
.top 
{
	width:100%;
	height:20px;
	background:url(images/table/top.gif) no-repeat left top;
}
.top span 
{
	display:block;
	position:relative;
	height:20px;
	background:url(images/table/top-right.gif) no-repeat right top;
}
.bottom 
{
	height:40px;
	background:url(images/table/bottom.gif) no-repeat left bottom;
}
.bottom span 
{
	display:block;
	position:relative;
	height:40px;
	background:url(images/table/bottom-right.gif) no-repeat right top;
}
.center-content 
{
	position:relative;
	background:url(images/table/rightside.gif) repeat-y right top;
	padding:1px 20px 20px 25px;
	margin:-1px 0 -20px 0;
	text-align: left;
	z-index:0;
}

/* end of rounded table bg */
.video_border {
	border: thin inset #000;
}

.formtop {
	padding-top:7px;
	background:url(images/formtop.png);
	height:42px;
	font-size:20px;
	width:380px;
	
}

.dividingline_left {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #F0F3F3;
	border-right-color: #F0F3F3;
	border-bottom-color: #F0F3F3;
	border-left-color: #F0F3F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

