.login-form-box {
	width: 458px;
	border: 1px solid #ccc;
}
.input-box-start {
	background:#eaf5d1 none repeat scroll 0% 0%;
	border: 1px solid #cfcfcf;
	border-bottom: none;
	padding: 10px 15px 5px 10px;
	
}
.input-box-middle {
	background:#eaf5d1 none repeat scroll 0% 0%;
	border: 1px solid #cfcfcf;
	border-top: none;
	border-bottom: none;
	padding: 5px 15px 5px 10px;
}
.input-box-end {
	background:#eaf5d1 none repeat scroll 0% 0%;
	border: 1px solid #cfcfcf;
	border-top: none;
	padding: 5px 15px 10px 10px;
	
}
.input-box-single {
	background:#eaf5d1 none repeat scroll 0% 0%;
	border: 1px solid #cfcfcf;
	padding: 10px;
}

.login-form-box .form-table {
	margin: 16px 0 15px 0;
}
.login-form-box .caption div{
	margin: 10px 0 30px 0;
}
.login-form-box div.input {
	margin: 0 0 10px 0;
	height: 30px;
}
.login-form-box input.single {
	width: 230px;
}
.login-form-box input.size-2 {
	width: 16px;
}
.login-form-box input.size-4 {
	width: 30px;
}
.login-form-box .check label {
	color: #0090ff;
	font-size: 11px;
}

a.link-button span {
	background: url(../images/button-end.png) right no-repeat;
	display: block;
	overflow: none;
	height: 31px;
	padding: 0 18px 0 0;
}
a.link-button,
a.link-button:hover,
a.link-button:visited {
	float: left;
	display: block;
	overflow: none;
	height: 31px;
	line-height: 31px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 18px;
	margin: 0 0 0 ;
	background: url(../images/button-start.png) left no-repeat;
}
a.link-button:hover 
{
	cursor:pointer;
}
#userpopup_holder {
	position: relative;
}

.user-profile-popup-holder {
	position: absolute;
	display: none;
}

.user-profile-popup {
	width: 218px;
	border: 1px solid #ead697;
	z-index: 200;
	background: #fff;
	font-style: normal;
}

.user-profile-popup .header {
	background: transparent url(../images/bg-block-header.gif) repeat-x scroll 0% 0%;
	border-bottom: 1px solid #E0D0B1;
	height: 28px;
	width: 208px;
	text-transform: uppercase;
	color: #800033;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 0 10px;
}

.user-profile-popup  .profile-top {
	width: 198px;
	padding: 10px;
	border-bottom: 1px solid #E0D0B1;
	overflow: hidden;
}

.user-profile-popup  h4 {
	color: #800033;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.user-profile-popup  .profile-top-data {
	margin: 0;
	padding: 0;
	float:none;
}
.user-profile-popup  .profile-top-data li {
	color: #444;
	font-size: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 15px;
	background: none;
	display: list-item;
	float: none;
}
.user-profile-popup  .profile-top-data .caption {
	font-weight: bold;
	width: 70px;
	float: left;
	overflow: hidden;
}
.user-profile-popup  .profile-bottom {
	width: 198px;
	padding: 10px;
	background: #fbf7eb;
	overflow: hidden;
	
}

.user-profile-popup  .profile-bottom-data {
	margin: 0;
	padding: 0;
}
.user-profile-popup  .profile-bottom-data li {
	color: #444;
	font-size: 0 0 0 10px ;
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
	line-height: 15px;
	background: none;
	display: list-item;
	float: none;
	list-style: disc;
}

.user-profile-popup  .profile-bottom-data li.profile-item {
	overflow: hidden;
}

.exp 
{
	background:#fff;
	font-size:12px;
	border:1px solid #ccc;
	margin:0 0 20px 0;
}

.exp .content
{
	padding:10px;
	background:#EAF5D1;
}

.login-form-box .required-note {
	padding: 10px 0 0 10px;
}