@charset "utf-8";
@import url("includes/reset.css");
@import url("includes/default.css");
@import url("style.css");

body {
	font-size: 11px;
	margin:0;
	padding:0;
	background:#e9dfc6;
}

h1 {
	display:block;
	width:100%;
	font-size: 20px;
	color: #c33e0c;
	padding-bottom:6px;
	margin-top: 0;
	margin-bottom:16px;
	border-bottom:#f48635 solid 2px;
}

#container {
	margin:24px;
}

#header {
	background-color: #fff;
	padding:2%;
	border-radius:15px 0 0 0;
	-moz-border-radius:15px 0 0 0;
	-webkit-border-radius:15px 0 0 0;
	margin-top:36px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	text-align:center;
}

#inputArea {
	background-color: #fff;
	padding:2%;
	border-radius:0 0 15px 0;
	-moz-border-radius:0 0 15px 0;
	-webkit-border-radius:0 0 15px 0;
	margin-left:auto;
	margin-right:auto;
}

label {
	font-size:14px;
	font-weight:bold;
}

input[type='text'], input[type='password'] , select, textarea {
  text-transform: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  margin-bottom:12px;
  padding:4px;
}

input[type='button'] {
	margin-top:12px;
	width:100px;
	font-size:11px!important;
	font-weight:bold;
}

.smallbox {
	width:310px;
}

.bigbox {
	width:720px;
}

.clear {
	clear:both;
}
