html
{
    height: 100%;
        
}

html
{
    /*OVERFLOW-Y: hidden;
    overflow-x: hidden; */
}

BODY
{
    PADDING: 0px;
    MARGIN: 0px;
    FONT: 13px/1.5 Verdana, sans-serif;
    COLOR: black;
    cursor: hand;
    height: 100%;
}

P
{
    MARGIN: 1em 0px 0.5em
}

.topbox
{
    background: url(../images/Kiosk_Screen_Top_Banner.jpg) no-repeat ;
    margin: 0px;
    height: 240px;
    BACKGROUND-POSITION: center; 
	background-size: contain;
    width: 100%;    
}

.cardlogin
{ 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 14px sans-serif;
	font-family: Verdana;
	padding-top: 20px;	
}

#wrapper {
    min-height: 100%;
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

#footer
{
    BACKGROUND: url(../images/kiosk_screen_bottom_banner.jpg);
    MARGIN: 0px auto 0px auto;
    WIDTH: 100%;
    HEIGHT: 180px;
    position: absolute;
    bottom: 0px;
    background-repeat:no-repeat;
    BACKGROUND-POSITION: center;       
}

#topbox
{
    background: url(../images/Kiosk_Screen_Top_Banner.jpg) no-repeat ;
    margin: 0px;
    height: 240px;
    BACKGROUND-POSITION: center; 
    width: 100%;   
}

#content
{
    width: 1024px;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    padding-bottom: 180px;
}

.startbutton
{
    background-color: orange;
    vertical-align: middle;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
}    
.terms
{
height: 240px;
width: 600px;
overflow: scroll; 
padding: 10px;
overflow-x: hidden;
border: 2px solid #ccc;
border-radius: 5px;
margin-top:10px;
}

.returnlink
{
    color: #8F1919;
}

.welcome
{
    font-size:22px;
    color: #8F1919;
    font-family:Verdana;
}


.acceptbuttons
{
    width: 400px;
    height: 30px;
}

H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 22px;
    COLOR: #000000;
    FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    MARGIN: 10px 0px 20px 0px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H3
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    MARGIN: 1.25em 0px 0px;
    COLOR: #0033cc;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H4
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    MARGIN: 1.25em 0px 0px;
    COLOR: #0033cc;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H5
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    MARGIN: 1.25em 0px 0px;
    COLOR: #0033cc;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H6
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    MARGIN: 1.25em 0px 0px;
    COLOR: #0033cc;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A
{
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A:hover
{
    COLOR: red;
    BACKGROUND-COLOR: transparent;
}


.hidden
{
    DISPLAY: none;
}

#menu
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 0px;
    FONT: 10px/14px verdana, sans-serif;
    COLOR: black;
    PADDING-TOP: 10px;
    BACKGROUND-COLOR: #cc0;
    min-width: 155px;
}
CODE
{
    FONT: 11px monaco, "andale mono", courier, "courier new";
    COLOR: #630;
    BACKGROUND-COLOR: transparent;
}
TT
{
    FONT: 11px monaco, "andale mono", courier, "courier new";
    COLOR: #630;
    BACKGROUND-COLOR: transparent;
}
PRE
{
    FONT: 11px monaco, "andale mono", courier, "courier new";
    COLOR: #630;
    BACKGROUND-COLOR: transparent;
}
IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
}
#menu A:link
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #c30;
    TEXT-DECORATION: none;
}
#menu A:visited
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #c30;
    TEXT-DECORATION: none;
}
#menu A:hover
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #ffc;
    TEXT-DECORATION: underline;
}
#menu A:active
{
    FONT-WEIGHT: bold;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #ffe;
    TEXT-DECORATION: underline overline;
}
.indentbox
{
    BORDER-RIGHT: #f60 1px dotted;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #f60 1px dotted;
    PADDING-LEFT: 3px;
    BACKGROUND: #ffb;
    FLOAT: left;
    PADDING-BOTTOM: 3px;
    MARGIN: 10px 5px 0px 0px;
    FONT: 10px verdana, sans-serif;
    BORDER-LEFT: #f60 1px dotted;
    WIDTH: 150px;
    COLOR: #000;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #f60 1px dotted;
    TEXT-ALIGN: center;
}
.orangebox
{
    BORDER-RIGHT: #f60 1px dotted;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #f60 1px dotted;
    PADDING-LEFT: 3px;
    BACKGROUND: #ffb;
    PADDING-BOTTOM: 3px;
    MARGIN: 10px 0px 0px;
    FONT: 10px verdana, sans-serif;
    BORDER-LEFT: #f60 1px dotted;
    WIDTH: 150px;
    COLOR: #000;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #f60 1px dotted;
    TEXT-ALIGN: center;
}
.cakebox
{
    BORDER-RIGHT: #c60 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #c60 1px solid;
    PADDING-LEFT: 10px;
    BACKGROUND: #ffc;
    PADDING-BOTTOM: 5px;
    MARGIN: 25px 0px;
    FONT: 11px/1.5 verdana, sans-serif;
    BORDER-LEFT: #c60 1px solid;
    COLOR: #930;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #c60 1px solid;
    TEXT-ALIGN: left;
}
.uc
{
    TEXT-TRANSFORM: uppercase;
}
#graybody
{
    BORDER-RIGHT: black 1px;
    FLOAT: right;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 0px 200px;
    BORDER-LEFT: #000000 1px outset;
    COLOR: #000;
    BORDER-BOTTOM: black 1px;
    POSITION: relative;
    BACKGROUND-COLOR: #ffffff;
}
#topgraybody
{
    BORDER-RIGHT: black 1px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FLOAT: right;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px 0px 0px 220px;
    BORDER-LEFT: #000000 1px inset;
    WIDTH: 70%;
    COLOR: #000;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: black 1px;
    POSITION: relative;
    BACKGROUND-COLOR: #e5e5e5;
}
.greenrule
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    BACKGROUND-COLOR: #33cccc;
}
#menubar
{
    PADDING-BOTTOM: 7px;
    WIDTH: 100%;
    PADDING-TOP: 7px;
    POSITION: relative;
    BACKGROUND-COLOR: #cccccc;
}

.graybody
{
    BORDER-RIGHT: black 0px;
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 30px;
    FONT-SIZE: 11px;
    LEFT: 0px;
    FLOAT: right;
    PADDING-BOTTOM: 200px;
    MARGIN: 0px 0px 0px 220px;
    BORDER-LEFT: medium none;
    WIDTH: 72%;
    COLOR: #000;
    LINE-HEIGHT: 1.5;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: black 0px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    POSITION: relative;
    TOP: 0px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none;
}
.imageheader
{
    MARGIN-TOP: 45px;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
}
.nomargin
{
    LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    POSITION: relative;
    TOP: 0px;
}
.highlightbox
{
    BORDER-RIGHT: #00cccc 1px dotted;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #00cccc 1px dotted;
    PADDING-LEFT: 10px;
    FONT-SIZE: 11px;
    BACKGROUND: #ccccff;
    PADDING-BOTTOM: 5px;
    MARGIN: 25px 0px 25px 20px;
    BORDER-LEFT: #00cccc 1px dotted;
    COLOR: #000099;
    LINE-HEIGHT: 1.5;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #00cccc 1px dotted;
    FONT-STYLE: normal;
    FONT-FAMILY: verdana, sans-serif;
    TEXT-ALIGN: left;
    FONT-VARIANT: normal;
}
.formtable
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 16px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px auto 0px auto;
    COLOR: black;
    LINE-HEIGHT: 1.5;
    PADDING-TOP: 0px;
    FONT-STYLE: normal;
    FONT-FAMILY: sans-serif, Verdana;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none;
    CURSOR: hand;
    height: 100%;
    background-color: #FFFFFF;
}

.discounttable
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 0px;
    MARGIN-TOP: 20px;
    MARGIN-LEFT: 50px;
    COLOR: black;
    LINE-HEIGHT: 1.5;
    PADDING-TOP: 0px;
    FONT-STYLE: normal;
    FONT-FAMILY: sans-serif, Verdana;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none;
    CURSOR: hand;
}


.coupontable
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 0px;
    MARGIN-TOP: 80px;
    COLOR: black;
    LINE-HEIGHT: 1.5;
    PADDING-TOP: 0px;
    FONT-STYLE: normal;
    FONT-FAMILY: sans-serif, Verdana;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    CURSOR: hand;
}
.formtablesmall
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: 11px/1.5 Verdana, sans-serif;
    COLOR: black;
    PADDING-TOP: 0px;
}
.submenu
{
    FONT: 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
}
.submenustyle
{
    FONT: 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #dddddd;
    TEXT-ALIGN: left;
}
.submenu UL
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none;
    LIST-STYLE-TYPE: none;
}
#submenu
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 0px;
    FONT: 10px/1.5 Verdana, Arial, Helvetica, sans-serif;
    PADDING-TOP: 10px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
}
#submenu UL
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none;
    LIST-STYLE-TYPE: none;
}
#submenu A
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 10px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #3399ff 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#submenu A:link
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 10px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #3399ff 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#submenu A:active
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 10px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #3399ff 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#submenu A:visited
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 10px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #3399ff 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#submenu A:hover
{
    BACKGROUND: #efefef;
    MARGIN: 0px;
    FONT: bold 10px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #1c64d1 6px solid;
    CURSOR: hand;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#submenu LI
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #33cccc 1px solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 175px;
    PADDING-TOP: 0px;
}
.leftmenu
{
    PADDING-RIGHT: 10px;
    MARGIN-TOP: 30px;
    PADDING-LEFT: 25px;
    FONT: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
    PADDING-TOP: 0px;
    TEXT-ALIGN: left;
}
.leftcolumn
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 25px;
    FONT: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
    MARGIN-LEFT: 50px;
    PADDING-TOP: 50px;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: left;
}
.leftmenu A
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    FONT: bold 12px/1.8 Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
.leftmenu A:link
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    FONT: bold 12px/1.8 Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
.leftmenu A:active
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    FONT: bold 12px/1.8 Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
.leftmenu A:visited
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    FONT: bold 12px/1.8 Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
.leftmenu A:hover
{
    BACKGROUND: #cccccc;
    FONT: bold 12px/1.8 Verdana, Arial, Helvetica, sans-serif;
    CURSOR: hand;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
#leftmenu
{
    PADDING-RIGHT: 10px;
    FONT: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
    PADDING-TOP: 30px;
    TEXT-ALIGN: left;
}
#leftmenu UL
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none;
    LIST-STYLE-TYPE: none;
}
#leftmenu A
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 12px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #cccccc 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#leftmenu A:link
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 12px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #cccccc 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#leftmenu A:active
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 12px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #cccccc 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#leftmenu A:visited
{
    DISPLAY: block;
    PADDING-LEFT: 7px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    FONT: bold 12px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: #cccccc 6px solid;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#leftmenu A:hover
{
    BACKGROUND: #efefef;
    MARGIN: 0px;
    FONT: bold 12px/1.9 Verdana, Arial, Helvetica, sans-serif;
    BORDER-LEFT: firebrick 6px solid;
    CURSOR: hand;
    COLOR: #003399;
    TEXT-DECORATION: none;
}
#leftmenu LI
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 175px;
    PADDING-TOP: 0px;
}
.rightpicture
{
    FLOAT: right;
    MARGIN: 0px 0px 15px 15px
}
.bluetable
{
    BACKGROUND-POSITION: center 50%;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #3366ff;
    TEXT-ALIGN: center;
}
.graytable
{
    BACKGROUND-POSITION: center 50%;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center;
}
.lightgraytable
{
    BACKGROUND-POSITION: center 50%;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ccccff;
    TEXT-ALIGN: center;
}
.loginheader
{
    MARGIN-TOP: 50px;
}
.toprow
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #003468;
}
.evenrow
{
    BACKGROUND-COLOR: lightgrey;
}
.error
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: red;
}
.highlight
{
}
.smallredbutton
{
    FONT-SIZE: 11px;
    COLOR: white;
    BACKGROUND-COLOR: red;
}
.smallbutton
{
    FONT-SIZE: 11px;
}
.label
{
    COLOR: white;
    BACKGROUND-COLOR: royalblue;
}
HR
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    HEIGHT: 5px;
    BACKGROUND-COLOR: white;
}

.main
{
    WIDTH: 1024px;
    height: 100%;
    BACKGROUND-COLOR: #ffffff;
    min-height: 100%;
}
.bodymain
{
    PADDING-LEFT: 0px;   
    WIDTH: 100%;
    height: 100%;
}
.yellowbutton
{
    background-color: yellow;
    margin-top: 20px;
    vertical-align: middle;
    font-size: 18pt;
}
.orangebutton
{
    background-color: orange;
    margin: 0px 0px -15px 10px;
    vertical-align: bottom;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
    float: right;
}
.orangebutton-center
{
    background-color: orange;
    margin: 0px 0px -15px 10px;
    vertical-align: bottom;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
}
.redbutton
{
    background-color:red;
    margin-top: 20px;
    vertical-align: middle;
    font-size: 18pt;
}
.carrierbutton
{
    background-color: yellow;
    margin-top: 2px;
    vertical-align: middle;
    font-size: 11pt;
    width: 250px;
    height: 30px;
}
.orangebutton-sm
{
    background-color: orange;
    margin-top: 0px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: 250px;
    height: 30px;
    padding: 5px 8px 5px 8px;
}

.rollover a 
{
display:block;
width: 350px;
padding: 27px 0px;
margin: 0px 0px 30px 0px;  
font: bold 28px sans-serif;
font-family:Verdana;
color:#000000;
background: url("../images/menubuttons.gif") 0 0 no-repeat;
text-decoration: none;
text-align: center;
}
.rollover a:hover 
{ 
background: url("../images/menubuttons.gif") 0 0 no-repeat;
color: #fff;
}
.rollover a:active 
{
background: url("../images/menubuttons.gif") 0 0 no-repeat;
color:#fff;
}

.rollover a:visited 
{
color:#000000;
}


.rollovermain a 
{
display:block;
width: 420px;
height: 30px;
padding: 30px 0px 10px;
margin: 0px 0px 20px 0px;  
font: bold 20px sans-serif;
font-family:Verdana;
color:#000000;
background: url("../images/kiosk_screen_center_up_button.jpg") 0 0 no-repeat;
text-decoration: none;
text-align: center;
}
.rollovermain a:hover 
{ 
background: url("../images/kiosk_screen_center_over_button.jpg") 0 0 no-repeat;
color: #000000;
}
.rollovermain a:active 
{
background: url("../images/kiosk_screen_center_over_button.jpg") 0 0 no-repeat;
color:#000000;
}

.rollovermain a:visited 
{
color:#000000;
}

.toprollover a 
{
display:block;
width: 150px;
padding: 3px 0px;
margin: 220px 30px 0px 30px;  
font: bold 17px sans-serif;
font-family: Verdana;
color:#FFFFFF;
/*background: url("../images/Kiosk_Screen_Home_Over_Button.jpg") 0 0 no-repeat;*/
text-decoration: none;
text-align: center;
background:#9f2628;
border-style:groove;
}
.toprollover a:hover 
{ 
/*background: url("../images/Kiosk_Screen_Home_Over_Button.jpg") 0 0 no-repeat;*/
color: #FFFFFF;
}
.toprollover a:active 
{
/*background: url("../images/Kiosk_Screen_Home_Over_Button.jpg") 0 0 no-repeat;*/
color:#FFFFFF;
}

.toprollover a:visited 
{
color:#FFFFFF;    
}

.leftcolumn
{
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 100%;
    LINE-HEIGHT: 1.5;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
}

.rightcolumn
{
    PADDING-BOTTOM: 0px;
    float:right;
    MARGIN: 0px;
    WIDTH: 400px;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
}

.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 60px 0px 0px 0px;
} 
.twoColFixRtHdr #faqcontainer { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 40 0 0 40; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 12px sans-serif;
	font-family: Verdana;	
}
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/HSheadergradient.gif);
	background-repeat: repeat-x;
	height: auto;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.loginmain
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 20px;
    PADDING-BOTTOM: 20px;
    MARGIN: 20px 0px 0px 35px;
    border: inset 2px #cccccc;
    WIDTH: 250px;
    PADDING-TOP: 10px;
    POSITION: static;
    HEIGHT: 140px;
    BACKGROUND-COLOR: #ffffcc;
    font: bold 14px sans-serif;
    font-family:Verdana;    
}
.splash-image
{
    margin-top: 50px;
    background-image: url(../images/chus-splashpage.jpg);
    background-position: center;
    background-repeat: no-repeat;  
    width: 1000px;
    height: 750px;
    display:block;
    margin-left:auto;
    margin-right:auto;       
}
.lower-image
{
    margin: 0 0 10 0; 
    text-align:left;
    width: 100%;
    background-position:center;
    background-repeat: no-repeat;
    height: 0px;
}

.navbuttons
{
    position: absolute;
    top: 340px;
    left: 900px;
}

.heading
{
    margin: 10px auto 10px auto;
    width: 750px;
}        

input[type="text"]
{
  border: 2px solid #ccc;
  border-radius: 5px;   

  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  font-size: 20px;
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
  
  /* The following is needed to make the rounded corners work in IE6-8. */
  behavior: url(pie/PIE.htc);
  position: relative;      
}

input[type="button"]
{
  border: 2px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.

  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;   */
  
  /* using a bigger font for demo purposes so the box isn't too small
  font-size: 20px; */
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
        
  /* The following is needed to make the rounded corners work in IE6-8. */
  behavior: url(pie/PIE.htc);
  position: relative;
}

input[type="submit"]
{
  border: 1px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 7px;
    
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;       
  
  /* The following is needed to make the rounded corners work in IE6-8. */
  behavior: url(pie/PIE.htc);
  position: relative;
}

.drag-handle
{ /*Overwrite default drag handle bar background color with below*/
background-color: #8F1919;
}
 
.cardnumber
{
    padding-top: 10px;
    /*font-weight: bold;*/
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 16px;
    text-align: left;
}

