/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
	text-align: center;
	background: #FEC0E3;
	font-size: 0.8em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #4080C9;
}

p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

#errorContainer {
	width: 150px;
	float: left;
}
#errors {
	float: left;
}
ul#errors {
	margin-left: 30px;
}

#rt {
	width: 350px;
	float: left;
}

#content {
	width: 600px;
	min-height: 500px;
	_height: 500px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	background: url(content-bg.gif) no-repeat center top;
}
#below {
	overflow: hidden;
	background: url(ribbon.gif) no-repeat top right;
	width: 400px;
	height: 400px;
	clear: left;
}
#content .wrapper {
	margin: 20px;
	padding-top: 20px;
}
fieldset {
	border: none;
}
ol, ol li {
	margin: 0;
	padding: 0;
}

ol li {
	list-style: none;
	clear: left;
	padding-top: 5px;
}

label {
	font-weight: bold;
	color: #4080C9;
}

img.fancy {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #FFF;
}

h1 {
	color: #fe7dc6;
	font-size:20px;
}

input.textbox, textarea {
	color: #555;
	border: 1px solid;
	border-color: #7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	background: #FFF url(form-textbox-bg.gif) no-repeat top left;	
}

input.submit {
	float: right;
}

label {
	display: block;
	float: left;
	width: 125px;
	padding: 4px;
}
label.error {
	display: inline;
	float: none;
	width: auto;
	color:#FF0033;
	font-size: 0.8em;
}


.clearfix:after {
content:".";
display:block;

height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */