/*
 * Global reset
 */

html { font-size: 100%; /* IE hack */ }

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, dt, dd, li, address, dd, dtm, div, td, th, hr
{
	margin:0;
	padding:0;
}

ul,li
{
	list-style-type: none;
}

body
{
	font: 62.5% Helvetica,Arial,Tahoma,Verdana,Helvetica,sans-serif;
	background-color: white;
}

/*
 * Layout
 */

h1.error
{
  width: 100%;
	height: 40px;
	text-align: center;
}

.message_block
{
	margin: 200px auto 0 auto;
}

.message_block p
{
  width: 100%;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	padding-bottom: 10px;
	text-align: center;
}

.message_block .content
{

}