/* Registration */

#reg-form {
	font-family: arial;
	color: #383838;
}

#reg-form th {
	font-size: 26pt;
	text-align: left;
	padding-left: 150px;

}

#reg-form td {
	font-size: 22pt;
	height: 60px;

}

#reg-form span {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	color: #983007;
}

#reg-form p {
	font-size: 9pt;
	padding: 0;
	margin: 0px;
}

.reg-table {

width: 950px;

}

.reg-input {

	width: 250px;
	height: 32px;
	padding: 10px 6px;
	font-size: 20pt;
	border: 1px #d7ebff solid;

}

.reg-select-country {
	width: 264px;
	height: 35px;
	font-size: 18pt;
}
.reg-select-city {
	width: 264px;
	height: 35px;
	font-size: 18pt;
}
.reg-select-day {
	width: 40px;
	height: 25px;
}

.reg-select-month {
	width: 104px;
	height: 25px;
}

.ru {
	display: block;
}

.reg-field {
	width: 280px;
	text-align: right;
	padding-right: 20px;
	margin: 0;
}

.reg-hide {
	display: none;

}

.reg-view {
	display: block;

}

.login-enter-div {
	height: 15px;
}
.login-enter {
	width: 0px;
	height: 0px;
	background: #eff6fd;
	border: dotted #eff6fd;
}

/* Recovery */

#recovery {
	padding: 25px 50px 300px 50px;
	font-family: "Trebuchet MS";
	font-size: 12pt;
}

#recovery h2 {
font-size: 14pt;

}

#recovery a {
color: blue;

}