/*General*/
html {
	text-align: center;
}

body {
	padding: 0px; 
	margin: 0 auto; 
	width: 100%; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #0f2d51;
	color: #FFF;
}

table { border-spacing: 0px; border-collapse:collapse;} /* cellspacing */

th, td { padding: 0px; } /* cellpadding */

div, p, a, li, td { -webkit-text-size-adjust:none; } /*Prevents iOS font-resizing*/ 

sup, sub {
	vertical-align: baseline;
	position: relative;
	/*top: -0.4em;*/
	top: -0.6em;
}

sub { 
	top: 0.4em; 
}

p { 
	margin: 0px; 
	padding: 0px;
}





/*Content*/

#main_form_wrapper {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	width: 450px;
}

#main_form_wrapper_inner {
	text-align: left;
}

h1 {
	padding: 0px 0px 25px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.5em;
	vertical-align: middle
}

#header {
	overflow: hidden;
	padding: 10px 0px 15px 0px;
	text-align: right;
	border-bottom: 5px solid #ee7822;
}

#header_inner {
	/*height: 50px;*/
}

#header #left_header {
	width: 26%;
	float: left;
	position: relative;
	text-align: center;
}

#header #right_header {
	width: 72%;
	float: right;
	position: relative;
}

#headline {
	padding: 12px 0px 12px 0px;
}

.individual_input_wrapper {
	padding: 0px 0px 25px 0px;
}

.individual_input_wrapper input[type=text]{
	width: 90%;
	height: 30px;
	font-size: 1.35em;
	text-indent: 8px;
}

#category_wrapper {
	padding: 0px 0px 25px 0px;
}

.error {
	/*color: #DD0000;*/
	color: #ee7822;
	font-weight: bold;
}

.required {
	/*color: #DD0000;*/
	color: #ee7822;
	font-weight: bold;
}

.small_message {
	padding: 0px 0px 10px 0px;
	font-size: .8em;
}

#content_wrapper {
	/*padding: 5px;*/
	padding: 0px;
	margin: 0px;
}

.short_message {
	padding: 0px 0px 25px 0px;
	font-size: 1em;
}

.confirm_message {
	padding: 12px 0px 12px 0px;
	font-size: 1em;
}

.error_message {
	font-weight: bold;
	/*color: #DD0000;*/
	color: #ee7822;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
