a, a:hover
{
	border:none;
	padding:0px;
	margin:0px;
	text-decoration:none;
	cursor:pointer;
}
img
{
	border:0px;
}
body  {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.body_normal{
	overflow:auto;
	overflow-y:scroll;
}
.body_noscroll{
	overflow:hidden;
}
.body_noscroll_ff{
	overflow:-moz-hidden-unscrollable !important;
}
.flash_div{
	overflow:none;
}

form {
	border:0px;
	margin:0px;
	padding:0px;
}
.popup_body{
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;
	background-color:#000000;
}
.float_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.float_left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	float:none;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0px;
	padding:0px;
	border:0px;
	display:block;
}
.simpleLink
{
	border:none;
	text-decoration:none;
	cursor:pointer;
}
.text_title
{
	color:#F26822;
	text-decoration:none;
}
.text_white, .text_by, .text_sep
{
	color:#FFFFFF;
	text-decoration:none;
}
.text_grey
{
	color:#696767;
	text-decoration:none;
}
.text_sep
{
	margin-left:10px;
	margin-right:10px;
}
.text_small_menu
{
	font-size:10px;
}
.clean_field
{
	border:none;
	background:none;
}
.scrollable
{
	overflow:auto;
}

.select
{
	height:22px;
	background-color:#2d2d2d !important;
	margin-right:10px;
	border:none;
	color:#FFFFFF;
}


.yes_link, .true_link
{
	margin-top:5px;
	background-image:url(../images/yes_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:15px;
	padding-left:25px;
}
.no_link, .false_link
{
	margin-top:5px;
	background-image:url(../images/no_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:15px;
	padding-left:25px;
}
.left_text{	text-align:left; }
.empty
{
	background:none;
	width:auto;
	height:auto;
}


/** FORMS **/
.box {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:226px;
}
.container{
	margin-top:1px;
}
.data{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:196px;
	padding-top:40px;
}
.form_title
{
	background-image:url(../images/form/form_title.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	cursor:default;
}
.form_title .text
{
	font-size:21px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
.form_bkg
{
	background-image:url(../images/form/form_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
.form_error {
	margin-top:-30px;
	margin-right:15px;
	margin-left:15px;
	padding-bottom:10px;
	color:#dbca84;
	color:#FF0000;
}

.field_error {
	float:none;
	clear:both;
	margin-bottom:10px;
	color:#dbca84;
}
.field_error .label {
	float:left;
	padding-top:4px;
	margin-right:8px;
	text-align:right;
	width:60px;
}
.field_error .value {
	float:left;
	width:120px;
	font-size:10px;
	background-color:#dbca84 !important;
	border:#666666 1px solid;
	color:#000000;
	background-image:url(../images/form/error_mark.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.field_error .value_clear {
	float:left;
	width:120px;
	font-size:10px;
	margin:0px;
	background:none !important;
	border:0px;
	text-decoration:none;
	color:#dbca84;
}
.field_error .error {
	margin:0px;
	border:0px;
	padding:0px;
	float:none;
	clear:both;
	text-align:left;
	font-size:10px;
	display:block;
	color:#FF0000;
/*	width:100%;
/*	float:none;
	clear:both;
	float:right;
	font-size:10px;
	display:inline-block;
	text-align:left;*/
}

.captcha
{
	border:none;
	width:120px;
	height:45px;
}
.field {
	float:none;
	clear:both;
	margin-bottom:10px;
}
.field .label {
	float:left;
	padding-top:4px;
	margin-right:8px;
	text-align:right;
	color:#FFFFFF;
	width:60px;
}
.field .value {
	float:left;
	width:120px;
	font-size:10px;
	background-color:#2d2d2d !important;
	border:#666666 1px solid;
	text-decoration:none;
	color:#FFFFFF;
}
.field .value_clear {
	float:left;
	width:120px;
	font-size:10px;
	margin:0px;
	background:none !important;
	border:0px;
	text-decoration:none;
	color:#FFFFFF;
}
.field .error {
	float:none;
	clear:both;
	height:0px;
	color:#FF0000;
	font-size:0px;
	display:block;
	color:#FF0000;
}
.field .remember {
	margin:0px;
	margin-right:5px;
}
.bottom{
	float:none;
	clear:both;
	margin-top:1px;
	background-image:url(../images/form/form_bottom_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
}
.bottom .bottom_div{
	float:right;
	border:0;
	border-left:solid #000000 1px;
}
.bottom .bottom_div_left{
	float:left;
	border:0;
	border-right:solid #000000 1px;
}
.bottom .form_btn{
	background:none;
	background-image:url(../images/form/form_btn.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:48px;
	width:99px;
	border:0;
	cursor:pointer;
}
.bottom .form_btn_over{
	background:none;
	background-image:url(../images/form/form_btn_high.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:48px;
	width:99px;
	border:0;
	cursor:pointer;
}
.field_zip
{
	width:60px;
}
.back_btn
{
	background:none;
	background-image:url(../images/form/back_arrow.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
	width:10px;
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	margin-right:10px;
}
.next_btn
{
	background:none;
	background-image:url(../images/form/next_arrow.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
	width:10px;
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	margin-left:10px;
}
.field .value_zip {
	float:left;
	width:100px;
	font-size:10px;
	text-align:left;
	margin:0;
	background-color:#2d2d2d !important;
	border:#666666 1px solid;
	text-decoration:none;
	color:#FFFFFF;
}
.field_error .value_zip {
	float:left;
	width:100px;
	font-size:10px;
	text-align:left;
	margin:0;
	background-color:#2d2d2d !important;
	border:#666666 1px solid;
	text-decoration:none;
	background-image:url(../images/form/error_mark.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#000000;
}

.field .valuePhone1, .field .valuePhone2 {
	float:left;
	width:50px;
	font-size:10px;
	text-align:left;
	margin:0;
	margin-right:10px;
	background-color:#2d2d2d !important;
	border:#666666 1px solid;
	text-decoration:none;
	color:#FFFFFF;
}
.field .valuePhone3 {
	float:left;
	width:80px;
	font-size:10px;
	text-align:left;
	margin:0;
	background-color:#2d2d2d !important;
	border:#666666 1px solid;
	text-decoration:none;
	color:#FFFFFF;
}


.field_error .valuePhone1, .field_error .valuePhone2 {
	float:left;
	width:50px;
	font-size:10px;
	margin-right:10px;
	text-decoration:none;
	background-color:#dbca84 !important;
	border:#666666 1px solid;
	color:#000000;
	background-image:url(../images/form/error_mark.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.field_error .valuePhone3 {
	float:left;
	width:80px;
	font-size:10px;
	text-decoration:none;
	background-color:#dbca84 !important;
	border:#666666 1px solid;
	color:#000000;
	background-image:url(../images/form/error_mark.gif);
	background-position:right;
	background-repeat:no-repeat;
}


/** DOWNLOADS **/
.wallpaper
{
	height:450px;
	width:708px;
	text-align:center;
	overflow:auto;
}
.wallpaper .box
{
	margin:0 auto;
	background:none;
	background-color:#000000;
	padding:20px 0px 20px 20px;
	width:690px;
	max-width:670px;
	text-align:center;
}
.wallpaper .box .header
{
	font-size:21px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

.wallpaper .instructions
{
	text-align:left;
	padding-bottom:20px;
	max-width:708px;
}
.wallpaper .block
{
	padding-top:20px;
}
.wallpaper .block .title
{
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.wallpaper .block .detail
{
	padding-left:20px;
}
.wallpaper .image
{
	margin:0 auto;
	border: 1px #72350a solid;
	background-color:#000000;
	float:left;
	margin-bottom:20px;
}
.wallpaper .image img
{
	margin:2px;
}
