@charset "utf-8";

h1 {
	font-size:1.8em;
	line-height:1.2em;
}

h2 {
	font-size:1.6em;
	line-height:1.2em;
}

h3 {
	font-size:1.2em;
	line-height:1.2em;
}

h4 {
	font-size:1.2em;
	line-height:1.2em;
}

dfn {
	font-style:normal;
}
legend {
	color: #333;
	padding: 2px 4px;
	border:1px solid #ddd;
	margin: 0;
	-moz-border-radius:3px;
	-ms-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#eee;
}
input[type=text], textarea {
	-moz-border-radius:3px;
	-ms-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	outline:none;
	border:1px solid #8499a4;
}
input[type=button],input[type=submit], button, select {
	-moz-border-radius:5px;
	-ms-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	outline:none;
	border:2px solid #8499a4;
	background: #00387e;
	color:#fff;
	text-align:center;
}

fieldset {
	border:1px solid #ddd;
	margin: 0;
	padding: 5px;
	overflow: visible;
	position: relative;
	-moz-border-radius:5px;
	-ms-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#eee;
}
form {
	padding:0;
	margin:0;
	border:none;
	outline:0;
}
