/* CSS Document */

body{
	font-family:"Trebuchet",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size:76%;
	margin:22px 0 0 0;
	padding:0;
	text-align:center;
	background-color:#fff;
	text-decoration:none;
	text-align:center;
}

#splashBg{
	margin:0 auto;
	width:800px;
	height:600px;
	background:url("../images/splash_bg.jpg") top left no-repeat;
	padding-top:370px;    
}

#splashText {
	text-align:center;
	color:#0a82a5;
	font-size:1.5em;
}
.boldText{font-weight:bold;}

#chooseForm
{
  width: 390px;
  text-align:center;
  height: 98px;
  display: block;
  padding: 30px 0px 0px 50px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:340px;
  height:50px;  
}
html>body #chooseForm 
{
  width:340px;
  height:50px;  
}

.chooseFormselect
{
  width: 232px;
  height: 21px;
  /*display: block;*/
  margin-bottom: 4px;
  border: 1px solid #7f9db9;
}
.chooseForminput
{
  width: 45px;
  height: 46px;
  background: transparent url("../images/splash/btn_go.gif") top left no-repeat;
  border: none;
  color: transparent;
  cursor: pointer;
}
.chooseSelect
{
  display: block;
  width: 245px;
}
.chooseSubmit
{
  display: block;
  width: 45px;
  margin-top: 2px;
}