﻿.ui-dialog-titlebar {
	display: none;
}
img.loading {
	margin: 200px 0 0 250px;
}

form#popup
{
	position: relative;
	float: left;
	width: 559px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url('../img/popup_login_top_bground.gif') no-repeat 0px 0px;
}

form#popup div.popup_cont
{
	position: relative;
	float: left;
	width: 539px;
	margin: 0px;
	padding: 10px;
	background: url('../img/popup_login_top_bground.gif') no-repeat 0px -5px white;
}

form#popup div.popup_bottom
{
	position: relative;
	float: left;
	width: 559px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url('../img/popup_login_bot_bground.gif') no-repeat bottom left;
}

form#popup h1
{
	position: relative;
	float: left;
	width: 500px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	color: #575757;
}

form#popup a.close
{
	position: relative;
	float: right;
	width: 16px;
	height: 17px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

form#popup a.close img
{
	border: none;
}

form#popup p
{
	position: relative;
	float: left;
	width: 539px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #575757;
	text-align: justify;
}

form#popup div.error_txt
{
	position: relative;
	float: left;
	width: 539px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #BA0000;
	display: none;
}
form#popup div.success_txt
{
	position: relative;
	float: left;
	width: 539px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #00FF00;
	display: none;
}

form#popup label
{
	position: relative;
	float: left;
	width: 265px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #575757;
}

form#popup input
{
	position: relative;
	float: left;
	width: 237px;
	height: 24px;
	margin: 0px 20px 10px 0px;
	padding: 5px 5px 0px 5px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #575757;
	border: none;
	background: url('../img/input.gif') no-repeat 0px 0px;
}

form#popup input.error
{
	background: url('../img/input.gif') no-repeat 0px -29px;
}


form#popup div.confirmation
{
	position: relative;
	float: left;
	width: 237px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #575757;
}

form#popup button
{
	position: relative;
	float: right;
	height: 29px;
	margin: 0px 25px 10px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: url('../img/button_bground.gif') repeat-x;
	border: none;
	cursor: pointer;
}