#form-container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
			
#form-header {
	height:150px;
	border:solid thin black;
}

#form-navbar {
	height:80px;
	border: solid thin black;
}

#form-wrapper {
	width:970px;
	background-color:#4383C0;
	height:330px;
	overflow:hidden;
}

#dateSectionForm {
	margin-top:20px;
	height:80px;
}

#dateSectionForm input {
	margin-left:5px;
	margin-top:10px;
}

#dateSectionForm .dateText {
	color:white;
	margin-top:10px;
	margin-left:15px;
	line-height:1.8;
	float:left;
	width:20px;
}

.provinciaSectionForm {
	margin-top:20px;
	margin-left:25px;
	margin-bottom:20px;
	color:white;
}

.zonaSectionForm {
	margin-left:25px;
	margin-bottom:20px;
}

.provinciaSectionForm input {
	margin-right:5px;
}

.zonaSectionForm input {
	margin-right:5px;
}


.temaSectionForm {
	margin-left:25px;
	margin-top:20px;
	width:400px;
}

.temaSectionForm fieldset {
	background-color:#72a7da;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border: solid thin white;
	padding-top:10px;
}

.provinciaSectionForm fieldset {
	color:white;
	border: solid thin white;
	padding:10px;
}

.zonaSectionForm fieldset {
	color:white;
	border: solid thin white;
	padding:10px;
}

.temaSectionForm fieldset legend {
	color:white;
	font-weight:bold;
	font-style:italic;
}

.freeSectionForm {
	margin-left:25px;
	margin-top:30px;
	margin-bottom:20px;
	color:white;
}

.freeSectionForm input {
	margin-left:20px;
}

.submitForm {
	margin-left:20px;
	margin-top:10px;
}

#formLeft {
	float:left;
	width:485px;
}

#formRight {
	float:left;
	width:485px;
}

.temaBox {
	font-size:10px;
	color:white;
	font-weight:bold;
	width:120px;
	float:left;
	margin-left:5px;
	height:22px;
	margin-bottom:4px;
}