#content p.rico-flash {
text-align: center;
color: blue;
font-weight: bold;
width: 50%;
margin: 0 auto;
padding: 20px;
border: 2px solid blue;
}

#rico-form {
padding: 40px;
}

#rico-form fieldset {
	clear: both;
	border-top: 1px solid #e0e0e0;
	padding: 10px;
}

#rico-form legend {
	font-size: 150%;
	line-height: 150%;
	padding: 0 6px;
}

#rico-form div {
	clear: left;
	display: block;	
}

#rico-form div label {
display: block;
float: left;
width: 150px;
padding: 3px 12px;
margin: 0 0 5px 0;
text-align: right;
}

#rico-form div.required label {
	font-weight: bold;
}

#rico-form div input, #rico-form div select {
	width: 200px;

}

#rico-submitContainer {
	display: block;
	text-align: center;
	padding: 10px 0
}

#rico-submit {
cursor: pointer;
padding: 15px;
border: 1px solid #E0E0E0;
font-weight: bold;
background: #F8F8F8;
font-size: 150%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#rico-submit:active {
	background: #f0f0f0;
}

#rico-loader {
	height: 105px;
}

#rico-ajaxerror {

font-weight: bold;
color: red;
padding: 10px;
margin: 10px;
border: 1px solid red;

}

a#rico-downloadLink, a#rico-downloadLink:visited {
	padding-left: 20px;
	color: blue !important;
	font-weight: bold;
	text-decoration: underline;
}

#content-inner a {
	text-decoration: underline !important;
	color: blue !important;
}
