﻿body
{
	text-align: left;
	font-size: 85%;
	padding: 0 2em;
	font-family: helvetica;
	background: #FFFFFF;
}

h1
{
	text-align: left;
	margin: .3em 0 -.3em 0;
	padding-left: .3em;
	color: white;
	font-weight: normal;
	font-size: 3em;
}

#container
{
	margin: auto auto;
	overflow: hidden;
	position: relative;
	width: 620px;
}

textarea
{
	width: 33em;
	background: white url(images/content_top.jpg) repeat-x;
}

#container ul
{
	position: absolute;
	top: 6em;

	left: 17em;
	text-align: left;
	color: Red;
	padding: 0 0 0 1em;
}

#success
{
	color: #008040;
}

#main
{
	position: relative;
width:620px;
	float: left;
	overflow: hidden;
	padding: 1em 1em;
	text-align: left;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomleft: 1em;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}

p small
{
	display: block;
}

#main img.loaderIcon
{
	width: 70px;
	position: absolute;
	top: 1em;
	left: 20em;
}

