body {
}

a:visited {

}

a:hover[name][href] {
	text-decoration: underline;
}

li {
	line-height: 120%;
}

dl {
	padding: 0 1em;
}

dd {
	padding-bottom: 0.5em;
}

form p {
	text-align: center;
}
/* id */

#header {
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	padding: 0.5em 1em 0.5em 1em;
	width: 80%;
	text-align: left; /* for IE */
}

	#contents {
		line-height: 1.5em;
	}
	
		#contents li {
			line-height: 1.5em;
		}

#footer p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 28px;
	font-family:Impact,Charcoal;
}

select{
    -webkit-appearance: button;
    -moz-appearance: button;
-moz-appearance:button; -webkit-appearance:button; -o-appearance:button; -ms-appearance:button;
    appearance: button;
    border-radius:6px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-indent: 1em;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    background:#F90 url(arrow.png) no-repeat;
    background-size:16px 45px;
    background-position: right center;
}

input{
    border-radius:6px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color:#FFF;
    background:#F00;
    border: none;
    cursor: pointer;
    box-shadow:rgba(000, 000, 000, 0.3) 3px 3px 3px;
    -webkit-box-shadow:rgba(000, 000, 000, 0.3) 3px 3px 3px;
    -moz-box-shadow:rgba(000, 000, 000, 0.3) 3px 3px 3px;
}

	input:hover {
		position:relative;
		top:2px;
		left:2px;
 	   box-shadow:rgba(000, 000, 000, 0.3) 0px 0px;
		-webkit-box-shadow:rgba(000, 000, 000, 0.3) 0px 0px;
		-moz-box-shadow:rgba(000, 000, 000, 0.3) 0px 0px;

	}
