body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	font-family: arial;
}

h2
{
	font-size: 16px;
	color: #ff0000;
}

#wrapper
{
	margin: 50px auto;
	width: 50%;
	border: 2px solid #dedede;
	padding: 40px;
}

#header
{
	background-color: transparent;
	margin: 0;
}

#content
{
	width: 100%;
	float: none;
}

#content img
{
	max-width: 100%;
}

form
{
	margin-top: 10px;
	margin-bottom: 10px;
}

label
{
	float: left;
	margin-right: 15px;
	width: 230px;
}

.formLine .inputContainer input
{
	width: 300px;
}

textarea
{
	width: 400px;
	height: 100px;
}

.formLine
{
	position: relative;
	margin: 10px 0;
}

.formLine .inputContainer{
	float: left;
}

.formLine .error
{
	color: #ff0000;
	font-size: 0.8em;
}

h3
{
	margin-top: 30px;
}

h4
{
	font-size: 14px;
	padding: 30px 0 10px 0;
}

.clear
{
	clear: both;
}

.buttonRow
{
	margin-top: 30px;
}

.link_button
{
	background:none!important;
	color:inherit;
	border:none;
	padding:0!important;
	font: inherit;
	font-weight: bold;
	cursor: pointer;
}

.box-option
{
	position: absolute;
	left: 530px;
	top: 4px;
}