@charset "utf-8";
#container {
	background-image: url(../images/contact/cntnr_bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* CSS Document */

#right {
	float: right;
	height: 390px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
	color: #9933CC;
	padding-right: 30px;
	text-align: justify;
	padding-top: 50px;
}
#left {
	float: left;
	height: 440px;
	width: 150px;
	text-align: justify;
}
#left p {
	font-size: 1em;
	line-height: 1.4em;
	color: #9933CC;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#smiley {
	float: left;
	width: 115px;
	height: 120px;
}
#smiley:hover {
	float: left;
	width: 115px;
	height: 120px;
	background-image: url(../images/contact/smiley24px.gif);
	background-repeat: no-repeat;
	background-position: 57px 18px;
	cursor: help;
}
.dk_blue {
	font-weight: bold;
}
#submit {
	text-align: right;
	padding-right: 85px;
}
.label {
	text-align: right;
}

