@charset "utf-8";
body {
	background-color: #3f3f3f;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	padding-right: 10px;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

img, div { behavior: url(/css/iepngfix.htc) }

#footer {
	text-align: center;
	width: 99%;
	bottom: 0;
	height: 10px;
	font-size: small;
}
content {
	height: 600px;
	width: 1000px;
	padding-top: 500px;
}
.content {
	margin-top: 40px;
	position: relative;
	bottom: 10px;
}
.languages {
	padding-left: 50px;
	padding-right: 50px;	
}

.clearall { clear: both;
	height: 20px; 
}
#languages {
	height: 20px;
	width: 125px;
	float: right;
	margin-top: 0px;
}
#maincontent {
	height: 530px;
	width: 980px;
	margin-top: 60px;
	position: relative;
}
#maincontent #text-left {
	width: 320px;
	height: 530px;
	background-color: #636466;
	z-index: 3;
	margin-left: 20px;
	margin-right: 30px;
}
#maincontent #photos-right {
	height: 530px;
	width: 450px;
	background-color: #636466;
	z-index: 2;
	float: right;
	margin-right: 90px;
}
#maincontent #photos-right textarea {
	width: 400px;
	height: 360px;
	background-color: #666666;
	border-color: #666666;
}
.lastname {
	background-color: #666666;
	border-color: #666666;
}
#maincontent #photos-right #button {
	background-color: #666666;
}
#maincontent #photo {
	float: right;
	background-color: #FF00FF;
	width: 500px;
	height: 271px;
	z-index: 100;
}
#result-container {
	height: 530px;
	width: 600px;
	background-color: #676767;
	margin-right: auto;
	margin-left: auto;
}
.messages {
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.main-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
}
	
#reply {
	margin-left: 30px;
	padding-top: 30px;
}
#message-sent {
	margin-left: 30px;
	margin-top: 30px;
}
#hanging {
	position: absolute;
	top: -100px;
	z-index: 200;
	right: 0px;
}
