/* CSS Document */

div#Header{
background:url(../images/intro_header.jpg) no-repeat top left;
padding-top:50px;
}

div#Header p{
width:290px;
padding:0 0 15px 10px;
font-size:14px;
color:#fff;

}

div#HeaderFeatures{
background:url(../images/screen_header.jpg) no-repeat right top;
height:255px;
}

div#HeaderFeatures h2{
font-size:16px;
color:#0066D7;
font-weight:bold;
}

div#HeaderFeatures p{
width:320px;
}

div#LoginBox {
margin:10px 0 13px 0;
background:#e6f0fb;
border-bottom:2px solid #1C629B;
}

	.tLogin {
	padding: 0;
	margin: 10px;
	border: 0;
	}

.tLogin th {
	text-align:left;
	}

.tLogin td {

	padding: 0 5px 5px 0;
	vertical-align: top;
	color:#333;
	font-size:12px;
	}

.IntroGrey{
font-size:14px;
font-weight:bold;
}


.Features {
float:left;
}


.Features ul{
padding:0;
margin:30px 0 30px 0;
width:300px;
float:left;
list-style:none;
}


.Features ul li{
background:url(../images/li_tick.gif) no-repeat left top;
padding-left:25px;
margin:5px 0 5px 0;
font-size: 12px;
font-weight:bold;
}

.ColLeft {
width:320px;
float:left;
margin:20px 20px 20px 0;
}

.ColRight {
width:320px;
float:right;
text-align:right;
margin:20px 0 20px 0;
}

.bttnSpacing {
margin:20px 0 20px 0;
}

span.BetaHeader{
border-left:1px solid #ccc;
color:#ccc;
padding-left:10px;
margin-left:10px;
}

input.editBoxL {
	width: 145px;
	height: 19px;
	background-color: #FEFCFC;
	font-family: tahoma;
	font-size: 13px;
}

input.editBoxL:focus { 
	width: 145px;
	height: 19px;
	background-color: #F9F4EC;
	font-family: tahoma;
	font-size: 13px;
}