html {
	background-color:#c5ccd2;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
		
#header {
	position:relative;
	background-color:#000;
	height:5px;
	width:100%;
	/*background-image:url('images/header.gif'); */
}

p.description, .launch, ul.description {
	padding: 12px 0 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #393e43;
	text-shadow: 0 1px 0 #e2e6e9;
	margin-bottom:14px;
}

.launch {
	font-size: 14px;
	color: #393e43;
	text-shadow: 0 1px 0 #e2e6e9;
	margin-bottom:16px;
	font-weight:bold;
}


h2.text_header {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #393e43;
	text-shadow: 0 1px 0 #e2e6e9;
	text-indent: -9999px;
	width: 489px;
	height: 153px;
	background: url('../images/Kourier.png') no-repeat;
	
}

#content{
	width:80%;
	margin-right:auto;
	margin-left:auto;
	margin-top:125px;
}

#description{
	position:relative;
	bottom:60px;
	padding:1px;
}

input[type="text"]{
	position:relative;
	width:300px;
	font-size:14px;
	border:1px solid #a1a1a1;
	color:#c2c2c2;
}

.default{
	position:relative;
	font-size:14px;
}

#notification{
	position:relative;
	bottom:60px;
	border-bottom:1px solid #a1a1a1;
	border-top:1px solid #a1a1a1;
	padding:2px;
	
	
}

#ajax_loader{
	display:none;
}

#thank_you{
	display:none;
}

#invalid_email{
	display:none;
}
	