.login_reg {
	color: #FFF;
	font-size: 14px;
	text-shadow: 1px 1px grey;
	text-align: center;
	cursor: pointer;
	right: 30px;
	position: fixed;
	bottom: 0;
	border: 1px solid #FFF, 2px solid #515151;
	border-radius: 10px 10px 0px 0px;
	width: 200px !important;
	height: 30px;
	line-height: 26px;
	vertical-align: middle;
	border-top: 2px solid #444444;
	border-left: 2px solid #444444;
	border-right: 2px solid #444444;
	background: -moz-linear-gradient(#444444, #515151); /* FF 3.6+ */
	background: -ms-linear-gradient(#444444, #515151); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #444444), color-stop(100%, #515151)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#444444, #515151); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#444444, #515151); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#515151'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#515151')"; /* IE8+ */
	background: linear-gradient('#444444', '#515151'); /* the standard */
}

.login_reg:hover {
	border: 1px solid #FFF, 2px solid #515151;
	border-radius: 10px 10px 0px 0px;
	width: 200px !important;
	height: 30px;
	border-top: 2px solid #444444;
	border-left: 2px solid #444444;
	border-right: 2px solid #444444;
	background: -moz-linear-gradient(#515151, #444444); /* FF 3.6+ */
	background: -ms-linear-gradient(#515151, #444444); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #515151), color-stop(100%, #444444)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#515151, #444444); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#515151, #444444); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#444444'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#444444')"; /* IE8+ */
	background: linear-gradient(#515151, #444444); /* the standard */
}

#login_reg_div {
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=80);
	height: 100%;
	z-index: 1000;
}

#login_reg {
	display: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*padding: 10px;*/
	left: 50%;
	margin-left: -329px;
	width: 658px;
	top: 50%;
	background: #ebebeb;
	min-height: 300px;
	height: auto;
	margin-top: -250px;
	position: fixed;
	z-index: 1500;
	padding: 20px;
}

.close_try_free {
	border-left: 2px solid #8b8b8b;
	border-bottom: 2px solid #8b8b8b;
	border-right: 0px;
	border-top: 0px;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	top: 50%;
	right: 50%;
	margin-top: -250px;
	margin-right: -328px;
	position:absolute;
	float:right;
	background:url(img/login_reg/popup_close_button.png) no-repeat 4px 4px;
	width:45px;
	height:45px;
	outline: none;
	z-index:2000;
}

.close_try_free:hover {
	background:url(img/login_reg/popup_close_button.png) no-repeat 4px -35px;
}

.title {
	width: 100%;
	text-align: center;
	color: #5978a3;
	font-size: 25px;
	font-weight: bold;
}

.reg_form,
.success_form {
	/*border: 1px solid #8d8d8d;*/
	/*border: 1px solid #c5c5c5;*/
	border-radius: 5px;
	width: 100%;
	min-height: 100px;
	height: auto;
}

.reg_form .inputs {
	margin: 5px auto;
	width: 323px;
}

.reg_form .inputs .company_result img,
.reg_form .inputs .email_result img,
.reg_form .inputs .mol_result img {
	margin-top: 6px;
}

.reg_form .inputs span {
	right: 0;
}

.reg_form table {
	width: 100%;
}

.reg_form table th {
	/*text-shadow: 1px 1px 5px #3172f6;*/
	color: #444444;
	height: 30px;
	width: 100%;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}

.reg_form table td {
	height: 30px;
	width: 100%;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

.reg_form table .secure_login_page {
	opacity: 0.6;
	text-shadow: 1px 1px 2px #444444;
	padding: 5px;
	color: #FFF;
	background: #3172f6;
	height: 32px;
	width: 100%;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reg_form input[type=text],
.reg_form input[type=password], 
.reg_form select {
	border-radius: 10px;
	float: left;
	overflow: hidden;
	outline: none;
	border: 0;
	margin: 5px;
	background: url(img/login_reg/signup_input_text.png) no-repeat 0 0;
	font-size: 13px;
	width: 289px;
	height: 30px;
	color: #a2a2a2;
	padding-left: 10px;
}

.reg_form input#secure_page {
	overflow: hidden;
	outline: none;
	border: 0;
	background: url(img/login_reg/signup_url.png) no-repeat 0 0;
	font-size: 13px;
	width: 289px;
	padding-left: 60px;
	height: 30px;
	color: #a2a2a2;
}

.reg_form .numbers {
	margin: 15px auto;
	text-align: center;
	width: 300px;
	height: 150px;
	line-height: 150px;
	vertical-align: middle;
}

.reg_form .button {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.reg_form .back {
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.reg_form input[type=button]#register,
.reg_form input[type=button]#register_finish, 
.reg_form input[type=button]#paypal_submit, 
.reg_form input[type=button]#register_payment, 
.reg_form input[type=button]#register_skip {
	font-family: "Trebuchet MS", Arial, Tahoma;
	text-shadow: 1px 1px 1px #c5c5c5;
	color: #5978a3;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 16px;
	overflow: hidden;
	background: none;
	/*background: #3172d6;*/
	border-left: 2px solid #8b8b8b;
	border-top: 2px solid #8b8b8b;
	border-right: 0px;
	border-bottom: 0px;
	border-radius: 10px 0px 0px 0px;
	-moz-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	min-width: 100px;
	max-width: auto;
	height: 24px;
}

.reg_form input[type=button]#register:hover,
.reg_form input[type=button]#register_finish:hover, 
.reg_form input[type=button]#paypal_submit:hover, 
.reg_form input[type=button]#register_payment:hover,
.reg_form input[type=button]#register_skip:hover {
	font-family: "Trebuchet MS", Arial, Tahoma;
	background: none;
}

.reg_form input[type=button]#back {
	text-shadow: 1px 1px 1px #c5c5c5;
	color: #5978a3;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 16px;
	overflow: hidden;
	background: none;
	/*background: #3172d6;*/
	border-right: 2px solid #8b8b8b;
	border-top: 2px solid #8b8b8b;
	border-left: 0px;
	border-bottom: 0px;
	border-radius: 0px 10px 0px 0px;
	-moz-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	padding: 0;
	width: 100px;
	height: 24px;
}

.reg_form input[type=button]#back:hover {
	font-family: "Trebuchet MS", Arial, Tahoma;
	background: none;
}

.reg_form .info_step_2,
.success_form .info_step_2 {
	height: 32px;
	width: 40%;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #444444;
	padding: 5px;
	color: green;
}

.success_title {
	width: 100%;
	text-align: center;
	color: #444444;
	font-size: 21px;
	font-weight: bold;
}
