HTML,BODY{
    margin:0px;
    padding:0px;
}
LABEL{
	display:block;
	margin:0 0 0 24px;
	text-indent:-24px;
	cursor:pointer;
}
#choice{
	font-size:11pt;
	padding:3px 12px 3px 12px;	
	font-weight:normal;
	text-align:center;
	vertical-align:bottom;
}
#sidebar1{
	width:24px;
	vertical-align:top;
}
#pageFrame{
	
}
#inputFrame{
    padding:18px;
    padding-top:0px;
    /*position:relative;*/
}
#pageHeader1{
    background-repeat:no-repeat;
    height:74px;
}
#pageHeader2{
    width:100%;
    background-color:white;
    height:2px;
    padding-top:1px;
}
#pageHeader3{
    font-size:18pt;
    padding:6px 24px;
}
#content{
}
.prompt{
	padding-top:12px;
}
.promptText{
    font-size:11pt;
    position:relative; /* Fix IE 6 "Peekaboo" bug */
}
.promptInput, .promptOutput{
    font-size:11pt;
    padding:6px 6px 6px 6px;
    margin-left:32px;
    position:relative; /* Fix IE 6 "Peekaboo" bug */
}
/* Hides from IE5-mac \*/
* .promptInput {height: 1%;}
/* End hide from IE5-mac */ /*— Holly Hack for IE 6 Peekaboo bug —*/

.promptOutput {
	font-size:300%;
	font-weight:bold;
	text-align:center;
}

.requiredText {
	font-size:11pt;
}

.promptInput TABLE TR TD{
    vertical-align:top;
}
#nav{
    text-align:center;
    padding-left:18px;
    padding-bottom:12px;
}
#nav INPUT{
    margin:3px 6px 0px 6px;
}
#pageFooter2{
	padding:0px 0px 0px 0px;
}
#legal{
	padding:10px 12px 0px 12px;
	float:left;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:7pt;
	position:relative;
}

#progress{
	padding:12px;
	text-align:center;	
	margin: 0px 184px 0px 184px;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	position:relative;
}
#progressBack{
	padding:2px;
	text-align:left;
}
#progressBar{
	height:15px;
	font-size:12px;
}
#powered{
	padding:6px 12px 0px 12px;
	float:right;
	position:relative;
}
#powered A{
	
}
SPAN.required-marker{

}
SPAN.required-marker-error{
	color:red;
}
DIV.error-detail{
	color:red;
}
#searchSubmit {
	background-color:#eee;
	border: outset #333 2px;
	font-size: 0.9em;
	padding: 2px 6px;
	cursor: default;
	position:relative; /* Fix IE 6 "Peekaboo" bug */
}
#offerCodes {
	margin-top: 3px;
	position:relative; /* Fix IE 6 "Peekaboo" bug */
}
#offerCodeSearchResult {
	font-size:0.8em;
	font-style:italic;
    position:relative; /* Fix IE 6 "Peekaboo" bug */
}
TABLE.multiMenu {
	width: 700px;
}
TD.multiMenuLabel {
	width: 450px;
	padding-right: 50px;
}