.loginBox #dialog-login {
	width: 452px;
	height: 380px;
	background: transparent url('../images/login_bg.png') no-repeat top left;
	padding: 43px 0px 0px 108px;
}

.loginBox #dialog-login-content {
	width: 377px;
	height: 323px;
	clear: both;
}

.regBox #dialog-register {
	width: 420px;
	height: 355px;
	background: transparent url('../images/register_bg.png') no-repeat top left;
	padding: 10px 0px 0px 82px;
}

.regBox #dialog-register-content {
	width: 377px;
	height: 303px;
	clear: both;
}

.loginBox #dialog-login-content h3,
.regBox #dialog-register-content h3 {
	margin: 10px 0px;
}

.loginBox #dialog-login-content input,
.regBox #dialog-register-content input {
	color: #adadad;
	margin: 10px 0px;
}

.regBox #dialog-register-content input {
	margin: 5px 0px;
}

.loginBox #dialog-login-content button#btnLogin {
	width: 154px;
	height: 50px;
	background: transparent url('../images/login.jpg') no-repeat top left;
	border: 0px;
	margin: 20px 0px 0px 100px;
}

.regBox #dialog-register-content button#btnRegister {
	width: 155px;
	height: 49px;
	background: transparent url('../images/register.jpg') no-repeat top left;
	border: 0px;
	margin: 5px 0px 0px 100px;
}

.ui-draggable .ui-dialog-titlebar { 
	cursor: move;
}

.loginBox .ui-widget-header {
	width: 377px;
	margin: 43px 0px 0px 108px;
	float: left;
}

.regBox .ui-widget-header {
	width: 377px;
	margin: 8px 0px 0px 82px;
	float: left;
}

.ui-helper-clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.ui-helper-clearfix { 
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { 
	height:1%;
}
.ui-helper-clearfix { 
	display:block;
}

.errorMsg {
	color: #ff0000;
	font-size: 11px;
}

/* Icons
-------------------------------------*/
.ui-icon { 
	width: 16px; 
	height: 16px; 
	display: block; 
	text-indent: -99999px; 
	overflow: hidden; 
	background-repeat: no-repeat;
	background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-icon-closethick { 
	background-position: -99px -131px;
	float: right;
}


