*{
  	behavior: url("/scripts/boxsizing.htc");
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	background: #313eb0 url('/media/bg.png') top center repeat-x;
}

img {
	border: 0px;
}

a:link,
a:visited,
a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
}

h1 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.input {
	float: left;
	width: 240px;
	height: 24px;
	background: url('/media/bg_input.png') top left no-repeat;
}

.input_text{
	width: 230px;
	height: 28px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background: none;
	border: 0px none;
	padding-top: 3px;
	padding-left: 4px;
}

.textarea {
	width: 230px;
	height: 95px;
	border: 0px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	background: none;
	border: 0px none;
	padding-top: 3px;
	padding-left: 4px;
}

.textarea_bg {
	width: 240px;
	height: 104px;
	background: url('/media/bg_textarea.png') top left no-repeat;
}

.label {
	text-align: left;
	font-weight: bold;
}

#layAll {
	text-align: center;
	margin: 0 auto;
	width: 380px;
}

#layTop {
	width: 380px;
	height: 115px;
	text-align: center;
}

#layMain {
	width: 380px;
	text-align: center;
	line-height: 20px;
}
