* {
	margin: 0;
	padding: 0;
}

html {
	background: #FFF url(../images/layout/bkg.jpg) top center repeat-x;
	text-align: center;
}

body {
	color: #666;
	font: 13px "Undotum", "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Verdana", sans-serif;
	margin: auto;
	text-align: left;
	width: 900px;
}

a {
	color: #C00;
}

	a img {
		border: 0;
	}
	
hr {
	clear: both;
	display: none;
	visibility: hidden;
}

div.clear {
	clear: both;
}

#user {
	color: #999;
	position: absolute;
	font-size: 11px;
	line-height: 13px;
	margin-top: 43px;
	margin-right: 15px;
	text-align: right;
	width: 865px;
}
#user a {
	color: #fff;
	text-decoration: none;
}

	#user strong {
		color: #fff;
		font-size: 12px;
	}
	
	#user span {
		display: block;
	}
	
	#user li {
	    list-style: none !important;
	}

#error-feedback {
    background: #C00;
    border: 1px solid #A00;
    display: block;
    line-height: 13px !important;
    color: #FFF;
    padding: 10px 8px;
    width: 646px !important;
}

#success-feedback {
    background: #FFF;
    border: 1px solid #9C0;
    display: block;
    line-height: 13px !important;
    color: #333;
    padding: 10px 8px;
    width: 646px !important;
}
