/*************************
	Global Settings
**************************/
html,body	{color: #666666; font-family: Arial,Tahoma,Helvetica; font-size: 12px; background-color: #DFDFC0; margin: 0; height: 100%;}
td,th		{color: #666666; font-family: Arial,Tahoma,Helvetica; font-size: 12px;}

a:link, a:visited	{color: #666666; text-decoration: underline;}
a:active, a:hover	{color: #000000; text-decoration: underline;}

.clear-both		{clear: both; font: 1px Arial; width: 0; height: 0;}



/*************************
	Page Layout
**************************/
#body		{width: 600px; height: 100%; margin: auto; vertical-align: middle;}
#content	{border: 1px solid #B2B2B2; background: #FFFFFF;}
#message	{width: 330px; padding: 30px 30px 50px 30px; text-align: center;}



/*************************
	Buttons
**************************/
div.button	{padding-bottom: 30px;}

	/**********/

ul.button {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.button li {
	display: inline;
	margin: 0 2px;
	padding: 5px 0 5px 3px !important;
	padding: 0 0 0 3px;
	background: url(img/bg_button.gif) no-repeat 0 0;
}
ul.button li a {
	padding: 5px 26px 5px 19px;
	background: url(img/bg_button.gif) no-repeat right 0;
}
ul.button li a:link, ul.button li a:visited	{color: #FFFFFF; text-decoration: none;}
ul.button li a:active, ul.button li a:hover	{color: #FFFFFF; text-decoration: none;}



/*************************
	Message 404
**************************/
div.msg-404 {
	padding-bottom: 30px;
	font-size: 18px;
}

