@charset "utf-8";
body {
	background-color: #333333;
	background-image: url(images/bg_tile.png);
	background-repeat: repeat;
}
#container {
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#page {
	background-color: #2f2f2f;
	width: 400px;
	position: relative;
	left: 0px;
	top: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	background-image: url(images/pagebg.png);
	background-repeat: no-repeat;
	background-position: 225px -10px;
}
#page #title {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #1d1d1d;
}
#page .text {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
}
#page .text p {
	padding: 0px;
	margin: 0px;
}
#page .heading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1d1d1d;
	padding: 5px;
}
#page .text .current {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#page #social {
	position: absolute;
	top: 10px;
	right: -50px;
	width: 40px;
	background-color: #1d1d1d;
	padding: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	
}
#page #social ul {
	list-style-type: none;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#page #social ul li {
	position: relative;
	left: 0px;
	top: 0px;
}
#recaptcha     {
	padding: 5px;
	height: 129px;
	width: 318px;
	position: absolute;
	right: -5px;
	top: 150px;
}


.tooltip     {
	position: absolute;
	left: 50px;
	top: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	padding: 5px;
	display: none;
}

.clear {
	clear: both;
}
#footer {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
.portfolio {
	margin: auto;
	height: 100px;
	width: 100px;
	text-align: center;
	float: left;
}
.text table td {
	background-color: #222;
}
