/****************** GENERAL STYLES ******************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin:0;
	padding:0;
	font-style: normal;
	font-variant:normal;
	font-weight: normal;
	font-size: inherit;
	line-height: normal;
	background:#333;
}
img {
	border:0;
	margin:0;
	float:left;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	margin:0 0 15px 0;
	clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/******************LAYOUT******************/

#wrap {
	width:966px;
	height:467px;
	position:relative;
	background:url(splash/bg_splash.jpg) no-repeat;
	margin:100px auto 0 auto;
}

#data_splash {
	width:230px;
	height:63px;
	position:absolute;
	top:220px;
	left:480px;
}
#imput_area {
	width:100%;
	height:27px;
	clear:both;
	margin:4px 0 0 0;
}

/******************STYLES******************/

.alert { font-size:9px;}

#data_splash h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	display:block;
	margin:0;
}
#imput_area select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#171411;
	width:245px;
	padding:3px 3px 3px 4px;
	height:22px;
}

#imput_area {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

select#location {
	border:solid 1px #666;
	background-image: url(splash/bg-input.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:22px;
}

input#5nov {
	border:solid 1px #CCC;
	background-image: url(splash/bg-input.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

input#enter {
		margin-left:4px;
}

a {
	display:block;
	text-decoration:none;
	color:#5F9416;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:4px;
}

a:hover {
	background:#5F9416;
	color:#FFF;
	-moz-border-radius:5px;
}

