body {
	background-image: url(../images/bg_index.jpg);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
a img {
	border: none;
}

#area_wrapper {
	width: 943px;
	margin: auto;
}
#mod_topMenu {
	margin: auto;
}
#banner {
	height: 276px;
	width: 1046px;
	background-image: url(../images/shadow2.png);
	margin: auto;
	padding: 0;
	text-align: center;
}
.shadow {
	background-image: url(../images/shadow.png);
	height: 40px;
	width: 943px;
	margin: auto;
	border-top: 3px #000 solid;
}
.content {
	width: 86%;
	margin: auto;
}
#copy_right {
	height: 100px;
	background-color: #282828;
	border-top: 2px #CCC solid;
	margin-top: 30px;
	text-align: center;
	color: #CCC;
	padding-top: 20px;
}

#copy_right  a{
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
}
#copy_right  a:hover{
	color: #d2025a;
}
#copy_right  ul{
	margin: 15px 0 0 0;
	padding: 0;

}
#copy_right  ul li{
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	list-style: none;
	float: left;
	display: block;
	border-right: 1px #FFF solid;
	padding: 0px 10px;
}
#copy_right  .copyRight{
	color: #FFF;
	font-size: 11px;
	list-style: none;
	display: block;
	padding: 10px 10px;
	width: 50%;
	margin: auto;
}
#check_form {
	width: 200px;
	margin: auto;
	border: 1px #CCCCCC solid;
	margin-left: 20px;
}
.select_room {
	width: 130px;
}
#filde_input {
	height:35px;
	line-height:35px;
	margin: auto;
	padding: 5px 20px;
}
#overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index:100000;
	display: none;
}

/* preloader /////////////////////////////////////////////////////////////////////////////////////////// */
#preloader{
	background: url("preloader.gif") no-repeat 12px 10px #000000;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -45px;
	padding: 10px;
	position: fixed;
	text-align: left;
	text-indent: 36px;
	top: 50%;
	width: 90px;
	z-index: 100001;
	/*	opacity:0.8;
	filter:alpha(opacity=0.8);*/
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #FFF;
	display: none;
}
.alert_warning
{
	margin: auto;
	padding: auto;
	border-top: 1px solid #fefbcd;
	border-bottom: 1px solid #e6e837;
	/*Background Gradients*/
	background: #feffb1;
	background: -moz-linear-gradient(top,#feffb1,#f0f17f);
	background: -webkit-gradient(linear, left top, left bottom, from(#feffb1), to(#f0f17f));
	border: 1px solid #edbf06;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;
	color: #333333;
	font-weight: normal;
	cursor: pointer;
	margin: auto;
	text-shadow:0 0 0 transparent;
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	z-index: 100002;
}

.alert_info
{
	margin: auto;
	padding: auto;
	border-top: 1px solid #f3fbff;
	border-bottom: 1px solid #bedae9;
	/*Background Gradients*/
	background: #e0f4ff;
	background: -moz-linear-gradient(top,#e0f4ff,#d4e6f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
	border: 1px solid #b2c8ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;
	color: #333333;
	cursor: pointer;
	text-shadow:0 0 0 transparent;
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	z-index: 100002;
}

.alert_success
{
	margin: auto;
	padding: auto;
	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;
	/*Background Gradients*/
	background: #dff3a8;
	background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
	background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
	border: 1px solid #b7e789;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;
	color: #333;
	font-weight: normal;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100002;
}

.alert_error
{
	margin: auto;
	padding: auto;
	border-top: 1px solid #f7d0d0;
	border-bottom: 1px solid #c87676;
	/*Background Gradients*/
	background: #f3c7c7;
	background: -moz-linear-gradient(top,#f3c7c7,#eea2a2);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3c7c7), to(#eea2a2));
	border: 1px solid #ff8e8e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;
	color: #000;
	text-shadow:0 0 0 transparent;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100002;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}
label
{
	font-weight: bold;
	padding-bottom: 4px;
	color: #999;
	font-size: 12px;
}
img.mid_align
{
	vertical-align: middle;
	margin-right: 4px;
	border: 0;
}
