﻿


#container
{
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 550px;
}

textarea
{
	width: 40em;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}

#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;

}

p small
{
	display: block;
}

#main img.loaderIcon
{
	width: 70px;
	position: absolute;
	top: 1em;
	right: 2em;
}

input {
border:1px solid #dedcdc;
}

small {
font-size:12px;
}

#submit {
margin-top:10px;
background:#f0efef;
height:30px;
cursor:pointer;
}

li {
color:#FF0000;
}

