* {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;	
}
body {
	margin:10px;	
}
table {
	background-color:#f4f5fa;
}
.mandatory {
	float:left;
	width:8px;
	color: #f00;
}
.infoText {
	font-size:10px;
	color:#888;
}
input[type="text"] {
	width:243px;
}
textarea {
	width:243px;
}
a {
	color:#005a7f;
}
/*layout*/
#container {
	width:773px;
	height:auto;
	margin:0 auto;
	
}
#header {
	width:773px;
	height:181px;
}
#footer {
	width:773px;
	height:70px;
}
.note {
	width:773px;
	height:112px;
	display:block;
	position: relative;
	background-image:url(http://www.snttaemirtours.com/images/noteBG.gif);
	background-repeat:no-repeat;
}
.note ul{
	list-style-type:none;
	padding-left:180px;
	padding-top:30px;
}
.note li{
	height:25px;
	background-image:url(http://www.snttaemirtours.com/images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}

#repSection {
	width:773px;
	background-image:url(http://www.snttaemirtours.com/images/formBGRep.gif);
	background-repeat:repeat-y;
}
#form {
	width:673px;
	margin-left:70px;
}
#form table td span{
	display:block;
	color:#f00;
}
.rowHeader {
	background-image:url(http://www.snttaemirtours.com/images/rowHeaderBg.gif);
	background-repeat:no-repeat;
	background-position:5px 2px;
	height:35px;
	padding-left:15px;
	padding-top:8px;
}
table td {
	padding:5px 5px 5px 15px;
	height:30px;
}