body{
	font-family:Verdana;
	background:#fff;
}

#master{
	width:528px;
	border:1px solid #bdbcac;
	margin:200px auto 0;
	min-height:200px;
	background:#E7E5E0 url('gfx/box_back.gif') repeat-x;
}

#logo{
	float:right;
	margin:22px 10px 0 0;
}

.clear{
	clear:both;
}

#errorTitle{
	margin:15px 0 15px 35px;
}

h1.title{
	margin:0px;
	padding:0px;
	display:inline;
	color:#0071B9;
	font-size:15px;
	font-weight:bold;
}

h2.title{
	margin:0px;
	padding:0px;
	display:inline;
	color:#302F20;
	font-size:15px;
	font-weight:bold;
}

#errorContent{
	font-size:11px;
	vertical-align:top;
}

.content{
	padding:10px;
	line-height: 18px;
}

p{
	margin:0px;
}

a img{
	border:0px;
}

a{
	text-decoration:underline;
	color:#000;
}

a:hover{
	text-decoration:none;
	color:#000;
}