BODY {
	margin: 0;
	padding: 0;
	background-image: url(../images/retro_tile.jpg);
	background-color: #ffffff;
}
img {
	border: 0 none;
}
#note_loader {
	visibility: hidden;
	display: none;
	width: 500px;
	height: 500px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1000;
}
#newsletter_form, #thongdiary_form {
	overflow: hidden;
	visibility: hidden;
}
.totalform {
	position: inline;
	width: 534px;
	height: 564px;
	background-image: url(../images/form_back.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.formclosebtn {
	background-color: #ff0000;
	clear: both;
	position: absolute;
	top: 55px;
	left: 485px;
	width: 20px;
	height: 20px;
}
.formback {
	position: absolute;
	top: 0;
	left: 0;
}
.form {
	top: 80px;
	width: 440px;
	left: 60px;
	position: absolute;
	margin: 0;
	padding: 0;
}
.form form {
	position: relative;
}
.form, .form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
OBJECT {
	z-index: 0;
}
.ext-el-mask {
    z-index: 20000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.note-overlay {
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.ext-el-mask-msg {
    z-index: 20001;
    position: absolute;
    left: 120px;
    border:1px solid #8E8A7E;
    background: #fff;
    padding:2px;
}
.ext-el-mask-msg div {
    padding:5px 10px 5px 10px;
    background: #fff;
    border:1px solid #A7A49A;
    color:#333;
    font:bold 12px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
	text-align:center;
	}
