﻿

.ajaxErrorPic
{
	width: 9px;
	height: 9px;
	padding-right: 5px;
	position: relative;
}

.infoPic
{
	width: 33px;
	height: 34px;
	margin-right: 5px;
	margin-top: 3px;
	float: left;
	display: none;
}

.infoBox
{		
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

a.link_button
{
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 0px 12px; 
 	background: url(../images/link_arrow_right.gif) no-repeat center left;
}

.padding_10
{
	padding: 10px;
}

.modal_generic
{
	position: absolute;
	background-color: Transparent;
	padding: 0px;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.grid_modal_80
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color: White;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.grid_modal_0
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color: White;
	-moz-opacity: 0.0;
	opacity:.00;
	filter: alpha(opacity=00);
}

#grid_modal[id]
{
	position: fixed;
}

img
{
    border: none;
}

/**** REGISTRATION FORM ************************/

#reg_form {	width: 318px;}

.reg_form_text
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	/*color: #5a5a5a;	*/
	color:#000000;
}

.reg_form_validate_icons
{
	width: 24px; 
	height: 24px; 
	float: right;	
}

#reg_form_wrapper_sex_age 
{
	margin-top: 5px;
}

#reg_form #formWrapper input:focus {	border: 1px solid #FC0;}

#reg_form #regEmail 
{
	height: 20px;
	width: 170px;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

#reg_form #reg_form_wrapper_female_male input
{
	border-width:0px;
}

#reg_form .cutter 
{
	height: 25px;
	background-image: url(../images/layout/registration/cutter.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	clear: both;
}

#reg_form_wrapper_username_password_email 
{
	width: 335px;
	margin-top: 2px;
}

#reg_form #reg_form_wrapper_conditions_submit 
{
	width: 335px;
	margin-top: 4px;
}

#reg_form #reg_form_sex 
{
	width: 120px;
	text-align: left;
	padding: 0px;
	float: left;
	margin-top: 3px;
}

#reg_form #reg_form_text_username 
{
	width: 120px;
	float: left;
	margin-top: 4px;
	text-align: left;
}

#reg_form #reg_form_username 
{
	height: 35px;
	float: left;
	width: 201px;
}

#reg_form #reg_form_username #regUsername 
{
	height: 20px;
	width: 170px;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

#reg_form #reg_form_text_password 
{
	float: left;
	width: 120px;
	text-align: left;
	margin-top: 4px;
}

#reg_form #reg_form_password 
{
	height: 35px;
	float: left;
	width: 201px;
}

#reg_form #reg_form_password #regPassword 
{
	height: 20px;
	width: 170px;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

#reg_form #reg_form_text_email 
{
	padding: 0px;
	width: 120px;
	float: left;
	text-align: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#reg_form #reg_form_email
{
	height: 35px;
	float: left;
	width: 201px;
}

#reg_form #conditions 
{

}

#reg_form #reg_form_submit 
{
}

#reg_form #reg_form_submit .reg_submit
{
	padding: 0;
	width: 176px;
	margin-top: 10px;
	
	height: 40px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	background-color: #27ae60;
	border: none;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	color: white;
	text-transform: uppercase;
}

#reg_form #reg_form_male 
{
	float: left;
	width: 70px;
}

#reg_form #reg_form_female 
{
	float: left;
	width: 70px;
	padding-bottom: 15px;
	clear: right;
}

#reg_form #reg_form_text_age 
{
	text-align: left;
	float: left;
	width: 120px;
	margin-top: 3px;
}

#reg_form #reg_form_age 
{
	float: left;
	width: 155px;
}

#reg_form div#reg_form_wrapper_female_male 
{
	float: left;
	height: 35px;
}