﻿

#container
{
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 550px;
}

textarea
{
	width: 40em;
	

#container ul
{
	text-align: left;
	color: Red;
	padding: 0 0 0 1em;
}

#container ul li.success
{
	color: #292929;
}

#main
{
	position: relative;
	float: left;
	overflow: hidden;
	padding: 1em;
	text-align: left;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomleft: 1em;
	background-image: url(images/content_top.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

p small
{
	display: block;
}

#main img.loaderIcon
{
	width: 70px;
	position: absolute;
	top: 1em;
	right: 2em;
}
