@charset "UTF-8";
*{
margin:0px;
padding:0px;
outline:0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg_body.gif) repeat-x left top;
	font: 12px/16px "Trebuchet MS";
	color: #666666;
}
h2 {
	font-size: 16px;
	letter-spacing: -1px;
}
h1 {
	font-size: 32px;
	color: #1B6AB3;
	letter-spacing: -1px;
	line-height: 32px;
	margin: 0px;
	padding: 13px 0px;
	font-weight: normal;
}
#content  ul, #content ol {
	padding: 0px;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #F36F32;
	text-decoration: none;
}
.grayboxtop {
	background: url(../images/corners_top.gif) no-repeat left bottom;
	height: 14px;
	width: 283px;
}
.grayboxcontent {
	padding: 5px 13px;
	background: url(../images/graybox_bg.gif) repeat-y left top;
	width: 257px;
}
.try_free_dot {
	margin-right: 10px;
	margin-top: -3px;
}
.grayboxbottom {
	background: url(../images/corners_bottom.gif) no-repeat left top;
	height: 14px;
	width: 283px;
}
a:hover {
	color: #1570B8;
}
.micetext {
	font-size: 10px;
	line-height: 12px;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
}
#header {
	height: 15px;
	background: url(../images/bg_header.gif) no-repeat 302px 0px;
}
#column {
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-left: 10px;
}
#content {
	float: left;
	width: 640px;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 60px;
}
#footer {
	font-size: 12px;
	padding: 10px 20px 20px;
	clear: both;
	width: auto;
	border-top: 1px solid #CCC8C6;
	margin-top: 20px;
	text-align: center;
}
#getstarted {
	background: url(../images/bg_getstarted.gif) no-repeat left top;
	height: 115px;
	width: auto;
}
#getstarted h1 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 25px;
}
#getstarted   #radio {
	color: #333333;
	font-size: 16px;
	height: 50px;
	margin: 30px 0px 5px 70px;
	padding: 0px;
}
#getstarted   #radio label {
	display: block;
	width: 166px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px;
	font-weight: bold;
}
#getstarted  #radio input {
	float: left;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#getstarted   input, #content input   {
	float: left;
}
.form_field {
	clear: both;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
	min-height:54px;
}
.form_field   label    {
	padding-top: 18px;
	display: block;
	width: 170px;
	float: left;
	margin-left: 18px;
	color: #333333;
	font-weight: bold;
}
.form_field   input, .form_field textarea{
	border: 1px solid #F36F32;
	padding: 6px;
	background: #FFFFFF url(../images/bg_input.gif) repeat-x left top;
	margin-top: 10px;
	font: 12px "Trebuchet MS";
}
.form_field  .short_label  {
	width: 100px;
	margin-left: 30px;
}
.form_field  .gohazelcom  {
	display: block;
	width: 110px;
	float: left;
	padding-top: 18px;
	color: #333333;
}
.form_field  #message   {
	float: left;
	width: 122px;
	display: block;
	font-size: 12px;
	padding-top: 18px;
	padding-left: 2px;
}
.helptext {
	font-size: 12px;
	font-weight: normal;
}
#getstarted  #next_step a {
	display: block;
	padding-left: 70px;
}
.clear {
	clear: both;
}
.box {
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#ExistingGuestDiv, #CurrentUserDiv, #showmore, #hiddenModalContent{
display:none;
}
.cmdButton:hover {
    background: #F69568;
    color: #333333;
    text-decoration: none;
}
.cmdButton {
    background: #F36F32;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 3px 6px;
    position: relative;
    border: 0;
}

