﻿body, html {padding:0; margin:0;}

  #dwTopDiv{
  width:185px;
  height:219px;
  margin:0;
  padding:17px 12px 15px 12px;
  border:none;
	font: normal 11px verdana, arial, helvetica, sans-serif;
background: #316ec4; /* Old browsers */
background: -moz-linear-gradient(top,  #316ec4 0%, #07345b 83%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316ec4), color-stop(83%,#07345b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #316ec4 0%,#07345b 83%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #316ec4 0%,#07345b 83%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #316ec4 0%,#07345b 83%); /* IE10+ */
background: linear-gradient(to bottom,  #316ec4 0%,#07345b 83%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316ec4', endColorstr='#07345b',GradientType=0 ); /* IE6-9 */

  }  
  #dwTopDiv h3 {
      font:bold 15px Arial, Helvetica, sans-serif;
	  color:#FFF;
	  text-shadow: 1px 1px 3px #000;
	  text-align:center;
	  margin:-8px -5px 10px -5px;
	  padding:0;
  }
  #dwForm{
  }
  #dwForm>div{
	  overflow:hidden;

  }
  
  .newArrow {
	border:solid 1px #4e4e4e;
	border-radius:4px;
	background:  url(/images/selectArrow.png) no-repeat right #F9F8F2; /* Old browsers */
	  	  margin:7px 0;
  }
  
  #dwForm select {
      width:205px; 
	  height:23px;
	  font-size:12px;
	  padding:3px 2px;
	  background: transparent;
		 border: 0;
   border-radius: 0;
      -webkit-appearance: none;
	  
  }
  #dwDate {
	  width:83px;
	  float:left; 
  }

  #dwDate select {
      width:120px;	   
  }

  #dwDays {
      width:90px;
	  	  float:right; 
	  }
  
  #dwDays select {
      width:125px;
	  
  }
  #dwBottomBox{
      text-align:left;
      margin-top:0px;
  }
  #dwBottomBox div.links{
      width:60%; 
  }
  #dwBottomBox div.links div{
      margin-top:2px;
  }
  #dwBottomBox div.links a{
      cursor:pointer;
	  font-weight:normal;
	  color:#6fd1ff;
	  font-size:10px;
  }
  #dwBottomBox div.links a:hover{
      text-decoration:underline;
  }
  #dwBottomBox div.button{
      float:right;
      padding-top:0px;
  }
  #dwGoButton{
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab4a), color-stop(1, #ff3c00) );
	background:-moz-linear-gradient( center top, #ffab4a 5%, #ff3c00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab4a', endColorstr='#ff3c00');
	background-color:#ffab4a;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:85px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 2px #805a1c;
cursor:pointer;	}
  #dwGoButton:hover{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3c00), color-stop(1, #ffab4a) );
	background:-moz-linear-gradient( center top, #ff3c00 5%, #ffab4a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c00', endColorstr='#ffab4a');
	background-color:#ff3c00;