/* CSS Document */

/* Copyright 2008.
------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
	width:100%;
	background:none;
}

#main {
	width:95%;
	background:none;
	border:none;
	padding:10px;
}

#content {
	padding:10px 0;
	min-height:50px;
}

ol{
	font-family:Arial, Helvetica, sans-serif;
}

#close {
	text-align:right;
	font-size:13px;
	margin:20px auto 5px auto;
	width:95%;
	background:url(../images/bg-header-bar.jpg) top left no-repeat;
	padding-top:15px;
}