body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:15px; 
	color:#000;
	text-align:left;
	letter-spacing:0px;
	background:#cde;
	line-height:18px;
	background-image:url('../images/bg_hongkong2.jpg');
}

table td {
	padding:5px;
}

ol {
	margin-left:20px;
	list-style-type:disc;
}

ul {
	margin-left:20px;
	list-style-type:disc;
}

p {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px;
	padding-bottom:10px;
}

h1 {
	color:#07b;
	font-family:'Century Gothic', sans-serif; /*Ubuntu*/
	font-size:55px;
	font-weight:normal;
	line-height:50px;
	letter-spacing:-2px;
	padding-bottom:15px;
}

h2 {
	color:#07b;
	font-family:'Century Gothic', sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:26px;
	letter-spacing:-1px;
	padding-bottom:10px;
}

h3 {
	color:#000;
	font-size:15px;
	font-weight:bold;
	padding-bottom:12px;
}

h4 {
	color:#000;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
}

p.msg {	
	color:#393; 
	font-weight:bold;
}

p.error {	
	color:#900; 
	font-weight:bold;
}

a	{	
	color:#f90;
}

a:hover {
	color:#6c6;
}

hr {
	height:1px;
	border:0;
	background-color:#eee;
	margin-bottom:20px;
}

img {
	border:0;
}

blockquote {
	color:#666;
	padding-top:15px;
	padding-left:25px;
	border-left:5px solid #eee;
}

input.text {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border-style:solid; 
	border-width:1px; 
	font-size:12px; 
	color:#000;
	border-color:#999; 
	width:240px;
	height:20px;
	padding:5px;
}

input.file {
	border-style:solid; 
	border-width:1px; 
	font-size:10px; 
	border-color:#999;
}

select {	
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	border:1px solid #999; 
}

textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	border:1px solid #999;
	width:240px;
	padding:5px;
}

.submit {
	width:200px;
	height:40px;
	border-style:solid;
	border-width:1px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#393;
	border-top-color:#6c6;
	border-right-color:#060;
	border-bottom-color:#060;
	border-left-color:#6c6;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:10px;
}

.small {
	font-size:10px;
	color:#999;
	line-height:12px;
}

.clear {
	clear:both;
}

.space {
	width:100%;
	height:5px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

.divider {
	width:100%; height:40px;
	margin:0; padding:0;
	background-image:url(../images/dot_eee.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.shadow {
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#999999');
}

.noshadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.awesomeshadow {
	float:right;
	width:250px;
	height:20px;
	background-image:url('../images/shadow.jpg');
	background-repeat:no-repeat;
	background-position:right;
}

.frame {
	border:1px solid #ccc;
	background:#fff;
	padding:1px;
}