 #messagebox {
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px;
	display:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#messagebox-header { background: url(/cn/images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#messagebox-header  h2 {
	color: #444;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 3px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#messagebox-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#messagebox .txt-fld {
	position: relative;
	padding: 5px 5px;
	border-bottom: 1px solid #EEE;
	text-align: right;
}
#messagebox .btn-fld {
	overflow: hidden;
	padding: 12px 20px 12px 30px;
}

#messagebox .txt-fld label {
	display: block;
	float: left;
	width: 15%;
	padding-top: 8px;
	color: #222;
	font-size: 0.75em;
	text-align: left;
}
#messagebox .txt-fld input {
	padding: 2px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0.75em;
	color: #222;
	background: #F7F7F7;
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
	width: 60%;
}
#messagebox .txt-fld textarea {
	padding: 2px 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0.75em;
	color: #222;
	background: #F7F7F7;
	outline: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
	width: 60%;
}
#messagebox .txt-fld input.good_input {
	background-color: #DEF5E1;
	background-image: url(/cn/images/good.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#messagebox .txt-fld textarea.good_input {
	background-color: #DEF5E1;
	background-image: url(/cn/images/good.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#messagebox .txt-fld input.error_input { background: #FDE0E0; }
#messagebox .txt-fld textarea.error_input { background: #FDE0E0; }


p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(/cn/images/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }
        
button {
	float: right;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 14px;
	padding: 7px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	background-color: #CCC;
}
        
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(/cn/images/modal_close.png); z-index: 2; }


#lean_overlay {
    position: fixed;
    z-index:1000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
