@charset "utf-8";
/* CSS Document */
html, body, div, span, h1, p, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#111 url("background.jpg") no-repeat;
	background-attachment:fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	overflow-x: hidden;
	margin:0 auto;
	color:#111;
	background-size:100% 100%;
	background-position: left top;
    background-repeat: no-repeat;
}

a{
	color: #aa0a0a;
	text-decoration: none;
}

h1, .h1 {
font-size: 26px; 
margin-bottom: 10px;
}

p{
margin-top: 5px;
margin-bottom: 10px;
text-align:center;
}


select{
	background-color:#fff !important;
}

#main-tool{
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #868f99 0%, #efefef 80px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868f99), color-stop(80px,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #868f99 0%,#efefef 80px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #868f99 0%,#efefef 80px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #868f99 0%,#efefef 80px); /* IE10+ */
	background: linear-gradient(to bottom,  #868f99 0%,#efefef 80px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868f99', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	max-width: 500px;
	margin: 100px auto 20px;
	padding: 50px;
	opacity: 1;
}

.center{
	text-align:center;
}

.text-area{
	font-weight: bold;
	font-style: italic;
	margin: 10px; 
	color: #FF8000; 
	padding-bottom: 5px; 
	text-align: center; 
	display: block;
}