body
{
	font-family:Arial;
	min-height:590px;
	min-width:1016px;
	overflow:hidden;
}
a { text-decoration: none;}
a:focus, input[type=button] ,input[type=submit],input[type=text] {
        outline:none;
}

#reset-dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	background:transparent; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:7000; 

	/* hide it by default */
	display:none;
}

#reset-dialog-box{
	background:url(../images/popbg3.png) no-repeat transparent;
	width:661px; 
	height:358px;
	/*position:absolute; */
	position:relative;
	z-index:8000; 
	display:block;
	margin:70px auto 80px;
	/*left:500px;*/
	
	/*top:200px;*/
}

#reset-error-box{
	background:url(../images/popbg1.png) no-repeat transparent;
	width:440px; 
	height:240px;
	position:absolute; 
	z-index:8000; 
	display:none;
	margin:0 auto;
}

#reset-dialog-box .reset-dialog-content
{
    text-align: left;
    padding: 10px;
    margin: 0 auto;
    color: #333333;
    font-family: arial;
    font-size: 11px;
    height: 90%;
}

#reset-dialog-box a.button, #reset-error-box a.button{
	/*padding-top:10px;*/
	text-align:center;
	background:url(../images/btn_yellow_idle.png) no-repeat transparent;
	display: inline-block;
	width:133px;height:30px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;font-size: 14px;
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

#reset-dialog-box a.button:hover,#reset-error-box a.button:hover {
	background:url(../images/btn_yellow_over.png) no-repeat transparent;
}

#reset-dialog-html,#reset-error-html
{
	width:90%;   
	margin:20px auto; 
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
}
#reset-dialog-box #normal_header,#reset-dialog-box #error_header
{
	padding-top:10px;
	padding-left:10px;
	font-size:18px;
	height:220px;
}
#error_header{height:100px;}
#normal_header .text_short
{
	margin:50px auto;
	font-size:14px;
	width:90%;
}
#normal_header .text_long
{
	margin:20px auto;
	font-size:14px;
	width:100%;
	text-align:left;
}
.reset-dialog-content .name
{
	font-size:14px;
	display:inline;
}
.reset-dialog-content a
{
	font-size:12px;
	color:#ccc;
}
.reset-dialog-content input
{
	width:300px;height:16px;	
	border:none;
}

.inputbg
{
	width:357px;height:20px;
	display:inline-block;
}
