@import url(http://fonts.googleapis.com/css?family=Great+Vibes&subset=latin,latin-ext);

#MainContent {
	background: #fcfcfc;
	background-image:url(../graph/main-bg.gif);
	background-repeat:repeat-x;
	padding-bottom:50px;
}

#content {
	position:relative;
	padding: 30px 0 50px 0;
	width:100%;
	height: 400px;
}

h1 {
	color:#fff;
	background: #04007d;
	padding:10px 30px;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	font-size:16px;
	float: left;
	width:145px;
	text-align:center;
}

div.txt {
	padding-top:0px;
	float:left;
	width:250px;
}

div.txt p {
	margin:0px;
}

div#mapa {
	width:720px;
	height:300px;
	margin:0px 0px 0px 30px;
	float:left;
}

div#form-box {
	width:900px;
	height:340px;
	background:#efefef;
	margin:30px 0px 0px 30px;
	float:left;
	position:relative;
}

div#form-box p.nagl {
	font-weight:bold;
	font-size:18px;
	color:#04007d;
	margin:20px 0px 0px 50px;
	position:relative;
	line-height:20px;
}

div#form-box p.formp	{
	color:#04007d;
	font-size:11px;
	margin:0px;
	left:50px;
	position:absolute;
	width:304px;
}

div#form-box p#zgoda {
	width:290px;
	padding:0px;
}

#form01 p.formp input {
	width:290px;	
	border:2px solid #fff;	
	background:#f9f9f9;
	position:absolute;
	top:18px;
	left:0px;
	border-radius:5px;
	color:#5b5b5b;
	height: 26px;
	padding:0px 7px;
	font-family:Courier;
	margin:0px;
}

div#form-box p.formp textarea {
	width:380px;
	height:152px;
	border:2px solid #fff;	
	background:#f9f9f9;	
	position:absolute;
	top:18px;
	left:0px;
	margin:0px;
	border-radius:5px;
	padding:7px 7px;
}

.checkbox {
	background: url(../graph/checkbox.gif) no-repeat;
	display: block;
	z-index:10;
	width:20px;
	height:20px;
}

#form01 button {
	border: none;
	background:#04007d;
	color:#fff;
	font-size:14px;
	position:absolute;
	top:280px;
	right: 50px;
	width:auto;
	height:auto;
	cursor:pointer;
	text-transform:uppercase;
	text-align:center;
	padding: 7px 26px;
	z-index:0;
	margin:0px;
}

#form01 button:hover {
	opacity: 0.9;
	filter: alpha(opacity = 90);		
}

#form01 p span {
	position:absolute;
	margin:0px;
	right:0px;
	top:50px;
	width:290px;
	text-align:right; 
	font-size:10px; 
	color: #ff0000;
	z-index:10;
}
