body {
	background:url(images/backgound.png) repeat;
	font-family:Tahoma, Arial, Cambria, sans sherif;
	margin:0;
	height:100%;
}

#container {
	width:600px;
	height:100%;
	margin:0 auto;
	position:relative;
}

#container .inner {
	height:400px;
	width:600px;
	position:absolute;
	top:50%;
	margin-top:-200px;
	
}

.header {
	background:#DDD;
	padding:25px 40px;
	border:5px solid #3A3A3A;
	border-bottom:1px solid #999;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.header .external {
	float:right;
}

.external ul li {
	list-style:none;
	display:inline;
}

.content {
	padding:20px 120px 30px 55px;
	height:200px;
	background:#fff;
	border:5px solid #3A3A3A;
	border-top:none;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.content > p{
	font-size: 0.6em;
   	margin-top: 0;
    	text-align: justify;	
}

.content h2 {
	margin-top:0px;
	font-weight:normal;
	color:#656565;
}

.content ul {
	margin-top:0px;
	padding-left:0px;
	
}

.content ul li {
	padding-left:25px;
	list-style:none;
	background:url(images/link-button.png) no-repeat;
	background-position:0 65%;
	margin-bottom:10px;
}

.content ul li a {
	color:#AEB3B5;
	font-size:14px;
	text-decoration:none;
}

.content ul li .plain-text {
	color:#AEB3B5;
	font-size:14px;
	text-decoration:none;
	margin:0;
	padding:0;
}

.content ul li a:hover {
	text-decoration:underline;
}

.content .left {
	float:left;
}

.content .right {
	float:right;
}

.content .extra {
	clear:both;
	padding-top:20px;
}

.extra ul {
	margin-left:-3px;
}

.extra ul li {
	display:inline;
}

.extra .info {
	margin-right:89px;
	background:url(images/link-button-info.png) no-repeat 0 15%;
	padding-left:30px;
}

.info .phone {
	width:200px;
	font-size:14px;
	margin:0;
	color:#AEB3B5;
}

.extra .mess {
	background:url(images/link-button-mess.png) no-repeat 0 15%;
	padding-left:30px;
}

.footer {
	padding-top:10px;
}

.footer .copy {
	color:#FFF;
	text-align:center;
	font-size:12px;
}


.contact-form {
	width:200px;
	margin:0;
}

.contact-form .watermark {
	font-style:italic;
	font-family:"Times new roman";
	color:#828282;
}

.contact-form input {
	margin-bottom:10px;
	width:150px;
}

.contact-form .send {
	width:119px;
	height:32px;
	background:url(images/button-normal.png) no-repeat;
	border:none;
}

.contact-form .send:hover {
	background:url(images/button-hover.png) no-repeat;
	cursor:pointer;
}

.contact-form textarea {
	margin-bottom:10px;
	width:200px;
	height:100px;
}

.content .sent {
	color:#AEB3B5;
	font-size:14px;
	
}

.content .error {
	margin:0;
	font-size:10px;
	color:#FF6600;
	margin-top:-5px;
}