body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #d5d3c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cwrap {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 80px;
}
#header h1 {
	font-size: .2em;
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	text-decoration: none;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 367px;
	text-indent: -9999px;
	display: block;
	margin-top: 35px;
	margin-left: 40px;
}
#contentw {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
	width: 969px;
}
#content {
	background-image: url(../images/content_topbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 107px;
	padding-left: 10px;
	float: left;
	width: 946px;
	padding-right: 13px;
}
#topbox {
	float: left;
	width: 869px;
	font-size: .85em;
	color: #333333;
	padding-bottom: 20px;
	padding-right: 37px;
	padding-left: 40px;
}
#topbox p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#topbox ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #666666;
}
#topbox ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	padding-bottom: 3px;
}
#topbox #video {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}
.box {
	font-size: .85em;
	float: left;
	width: 946px;
	position: relative;
}
.box .hdr {
	position: relative;
	z-index: 5;
	background-image: url(../images/hdrbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 2em;
	color: #3399cc;
	font-family: "Trebuchet MS", Tahoma;
	letter-spacing: -1px;
	padding-bottom: 10px;
	float: left;
	width: 946px;
}
.box .hdr img {
	position: relative;
	z-index: 2;
	margin-left: -10px;
	float: left;
}
.box .content {
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 909px;
	padding-right: 0px;
}
.box .content .row {
	float: left;
	width: 909px;
	padding-bottom: 15px;
}
.box .content .row p {
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box .content .row p a {
	color: #cc9966;
	text-decoration: none;
}
.box .content .row p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C1B5;
	color: #71961B;
}
.box .content .row .rowl {
	float: left;
	width: 400px;
}
.box .content .row .rowr {
	float: right;
	width: 450px;
	padding-top: 5px;
}
.box .content .row label {
	font-weight: bold;
	color: #71961b;
	padding-bottom: 5px;
	line-height: 1.4em;
}
.box .content .row label.small {
	font-size: 0.8em;
	font-weight: normal;
	color: #999999;
}
.box input.editbox {
	background-color: #FFFFFF;
	border: 1px solid #b8c3a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding: 4px;
}
.box select.editbox {
	background-color: #FFFFFF;
	border: 1px solid #b8c3a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding: 0px;
}
#dnamepreview {
	background-image: url(../images/arrow_websitepreview.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
	padding-top: 5px;
	background-position: 5px 7px;
	padding-left: 22px;
	color: #999999;
}
#dnamepreview input#website {
	color: #71961b;
	background-color: #FBFBF3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 250px;
}
#footer {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 969px;
	background-position: left top;
	padding-bottom: 30px;
}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 10px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-size: .7em;
	color: #333333;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 946px;
}
.msg {
  border: 3px solid #000000;
  background: #FFFFFF;
  margin: 5px;
  padding: 10px 10px 10px 45px;
  text-align: left;
  font-family: "arial", "helvetica";
  font-size: 16px;
}

.error {
  border: 3px solid #FF0000;
  background: #FFB6C1 url("/images/error.png") left no-repeat;
  background-position: 5px;
}
.success {
  border: 3px solid #008000;
  background: #90EE90 url("../images/success.png") left no-repeat;
  background-position: 5px;
}