*{
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/* Form */
form {
	width: 500px;
	margin-top: 10px;
}

label {
	display: block;
	margin-top : 5px;
	width: 100%;
	background-repeat: no-repeat;
}

img {
	border:0;
}

.blue {
	color: #b1673c;
	font-weight: bold;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1em;
	color:#999;
}

#footer {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-align: center;
}

#footer a{
	color: white;
}

#left {
	float: left;
	width: 535px;
	margin-left: 30px;
}

* html #left {
	float: left;
	width: 535px;
	margin-left: 15px;
}

#right {
	float: right;
	width: 300px;
	margin-right: 25px;
}

#right #float img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #b1673c;
}


#right p {
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}

* html #right {
	float: right;
	width: 300px;
	margin-right: 14px;
}

#content_open {
	background: url(../images/contentopener.gif) no-repeat;
	width: 918px;
	height: 20px;
}

#content {
	background: url(../images/bgd_content.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

#content_close {
	background: url(../images/contentcloser.gif) no-repeat;
	width: 918px;
	height: 20px;
}


