/* CSS Document */
<style type="text/css">

html, body{margin:0; padding:0; }

html, body { 
	margin:0;
	padding:0;
	background-image: url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
}
.iphonetable{
	width: 100%;
	background-color: #FFFFFF;
	}
.td{
	border-style: solid;
	border-color: #CCCCCC;
	border-bottom-width: 2px;
}
.tdgrad{
	border-style: solid;
	border-color: #CCCCCC;
	border-bottom-width: 2px;
	background-color: #ececec;
	height: 40px;
}
.iphoneheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	background-image: url(../images/iphonetdbg.jpg);
}
.iphonecontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 5px;
}
.iphonetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px; padding-bottom: 5px; padding-left: 5px;
}
.err{
	color: red;
}
#dropdown{
width:150px; 
} 
#dropdown option { 
width:140px; 
}
fieldset {
	padding: 0px;
}
.a {
	text-align: left;
	background-color:#ececec;
}

.b {
	text-align: left; 
	background-color:#FFFFFF;
}

.c {
	text-align: left;
	background-color:#ececec;
}
a:link {color: #000000; text-decoration:none;}
a:visited {color: #000000; text-decoration:none;}
a:hover {color: #000000; text-decoration:none;}
a:active {color: #000000; text-decoration:none;}

a.hotellink:link {color: #000000; text-decoration:underline;}
a.hotellink:visited {color: #000000; text-decoration:underline;}
a.hotellink:hover {color: #000000; text-decoration:underline;}
a.hotellink:active {color: #000000; text-decoration:underline;}

</style>