
<!-- -->
body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-image: url(../images/bg.jpg);
        background-repeat: repeat;
        text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

a:visited, a:active, a:link {
        text-decoration: underline;
        color: #666666;
}
a:hover {
        text-decoration: underline;
        color: #000000;
}
#main {
        margin:0 auto;
        position: relative;
        width: 900px;
        height: 100%;
        padding: 0 0 20px 0;
}
#header {
        background-image: url(../images/indexfirst_04.png);
        background-repeat: repeat-x;
        height: 160px;
}
.profile {
        font-size: 11px;
}
.titleprofile {
        font-size: 18px;
        padding: 5px 0 5px 0;
}
.names {
        color: #970101;
        font-weight: bold;
}
.looking {
        font-size: 11px;
        color: #970101;
}
#search {
        background-image: url(../images/search_01.jpg);
        width: 360px;
        height: 160px;
        text-align: center;
}
.titlebig {
        font-size: 24px;
        font-weight: bold;
}
.footertext {
        font-size: 10px;
        color: #737373;
        text-align: center;
}
.formtext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.profilepage_name {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
}
.testi_titles {
        color: #970101;
        font-weight: bold;
        font-size: 16px;
}
.testi_content {
        font-size: 14px;
}

form label.ifencered {
        display: block;
        color: red;
}

.style2 {
        color: #00B900;
        font-weight: bold;
}

.preRegisterWindow {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
	height: 335px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	z-index: 101;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .preRegisterWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#overlay {
	background-color: #000;
	opacity: 0.90;
	filter: alpha(opacity = 90); /* required for opacity to work in IE */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 700px;
	z-index: 100;	
	display: none;
}


/* 		FORM VALIDATION 		*/

div.notification_content {
	padding: 5px;
	font-size: 10px;
	background-color: #DDD;
	color: red;
}

div.form_row {
	text-align: left;
	padding-left: 10px;
	padding: 5px;
	vertical-align: top;
	clear: both;
}

div.form_label {
	text-align: left;
	float: left;
	width: 125px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 11px;
}

div.registerloading {
	margin-top: 10px;
}

div.form_input {	
	text-align: left;
	float: left;
	width: 245px;
}

#step1submit, #step2submit {
	margin-top: 10px;
}


div.form_submit {
	text-align: center;
}

input.form_input_error {	
	border: 2px solid red;
	color: red;
}

div.form_error {	
	color: red;
	clear: both;
	padding-left: 125px;
	font-size: 11px;
	font-weight: bold;
}

div.form_footnote {
	display: none;
	font-size: 10px;
	color: black;
	line-height: 20px;
	text-align: left;
	margin-left: 130px;
	float: left; 
	width: 240px;
}

div.form_footnote_hidden {
	display: none;
}

div.notification_container {
	width: 96%;
	margin-bottom: 3px;
}

.onlinenow {
	color: #3C0;
	font-weight: bold;
}