body
{
	font-family: "trebuchet ms";
	font-size: 12px;
}

body, ul, h1, h2, p, form
{
   	margin: 0;
   	padding: 0;
	border: 0;
}

#top, #header, #content_right
{
	display: none;
}

#content_left
{
	width: 460px;
}

#footer
{
	clear: both;
	padding-top: 50px;
	font-family: "lucida console";
	font-size: 11px;
}

h1
{
	padding-top: 20px;
	font-size: 20px;
	color: #000000;
}

h2
{
	padding-top: 20px;
	margin-bottom: -20px;
	font-size: 14px;
	color: #000000;
}

p
{
	padding-top: 20px;
}

a
{
	color: #3a7dcb;
}

#message_success, #message_failure
{
	font-weight: bold;
	padding: 5px;
	padding-left: 55px;
	margin-top: 20px;
	padding-right: 10px;
}

#message_success
{
	border: 1px dotted #3a7dcb;
	color: #3a7dcb;
	background: transparent url(message_success.gif) no-repeat;
}

#message_failure
{
	border: 1px dotted #ff9d00;
	color: #ff9d00;
	background: transparent url(message_failure.gif) no-repeat;
}

.thumbnail
{
	background-color: orange;
	margin-top: 30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.thumbnail img
{
	border: 0;
}