body {
	font-size:11px;
	font-family:arial, helvetica, sans-serif;
}

a         { color:#a6a6a6; }
a:link    { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover   { text-decoration:underline; }
a:active  { text-decoration:underline; }

form {
	margin:0;
	padding:0;
}

/* temp home page 
.temp_container {
	
	width:1100px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

.footer_container {
	color:#a6a6a6;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	width:450px;
}
*/
/* end temp home page */

.container {
	background-image:url(../img/frame_bg.gif);
	background-repeat:no-repeat;
	width:919px;
	height:635px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.container .user {
	font-size:10px;
	height:12px;
	margin:-15px 3px 0 0;
	float:right;
	position:relative;
	z-index:10;
}

.container .footer {
	color:#a6a6a6;
	width:911px;
	margin-top:5px;
	/*position:relative;
	z-index:1;*/
}

.container .footer ul {
	
	width:275px;
	margin-left:auto;
	margin-right:auto;
}

.container .footer li {
	vertical-align:top;
	display:inline;
	margin-left:5px;
}

.container .footer .money {
	margin:-30px -5px 0 0;
	padding:0;
	float:right;
	vertical-align:top;
}

*html .container .footer .money  { margin:-40px -5px 0 0; } /*fix IE6*/
html>body .container .footer .money { *margin:-40px -5px 0 0; } /* IE fix */

.container .footer .legal {
	width:415px;
	margin-left:auto;
	margin-right:auto;
}

.container .content {
	
	width:911px;	
	height:554px;
	margin:0;
	padding:4px 4px 0 3px;

}

.container .content .nav {
	height:110px;
	margin:0;
}

.container .content .arrows {
	margin-top:-63px;
	height:65px;
	position:relative;
	z-index:1000;
}

.container .content .arrows_blue {
	position:relative;
	height:65px;
	top:-101px;
	left:8px;
	z-index:1000;
}

.container .content .arrows_ask_me {
	margin:-60px 0 0 3px;
	height:71px;
	position:relative;
	z-index:1000;
}

.container .content .arrows_ask_me_home {
	margin:-72px 0 0 1px;
	height:71px;
	position:relative;
	z-index:1000;
}

.container .content .arrows .arrow_left {
	margin:4px 0 0 8px;
	width:125px;
	float:left;
}

.container .content .arrows .arrow_right {
	float:right;
	width:125px;
	margin:-4px 2px 0 0;
}

.container .content .arrows .arrow_right input {
	margin:0;
	padding:0;
}

/* styles for staf page */

.staf 

.staf a    		{ color:#a6a6a6; }
.staf a:link    { text-decoration:underline; }
.staf a:visited { text-decoration:underline; }
.staf a:hover   { text-decoration:underline; }
.staf a:active  { text-decoration:underline; }

.staf_section {
	background-image:url(/img/ask_me/background.jpg);
	background-repeat:no-repeat;
	width:911px;
	height:442px;
	margin:0;
	padding:0;
}

.staf {
	background-image:url(/img/staf/staf_bg.gif);
	background-repeat:no-repeat;
	background-position:169px 42px;
	height:442px;
	color:#10c5fd;
	font-weight:bold;
	font-size:11px;
	
}

.staf .staf_content {
	width:600px;
	position:relative;
	top:64px;
	left:190px;
}

*html .staf .staf_content { position:absolute; margin:153px 0 0 174px; } /*fix IE6*/

.staf .staf_content h1 {
	margin:0;
	padding:0;
}

.staf .staf_content .staf_form {
	width:500px;
	margin:15px 0 0 0;
}

.staf .staf_content .staf_form .form_row {
	width:500px;
	height:32px;	
}

*html .staf .staf_content .staf_form .form_row { margin-bottom:-10px; } /*fix IE6*/

.staf .staf_content .staf_form .form_row .label {
	width:92px;
	float:left;
	padding-top:4px;
	padding-left:2px;
}

.staf .staf_content .staf_form .form_row .field_instructions {
	float:left;
	margin:6px 0 0 95px;
	color:#999999;
	font-weight:normal;
	font-size:10px;
	width:300px;
}

*html .staf .staf_content .staf_form .form_row .field_instructions  { margin:6px 0 0 48px; } /*fix IE6*/

.staf .staf_content .staf_form .form_row .field {
	width:370px;
	float:right;
	margin-right:36px;
}

*html .staf .staf_content .staf_form .form_row .field  { margin-right:50px; } /*fix IE6*/

.staf .staf_content .staf_form .form_row .field input {
	border:1px solid #cccccc;
	height:16px;
	width:370px;
}

.staf .staf_content .staf_form .form_row_message {
	width:500px;
	height:72px;
	margin-top:19px;
}

.staf .staf_content .staf_form .form_row_message .label {
	width:92px;
	float:left;
	padding-top:4px;
	margin-left:2px;
}

.staf .staf_content .staf_form .form_row_message .message_field .message {
	border:1px solid #cccccc;
	width:350px;
	height:75px;
	padding:5px 5px 5px 14px;
	color:#999999;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	font-size:10px;
	margin-left:95px;
}

*html .staf .staf_content .staf_form .form_row_message .message_field textarea { margin-left:-5px; } /*fix IE6*/

.staf .staf_content .staf_form .form_row_message .message_instructions {
	color:#999999;
	font-weight:normal;
	font-size:10px;
	float:right;
	width:70px;
	margin:-72px 0 0 0;
}

.staf .staf_content .staf_form .form_row_message .message {
	border:1px solid #cccccc;
	width:300px;
	height:53px;
	padding:14px 5px 5px 14px;
	color:#999999;
	font-weight:normal;
	font-family:arial, helvetica, sans-serif;
	font-size:10px;
}

.staf .staf_content .staf_form .form_required {
	color:#999999;
	font-weight:normal;
	font-size:10px;
	position:relative;
	float:left;
	margin: -30px 0 0 0;
}

*html .staf .staf_content .staf_form .form_required  { margin:-30px 0 0 0; } /*fix IE6*/
html>body .staf .staf_content .staf_form .form_required { *margin:-30px 0 0 0; } /* IE fix */

.staf .staf_content .staf_form .form_button {
	margin:10px 0 0 380px;
	position:relative;
	z-index:10px;
	float:right;
}

*html .staf .staf_content .staf_form .form_button  { margin:5px 0 0 223px; } /*fix IE6*/
html>body .staf .staf_content .staf_form .form_button { *margin:8px 0 0 223px; } /* IE fix */


.staf .staf_content .dare_guy {
	position:absolute;
	top:40px;
	left:540px;
	z-index:2;
	height:320px;
	width:92px;
}

*html .staf .staf_content .dare_guy  { position:relative; top:-252px; left:536px; } /*fix IE6*/

/* styles for staf thank you page */

.staf_thanks {
	background-image:url(/img/staf/staf_bg.gif);
	background-repeat:no-repeat;
	background-position:169px 42px;
	height:400px;
	width:750px;
	color:#10c5fd;
	font-weight:bold;
	font-size:11px;
	
}

.staf_thanks .content {
	width:600px;
	height:300px;
	position:relative;
	top:64px;
	left:190px;
}

*html .staf_thanks .content { position:absolute; margin:153px 0 0 174px; } /*fix IE6*/

.staf_thanks .content h1 {
	margin:0;
	padding:76px 0 0 114px;
}

.staf_thanks .content .return {
	margin:0;
	padding:60px 0 0 184px;
}

*html .staf_thanks .content .staf_form .form_button  { margin:15px 0 0 223px; } /*fix IE6*/

.staf_thanks .content .dare_guy {
	position:absolute;
	top:40px;
	left:540px;
	z-index:2;
	height:320px;
	width:92px;
}

*html .staf_thanks .content .dare_guy  { position:relative; top:-205px; left:536px; } /*fix IE6*/

/* styles for money back guarantee page */

.money_back {
	background-image:url(/img/background.jpg);
	background-repeat:no-repeat;
	width:911px;
	height:442px;
	margin:0;
	padding:0;
}

.money_back .copy {
	background-image:url(/img/money_bg.gif);
	background-repeat:no-repeat;
	width:506px;
	height:236px;
	position:relative;
	top:77px;
	left:204px;
	margin:0;
	padding:15px 0 0 30px;
}

.money_back .copy .download {
	width:190px;
	margin-left:auto;
	margin-right:auto;
}

.money_back .copy .terms {
	margin-top:5px;
	color:#999999;
	font-size:10px;
}

/* error boxes */

.login_error_box {
	margin:-30px 0 0 150px;
}

#msg_area {
	color:red !important;
	position:relative;
	z-index:10;
	height:30px;
	margin:-30px 0 0 0;
	width:100px;
}

.register_error {
	margin:-50px 0 0 100px;
	color:red !important;
	font-weight:normal;
}

.error {
	color:red !important;
}