/* Css Document */

* {
	margin:0;
	padding:0;
}

a {
	color:#2755d8;
	text-decoration:none;
}

a:hover {
	color:#2755d8;
	text-decoration:underline;
}

body {
	width:100%;
	background:#222222;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#cfcfcf;
}

#page {
	width:1200px;	
	margin:0 auto;
}

#header {
	background:url(mysource_files/pws.jpg) top no-repeat;
	width:900px;
	height:318px;
	padding:0 200px 0 100px;
}


#content {
	float:left;
	padding:0 200px 0 100px;
	width:900px;
	padding-bottom:10px;
}

ul#lang {
	list-style:none;
	background:url(mysource_files/bg-en.png) no-repeat;
	width:74px;
	height:33px;
	float:right;
	margin-right:-130px;
	opacity:0.70;
	filter: alpha(opacity = 70);	
}

ul#lang li{
	display:block;
	width:25px;
	height:16px;
	float:left;
	margin-top:3px;
}

ul#lang li.pl  {
	background:url(mysource_files/pl.png) no-repeat;
	margin:3px 10px 0 7px;
}

ul#lang li.en  {
	background:url(mysource_files/en.png) no-repeat;	
}

ul#lang li a {
	display:block;
	width:25px;
	height:16px;
}

p#text {
	font-family:Georgia, Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:21px;
	color:#cfcfcf;
	line-height:1.5em;
}

div#form {
	background:#262626;
	padding:40px 0 40px 30px;
	width:868px;
	margin-top:27px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #292929;
}

div#form p{
	clear:left;
	margin-bottom:5px;
}

div#form p label {
	width:100px;
	float:left;
	font-size:12px;
	padding-top:1px;
	color:#585858;
}

div#form p label.error {
	color:red;
	font-weight:normal;
	float:left;
	margin-bottom:3px;
	margin-left:102px;
	width:230px;
}

div#form p input {
	background:#222222;
	border:1px solid #404040;
	width:345px;
	height:21px;
	padding-top:3px;
	color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#form p.submit-button input {
	width:85px;
	height:24px;
	padding-top:0;
	color:#585858;
	float:right;
} 

div#form p textarea {
	width:345px;
	height:100px;
	background:#222222;
	border:1px solid #404040;
	color:#fff;
	padding-top:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#form div {
	float:left;
	width:452px;
}


div#form div#coffee {
	float:right;
	margin-right:55px;
	background:url(mysource_files/coffee2.png) no-repeat;
	width:280px;
	height:210px;
}

div#footer{
    color:#585858;
	text-align:right;
	width:100%;
	margin-top:5px;
}

div#form #sent h2{
	font-weight:normal;
	font-size:26px;
	margin-top:15px;
	margin-left:55px;
}

div#form #sent p{
	font-size:18px;
	margin-left:55px;
	margin-top:5px;
}

div#form #sent p.back{
	font-size:14px;
	margin-left:55px;
	margin-top:25px;
}



