
@charset "utf-8";
/* CSS Document */

/* RESERVATIONS */
#top_wrapper #green_container #res-form{
    color: #808080;
    width: 310px;
    float: left;
    border: 1px solid #d7dada;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

#res-form-top2 					{
    padding: 15px;    
}
#res-form-top2 h2				{padding-top: 25px; margin-bottom: 30px; text-align: center; color: #555; font-size: 24px; font-weight: bold;}


.dep-header						{background: url(../images/departures-icon.png) no-repeat; padding-left: 25px; font-size: 14px; padding-top: 2px;}
.arr-header						{background: url(../images/arrivals-icon.png) no-repeat; padding-left: 25px; font-size: 14px; padding-top: 2px;}
.res-type						{width: 120px;}
#departures						{float: left;}
#arrivals						{float: right;}
.res-type a						{background: url(../images/orange-button-slice2.png) repeat-x 0px -36px; display: block; height: 25px; width: 120px; margin-top: 10px; text-align: center; color: #623e03; font-weight: bold; font-size: 16px; padding-top: 8px; border: 1px solid #eea200 }
.res-type a:hover				{text-decoration: none; background-position: 0px 0px; color: #623e03;}

#res-form-middle .button		{display: inline-block; background: url(../images/green-strip.png) repeat-x; height: 21px; border: 1px solid #CCCCCC; padding: 8px 5px 0px;}
#res-form-middle a.button		{color: #ffffff;}

.freq-rider2		{width: 120px; height: 24px; margin-top: 10px; background: url(../images/freq-rider2.jpg) no-repeat 0px -36px; display: block; text-align: center; color: #808080; text-shadow: 0px 1px 0px #fff; font-size: 14px; border: 1px solid #cccccc; padding-top: 10px; font-weight: bold;}
.freq-rider2:hover				{background-position: 0px 0px; text-decoration: none; color: #808080;}

.freq-rider2	a:link	{ color: #808080; text-decoration: none;}
.freq-rider2 a:hover				{ text-decoration: none; color: #808080;}



#point						{float: left;}
#quote						{float: right;}


#specials2						{width: 320px; height: 68px; background: url(../images/specials-new-hover4.png) no-repeat 0px 0px; display: block; text-align: center; font-size: 14px; font-weight: bold; padding-top: 20px;}
#specials2 a						{color: #b07619; text-shadow: 0px 1px 0px #fdf0db;}
/*#specials2 a:hover				{color: #fdf0db; text-shadow: 0px 1px 0px #fdf0db;}*/
#specials2:hover					{background-position: 0px -88px;}
#specials2 #username {
    position: relative; left: 0px; top: 20px;}

#specials2	 #go-res-home-button { position: relative; top: 28px; left: 0; }

#res-form #specials3 {width: 320px; height:120px; 
                      background: url(../images/specials-new-hover4.png); 
                      background-repeat:no-repeat; display: block; text-align: left; font-size: 14px; font-weight: bold;}


#res-form #specials3 #spacer { height: 20px;}
#res-form #specials3 #username { font-weight: bold; }

#res-form #specials3	 #go-res-home-button { position: relative; top:7px; left: 0; }

#res-form #specials3 .group_field { padding-top: 2px; padding-bottom: 1px; }

.res-form-middle .input_wrapper{
    width: 100%;
}