@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
     background:#000;
     color:#fff;
	}

#form1, #theform {
	background:url(../_img/bg_form.png) repeat-x #fff;
	padding:20px;
	color:#666;
	font-size:13px;
}
button {
	cursor: pointer;
	}

#logout {
	position: absolute;
	top: 76px;
	left: 20px;
	color: white;
	cursor: pointer;
	border: 4px solid #D60102;
	background-color: #000000;
	background-image: none;
	margin-right: 20px;
	z-index: 100;
	}	
.error {
	text-align: left;
	color: #CC0033;
}

#form1 label.error {
	width:400px;
	font-size: 10px;
	text-align: left;
	display: inline;
	}
input.error {
	background-color: #FFFFCC;
	}
.container {
	/*background-image: url(../bg.png);*/
	background-repeat: repeat-y;
	position: relative;
	z-index: 1;
	margin:0 20px;
	}

.mostbutton {
	float: left;
	width: 60px;
	clear: both !important;
	margin: 10px;
	}		
	
.leastbutton {
	float: left;
	width: 60px;
	height: 15px;
	margin: 10px;
	}
	
.mosttitle, .leasttitle {
	z-index: 500;
	float: left;
	color: #333;
	font-size: 9px;
	position: relative;
	width: 60px;
	text-align: center;
	margin: 0 0 0 10px;
	}
.leasttitle {
	margin: 0 0 0 20px;
}
.statement {
	float: left;
	width: 350px;
	margin: 10px 0px 10px 0px;
	}
.clearfloat {
	clear: both;
	}
.debug {
	float: left;
	position: relative;
	clear: both;
	margin-top: 20px;
	color: #999999;
	}
#form1 label {
	width: 230px;
	display: inline-block;
	text-align: right;
	}
#oktoemaildiv {

	margin-left: 240px;
	
	}
#oktoemaillabel {
	font-size: 75%;
	text-align: left !important;
	margin: 20px 0 0 0;
	 width: 400px !important;
	}

#strengthslabel, #passionslabel {
	width: 400px !important;
	text-align: left !important;
	}
#instructions {
	margin:10px 20px;
	}
#next {
	margin-left: 20px;
	}
#doaccountlink {
	margin-left: 200px;
	}
#flashcontent {
	margin-top: 10px;
	}
#form1 input#btnsubmit_int, #theform input#btnsubmit_int {
	cursor: pointer;
	background: url(../_img/bg_btn.png) repeat-x center top;
	color: #fff;
	border: none;
	}
	
	
/* FORM */

#form1 input, #form1 select, #theform input, #theform select {
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Gerogia, "Times New Roman", serif;
	letter-spacing: -1px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
}