@CHARSET "UTF-8";  
/******* GENERAL SET *******/  

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
}

html, body { 
	font: 15px Gill Sans, sans-serif;
	font-weight: 100;
}

body {  
    background: #000 url('../img/background.jpg') no-repeat 50% 0px;
    color: #fff;
    font: 15px Gill Sans, sans-serif;
    text-shadow: 1px 1px 1px #000;
    font-weight: 100;
}

#wrapper {
	width: 650px;
	margin: 0 auto;
}

#frame {
	margin-top: 100px;
}

#mail label{
	display: block;
	color: #333;
	font-weight: 700;
	line-height: 1.4em;
}
#mail input{
	font-size:12px;
	width: 280px;
	padding: 6px;
	color: #fff;
	font-weight: 100;
	font-family: Gill Sans, sans-serif;
	border: 1px solid #cecece;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #404040;

}
#mail input.error{
	background: #f8dbdb;
	border-color: #af397b;
}
#mail textarea {
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #fff;
	font-family: Gill Sans, sans-serif;
	font-size: 12px;
	font-weight: 100;
	border: 1px solid #cecece;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #404040;
}
#mail textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#mail div span{
	margin-left: 10px;
	color: #FFF;
	font-size: 12px;
}
#mail div span.error{
	color: #af397b;
	font-weight:bold;
}
#mail #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#mail #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

.button, .button:visited {
	background: #222 url(overlay.png) repeat-x; 
	display: inline-block;
	width: 100px;
	padding: 5px 10px 6px; 
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}

.large.button, .large.button:visited {
	font-size: 14px; 
	padding: 8px 14px 9px;
}

.grey.button, .grey.button:visited { background-color: #404040; }
.grey.button:hover { background-color: #909090; }
