*{
	margin:0;
	padding:0;
	list-style:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Times New Roman", Georgia, Serif;
}
a{
	text-decoration:none;
}
h2{
	color:#FFFF4D;
	text-shadow: 0px 3px 1px #FF0000;
}
input{
	background: #f5f5f5;
	font-size: 1.2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding:5px;
	width: 80%;
	margin-bottom:5%;
	box-shadow: inset 6px 6px 3px rgba( 0, 0, 0, 0.2 );
}
input:focus{
	background: #fff;
	box-shadow: 0 0 0 2px 0, inset 0 1px 2px rgba( 0, 0, 0, 0.2 ), 0px 2px 2px rgba( 0, 0, 0, 0.15 );
	outline: none;
}
button{
	color:#f5f5f5;
	background: #BFDBE6;
	background-image: -webkit-linear-gradient(top, #BFDBE6, #2A88AD);
	background-image: -moz-linear-gradient(top, #BFDBE6, #2A88AD);
	background-image: -ms-linear-gradient(top, #BFDBE6, #2A88AD);
	background-image: -o-linear-gradient(top, #BFDBE6, #2A88AD);
	background-image: linear-gradient(to bottom, #BFDBE6, #2A88AD);
	font-size: 1.0rem;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid grey;
	padding:5px;
	width: 40%;
	margin-bottom:5%;
	font-weight:bold;
}
button:hover{
	cursor:pointer;
	background: #509769;
	background-image: -webkit-linear-gradient(top, #509769, #92FEB8);
	background-image: -moz-linear-gradient(top, #509769, #92FEB8);
	background-image: -ms-linear-gradient(top, #509769, #92FEB8);
	background-image: -o-linear-gradient(top, #509769, #92FEB8);
	background-image: linear-gradient(to bottom, #509769, #92FEB8);
	border: 1px solid grey;
}
.wrapper{
	margin:0;
	border:0;
	//border:2px solid green;
	padding:0;
	width:100%;
	height:auto;
	position:relative;
}

.container{
	margin:.1% auto;
	border:0;
	//border:1px solid red;
	box-shadow: 0px 0px 10px 2px grey, inset 3px 5px 5px rgba( 0, 0, 0, 0.1 ), 0px 2px 2px rgba( 0, 0, 0, 0.15 );
	padding:0;
	width:80%;
	clear:both;
}

/*header Container*/
#header{
	width:100%;
	margin:0;
	//border:1px solid black;
	padding:0;
	float:left;
	background-color:#2A88AD;
}
#hd_lftop{
	margin:0;
	//border:1px solid yellow;
	padding:0;
	width:70%;
	margin:0 0 0 15%;
	float:left;
}
#hd_lftop img{
	width:100%;
}
#hd_rhtop{
	float:right;
	height:25px;
	/*border:1px solid yellow;
	border-radius:20px 0 0 0;
	background-color:#D9464B;
	position: relative;
	z-index: 1;
	box-shadow :0 5px 10px rgba(0, 0, 0, 0.7);*/
}
#hd_rhtop ul{
	//list-style-image: url('../img/icon_home.gif');
    margin: 0;
    padding: 0;
}
#hd_rhtop ul li:first-child{
	float:left;
}
#hd_rhtop ul li{
	float:left;
}
#hd_rhtop ul li a{
	display:block;
	font-size:14px;
	//line-height:25px;
	height:25px;
	text-align:center;
	padding:5px;
	color:#F5F5DB;
}
#hd_rhtop ul li a:hover{
	color:#660029;
	/*border-radius:20px 0 0 0;
	background-color:#AE383C;*/
}

/*Footer Container*/
#footer{
	text-align:center;
	background-color:#B20000;
	margin:0;
	padding:0.5%;
	color:yellow;
}