#left h2 {
	text-align: center;
}

#contents {
	text-align: center;
}

.defaultForm {
	margin: 0 auto;
	text-align: left;
}

.width70 {
	width: 70%;
}

.width80 {
	width: 80%;
}

.width90 {
	width: 90%;
}

.defaultForm legend {
	font-weight: bold;
/*	color: #525050;*/
}

.defaultForm fieldset {
	border: 1px solid #c9daeb;
	padding: 1em;
	margin: 1em 0;
}

.defaultForm fieldset.noborder {
	margin: 0.5em 0;
	padding: 0;
	border: none;
}

.defaultForm fieldset.buttonsright {
	text-align: right;
}

.defaultForm .button {
	text-transform: uppercase;
	height: 1.6em;
	background-color: #c9daeb;
	border: none;
	color: #232e4e;
	font-weight: bold;	
	font-size: 1em;
	margin-left: 0.5em;
}

.defaultForm a.button:link, .defaultForm a.button:visited {
	text-decoration: none;
	border: 0.2em solid #384774;
	line-height: 1.8em;
	margin: 0.5em;
	padding: 0 0.5em;
	font-size: 0.9em;	
}

.defaultForm a.button:hover, .defaultForm a.button:active, .defaultForm a.button:focus {
	text-decoration: none;
}

.defaultForm label {
	font-weight: bold;
/*	color: #525050;*/
	text-align: right;
	margin: 0 0.5em 0 0;
}

.defaultForm textarea {
	padding: 0.2em;
	margin: 0 0 0 0 !important;
	margin: 0 0 0 -3px;
}

.defaultForm .formPair, .defaultForm .radioGroup {
	clear: both;
	float: left;
	width: 100%;
	margin: 0.5em 0;
}

.defaultForm .formPair label {
	float: left;
	width: 10em;
}

.defaultForm .formPair input, .defaultForm .formPair select {
	float: left;
}

.defaultForm .formPair p {
	clear: left;
}

.defaultForm .radioGroup p {
	border-bottom: 2px solid #f1f8f3;
	padding: 0.5em 0;
}

.defaultForm .borded {
	border: 1px solid #333333;
}


table.elenco td {
	text-align: center;
}

table.elenco td.leftalign {
	text-align: left;
}

table.elenco td.rightalign {
	text-align: right;
}

.iframe  {
	width: 95%;
	height: 15em;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}

.simpleBox {
	text-align: left;
	clear: both;	
	float: left;
	margin: 1em 0;
}

.simpleBox h5, .simpleBox h4 {
	padding: 0;
	margin: 1em 0 0.5em 0;
}

.error {
	font-weight: bold;
	color: #384774;
	border: 2px solid #c9daeb;
	padding: 0.25em 1.5em;
}


