@charset "utf-8";

/* 
  -----------------------------------
  Project for Angkor Miracle Resort and Spa
  Designed by Sim Kamsan
  H/P: (855-12) 985 842; (855-99) 666 219
  www.angkordesign.net
  E-mail: simkamsan@gmail.com
  -----------------------------------
*/

body {
	background-image:url(../images/background.jpg);
	background-repeat: repeat-y #996633;
	margin-top: 10px;
	margin-bottom: 10px;
}

.frame {
	border: 2px solid #FFFFCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F3F3F;
	line-height: 1.5em;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3F3F3F;
}
a:hover {
	text-decoration: none;
	color: #431603;
}
a:active {
	text-decoration: underline;
	color: #431603;
}

.button {
	font-size: 12px;
	font-weight: bold;
	background-color: #431603;
	text-align: center;
	width: 85px;
	color: #FFFFFF;
	height: 28px;
	vertical-align: middle;
	text-decoration: none;
	border: 1px ridge #FFCC00;
	margin: 0px;
	padding: 0px;
}

.button-re {
	font-size: 12px;
	font-weight: bold;
	background-color: #431603;
	text-align: center;
	width: 185px;
	color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
	border: 1px thick #FFCC00;
	margin: 0px;
	padding: 0px;
}
.formBOX {
	background-color: #FFFFD7;
	color: #431603;
	width: 200px;
}

.form_detail {
	background-color: #FFFFD7;
	color: #431603;
	width: 350px;
}

.form_title {
	background-color: #FFFFD7;
	color: #431603;
	width: 100px;
}

.form_time {
	background-color: #FFFFD7;
	color: #431603;
	width: 60px;
}

.reservation_box {
	margin: 5px;
	padding: 5px;
	border: 1px solid #431603;
	text-align: left;
	text-indent: 5px;
	vertical-align: top;
	width: 100%;
	font-size: 12px;
	color: #431603;
	background-color: #FFFFFF;
}
.contact_box {
	margin: 5px;
	padding: 5px;
	border: 1px solid #431603;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	width: 100%;
	font-size: 12px;
	color: #431603;
	background-color: #FFD9D9;
}

.txtbox {
	BACKGROUND-POSITION: 100% 100%;
	FONT-SIZE: 12px;
	BACKGROUND-ATTACHMENT: scroll;
	COLOR: #626A48;
	BACKGROUND-COLOR: #EEF0E8;
	border: 1px inherit #B5BE97;
}
#fontsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

/*footer and copyright classes*/

#footer {
	color: #DDDDDD;
}

#footer a:link {
	color: #DDDDDD;
}
#footer a:visited {
	color: #DDDDDD;
}
#footer a:hover {color: #DDDDDD;}

/*Title Links classes*/

#title {
	color: #431603;
}

#title a:link {
	color: #431603;
}
#title a:visited {
	color: #431603;
}
#title a:hover {color: #431603;}

/*pre-set image classes*/

.right
	{
	float:right;
	padding:5px;
	background-color:#e8e8e8;
	border:0px solid #8d8d8d;
	margin:5px 0px 5px 5px;
}
	
	
.left
	{
	float:left;
	padding:5px;
	background-color:#e8e8e8;
	border:0px solid #8d8d8d;
	margin:5px 5px 5px 0px;
}
	
ul li.list 
{
	list-style-image: url("../images/arrow-btt.png");
	padding: 0px 0px 10px 13px;
	margin: 0px 5px 5px 0px;
}

.ibdr { border: 5px solid #eee; }
a:hover .ibdr { border: 5px solid #431603 ; } 