@charset "utf-8";
body {font-family: "Arial Narrow", Arial, Helvetica, sans-serif;}
h1, h2, h3 {clear:both;}
#Container { max-width:960px; margin-top:20px; margin-left:auto; margin-right:auto; width:100%;}

input[type="radio"]+label {

position: static;
float: left;
margin::10px;
padding:9px;
cursor: pointer;
}
input:checked+label {
text-decoration:none; 
/*border-bottom:1px dashed; */
background:#aaa;

}
input[type="radio"]+label img {cursor: pointer;}
input[type="radio"] {
	display:none;}
	
	span {cursor:pointer; }
		.number{
			//margin:100px 30%;
		}

		input, select{
	height: 35px;
	font-size: 26px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 3px 3px;
	width: 100%;
	top: 7px;
	margin-top:15px;
position: relative;

		}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
padding-top: 20px;
}
h1 {
	font-size: 48px;
	color: #006;
}
h2 {
	font-size: 36px;
	color: #006;
}
h3 {
	font-size: 24px;
	color: #003;
}
#div { background-color:#FFFFE0;margin-top:30px; margin-bottom:20px; font-size:25px; font-family: "Arial Narrow", Arial, Helvetica, sans-serif;}
#div span {font-weight:bold; color:#900; font-size:35px;}
div {margin-top:30px;}/* CSS Document */
input[type="submit"] {
border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border: 1px solid #0088FF;
    text-transform: uppercase;
    background-color: #0088ff;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
