@charset "UTF-8";
/* CSS Document */

#mainContainer {
	width:960px;
	height:auto;
	margin:auto;
}

#compHeaderMain {
	width:378px;
	height:36px;
	background:url(../images/header-better-sleep-news.jpg) no-repeat;
}

#sleepHeader {
	float:left;
	clear:left;
	width: 100%;
	height: 55px;
	background:url(../images/header-our-cmpny.jpg) no-repeat;
	background-color:#000308;
}

#leftCol {
	float:left;
	width:238px;
	height:auto;
}

#rightCol {
	float:right;
	width:692px;
	height:auto;
	background-color:#FFF;
	padding-top:30px;
	padding-left:30px;
}

#beautyRestImg {
	clear:left;
	float:left;
	width:234px;
	height:127px;
	background:url(../images/leftImg_top.jpg) no-repeat;
}

#contentArea {
	float:left;
	width: 960px;
	height:auto;
}

#compImg {
	float:left;
	width:218px;
	height: 274px;
	margin-top:20px;
	background-color:#999;
}

.requiredFields{
	color:#FF0000;
	font-size:12px;
}

a:link {
	color: #fff;
	text-decoration:none;
}
a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #001F3F;
	text-decoration:none;
}
a:active {
	color: #6cf;
	text-decoration:none;
}
.colLinks {
	font-size: 100%
}

#betterSleepCopy a:link {
	color: #535353;
	text-decoration:underline;
	font-weight:bold;
}
#betterSleepCopy a:visited {
	color: #535353;
	text-decoration:underline;
	font-weight:bold;
}
#betterSleepCopy a:hover {
	color: #58bef1;
	text-decoration:underline;
	font-weight:bold;
}
#betterSleepCopy a:active {
	color: #535353;
	text-decoration:underline;
	font-weight:bold;
}

/* Styles for the registration form */
input.regForm {
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	font-family: Arial;
	color: #000;
	font-size: 12px;
}
input.noBorder {
	border: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
}
select.noBorder {
	border: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
}