#main_content {
        position:relative;
        float:right;
        right: 56px;
        width:445px;
        padding: 2px 76px 0 39px;
        margin-bottom:10px;
        color: #ccc;
        background:#000 url(/images/bg/main.gif) top left no-repeat;

        font-size: 1.1em;
}

form {
	margin: 1em 0 2em 0;
}

form label {
	float: left;
	width: 100px;
}

form input, form textarea, form select {
	float: left;
	margin: 12px 0 0 20px;
}

form input, form textarea, form select {
	width: 200px;
	
	color: #fff;
	background: #000;
	border: 1px solid #808080;
}

form textarea {
	height: 100px;
}

form input.submit {
	clear: left;
	width: auto;
	margin-left: 120px;

	padding: 6px 11px;
	border: 1px solid #000;
	background: #0242ac;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	font-weight:bold;
}

.error h4 {
	margin: 1em;
	color: #990000;
}

.error ul {
	width: 80%;
	padding-bottom:1em;
	border-bottom: 1px solid #222;
}

br {
	clear: both;
	}
