/* CSS Document */

/* ###    ### */
#header {
	position: relative; 
	height:187px;
	width:100%;
}

#header .nav {
	position:absolute; 
	bottom:0px; 
	right:0px;
}

#header .navside {
	position:absolute; 
	bottom:0px; 
	left:12px;
}

#header .legals {
	padding: 0px 5px 0px 0px;
	font-size:12px; 
	color:#b7c920; 	
	text-align:right
}

#header .name {
	position:absolute; 
	top:1px; 
	left:0px;
}


#content {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #c1c6cd;
}

/* ### -- -- -- -- -- success, warning, error, info -- -- -- -- -- ### */

.success, .warning, .error, .info {
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px dashed;
	margin-bottom: 20px;
	padding: 7px 10px 7px 45px;
	margin-top:20px;
}

.success {
	color: #090;
	background-color: #efe;
	background-image: url(/images/icons/success.png);
	border-color: #090;
}

.warning {
	color: #d0a61e;
	font-size: 12px;
	text-align:left;
	background-color: #ffd;
	background-image: url(/images/icons/warning.png);
	border-color: #d0a61e;
}


