#container {
	margin: 0em auto;
	text-align: left;
	margin-top: 20px;
}

#logon-logo {
	width: 300px;
}

#logon-content {
	Xfloat: right;
	width: 628px;
	margin: auto;
}

#header-caption {
	background: url(../../../img/bg_topo.png) repeat-x scroll 0 0;
	color:white;
	font-size:22px;
	font-weight:normal;
	padding:22px 28px 28px 60px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:bottom;
	height: 28px;
}

.rich-panel-body  {
	padding:10px 10px 10px 14px;
	background: none;
	border: 1px solid gray;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

.button-clinica-small {
	background:	url(../../../img/background/background_gradient_small.png)	repeat-x;
	border: 1px solid #DADADA;
	color: black;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	width: 240px;
}

.button-clinica-small:hover {
	text-decoration: none;
}

.button-clinica-small:hover,.button-clinica-small:link,.button-clinica-small:visited
	{
	color: 555;
}

.link-forgot-password {
	background-image: url(../../../img/acao/key_delete.png);
	background-repeat: no-repeat;
	padding-left: 21px;
}

	
.greencolor {
	color: #119a5e;	
}	

.orangecolor {
	color: #f37a21;
}
.orangebackcolor {
	background-color: #f37a21;
	color: white;
}

