@charset "utf-8";
/* CSS Document */

#user_new{
	width:45%;
	float:right;
	display:inline;
	}
#user_old{
	width:45%;
	float:left;
	display:inline;
	margin-left:15px;
	}
#user_new_msg{
	width:100%;
	float:none;
	clear:both;
	}
#signin .log_title{
	color:#D37B24;
	font-size:12pt;
	font-weight:bold;
	margin:15px 0 6px;
	text-align:center;
	}
#signin .log_info{
	/*border:1px solid #92B2D2;*/
	background:transparent url(../images/login_sq.gif) no-repeat center top;
	height:200px;
	padding:15px 10px 0px;
	position:relative;
	}
#signin .log_info form{
	display:block;
	height:100%;
	width:100%;
	float:none;
	position:relative;
	}
#signin .log_info_pass{
	/*border:1px solid #92B2D2;*/
	background:#ffffff url(../images/login_sq.gif) no-repeat center top;
	height:200px;
	padding:15px 10px;
	position:relative;
	}
#signin .new_msg{
	border:1px solid #b2b2b2;
	height:260px;
	padding:15px 10px;
	position:relative;
	}
#signin .new_msg .form_row{
	margin:0 0 10px;
	}
#signin .new_msg .label{
	float:right;
	margin:1px 1%;
	vertical-align:middle;
	width:10%;
	}
#signin .new_msg .input{
	width:86.5%;
	/*float:right;
	clear:left;*/
	display:inline;
	}
#signin .new_msg textarea{height:140px;}
#signin .form_row{
	width:99%;
	display:inline;
	float:right;
	margin:5px 0px 0;
	}
#signin .label{
	float:right;
	display:inline;
	margin:1px 5px;
	vertical-align:middle;
	width:106px;
	}
#signin input.input{
	width:108px;
	/*float:right;
	clear:left;*/
	display:inline;
	}
* html #signin input.input{
	width:100px !important;
	}
#year_end{
	width:114px;
	}
* html select#year_end{
	width:106px;
	}
#signin .log_info .button {
	bottom:85px;
	left:12px;
	position:absolute;
	display:block;
	clear:both;
	text-align:left;
	width:auto;
	z-index:1000;
}
#signin .new_msg .button {
	bottom:5px;
	left:15px;
	position:absolute;
	text-align:left;
	width:auto;
}
#signin .submitButton{
	/*width:130px;*/
	cursor:pointer;
	color:#FFF;
	background:#70A2D8;
	font: normal bold 8pt 'Arial Hebrew', Arial, serif;
	vertical-align:middle;
	padding:0px 2px;
	border:1px #6099D3 solid;
	}
.submitButton_over{
	/*width:130px;*/
	background:#4F87CC;
	cursor:pointer;
	color:#FFF;
	font: normal bold 8pt 'Arial Hebrew', Arial, serif;
	vertical-align:middle;
	padding:0px 2px;
	border:1px #6099D3 solid;
	}

.in_tooltip_a{
	display:inline;
	cursor:pointer;
	font-size:7pt;
	padding:1px 3px;
	background-color:#D37B24;
	color:#fff;
	vertical-align:middle;
}
#innTooltip{
	display:none;
	position:absolute;
	width:400px;
	padding:10px;
	height:45px;
	top:-60px;
	left:-260px;
	background:transparent url(../images/tooltip_big.png);
	z-index:10;
}
	
#mailTooltip{
	display:none;
	position:absolute;
	width:310px;
	padding:10px;
	height:35px;
	top:0px;
	left:-120px;
	background:transparent url(../images/tooltip.png);
	z-index:10;
}
	
#innTooltipmail{
	display:none;
	position:absolute;
	width:310px;
	padding:10px;
	height:35px;
	top:13px;
	left:-140px;
	background:transparent url(../images/tooltip.png);
	z-index:10;
	}
	
.form_top_corner_left{
	width:5px;
	height:5px;
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:10;
	background:transparent url(../images/form_corner_01) no-repeat scroll left top;
	}
.form_top_corner_right{
	width:5px;
	height:5px;
	position:absolute;
	top:-1px;
	right:-1px;
	z-index:10;
	background:transparent url(../images/form_corner_03) no-repeat scroll right top;
	}
.form_bottom_corner_left{
	width:5px;
	height:5px;
	position:absolute;
	bottom:-1px;
	left:-1px;
	z-index:10;
	background:transparent url(../images/form_corner_06) no-repeat scroll left bottom;
	}
.form_bottom_corner_right{
	width:5px;
	height:5px;
	position:absolute;
	bottom:-1px;
	right:-1px;
	z-index:10;
	background:transparent url(../images/form_corner_07) no-repeat scroll right bottom;
	}
	
	.error{
	color:red;
}
label.error{
	float:left;	
}

.failedToRegister{
	margin-top: 50px !important;	
}

.failedToRegister a{
	text-decoration: underline !important;
}

.red{
	border: solid medium red;
}

.red a{
	text-decoration: underline !important;
}

.rem_pass_submit{
	float: left;
}
