.msg_info {
border: 1px solid;
margin: -10px 0px -10px 35px;
padding: 9px 25px 10px 2px;
width: 249px;
background-repeat: no-repeat;
background-position: 21px center;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
padding-left: 83px;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/info.png');
}
.msg_warning {
border: 1px solid;
margin: -10px 0px -10px 35px;
padding: 9px 25px 10px 2px;
width: 249px;
background-repeat: no-repeat;
background-position: 21px center;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
padding-left: 83px;
color: #9F6000;
background-color: #FEEFB3;
background-image: url("http://bertiandos.gestoponimia.pt/css/../img/warning.png");
}

.msg_error {
border: 1px solid;
margin: -10px 0px -10px 35px;
padding: 9px 25px 10px 2px;
width: 249px;
background-repeat: no-repeat;
background-position: 21px center;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
padding-left: 83px;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/error.png');
}
.msg_success {
border: 1px solid;
margin: -10px 0px -10px 35px;
padding: 9px 25px 10px 2px;
width: 270px;
background-repeat: no-repeat;
background-position: 21px center;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
padding-left: 83px;
	background-image: url('../img/success.png');
	color: #4F8A10;
	background-color: #DFF2BF;
}


#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width: 980px;
	height: 450px; 
	margin-top:-75px;
}
.tabbed_box h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #ffffff;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.tabbed_box h4 small {
	color: #e3e9ec;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
	top: -4px;
	left: 6px;
	letter-spacing: 0px;
}
.tabbed_area {
	border: 1px solid #494e52;
	background-color: #636d76;
	padding: 8px;
	border-radius: 10px;
	height: 500px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
}
ul.tabs li {
	list-style: none;
	display: inline;
}
ul.tabs li a {
	background-color: #CCCCCC;
	color: #6497b1;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #464c54;
	background-image: url(images/tab_off.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-radius: 5px;
}
ul.tabs li a:hover {
	background-color: #2f343a;
	border-color: #2f343a;
}
ul.tabs li a.active {
	background-color: #ffffff;
	color: #282e32;
	border: 1px solid #464c54;
	border-bottom: 1px solid #ffffff;
	background-image: url(images/tab_on.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #464c54;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content_2, #content_3 {
	display: none;
}

.content ul {
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.content ul li {
	list-style: none;
	border-bottom: 1px solid #d6dde0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}
.content ul li:last-child {
	border-bottom: none;
}
.content ul li a {
	text-decoration: none;
	color: #3e4346;
}
.content ul li a small {
	color: #8b959c;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left: 4px;
	top: 0px;
}
.content ul li a:hover {
	color: #a59c83;
}
.content ul li a:hover small {
	color: #baae8e;
}
.btn-custom1 {
	background-color: hsl(203, 22%, 30%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63869b", endColorstr="#3b505d");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#63869b), to(#3b505d));
	background-image: -moz-linear-gradient(top, #63869b, #3b505d);
	background-image: -ms-linear-gradient(top, #63869b, #3b505d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63869b), color-stop(100%, #3b505d));
	background-image: -webkit-linear-gradient(top, #63869b, #3b505d);
	background-image: -o-linear-gradient(top, #63869b, #3b505d);
	background-image: linear-gradient(#63869b, #3b505d);
	border-color: #3b505d #3b505d hsl(203, 22%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
.btn-custom2 {
	background-color: hsl(193, 39%, 49%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4d5de", endColorstr="#4c98ad");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#b4d5de), to(#4c98ad));
	background-image: -moz-linear-gradient(top, #b4d5de, #4c98ad);
	background-image: -ms-linear-gradient(top, #b4d5de, #4c98ad);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4d5de), color-stop(100%, #4c98ad));
	background-image: -webkit-linear-gradient(top, #b4d5de, #4c98ad);
	background-image: -o-linear-gradient(top, #b4d5de, #4c98ad);
	background-image: linear-gradient(#b4d5de, #4c98ad);
	border-color: #4c98ad #4c98ad hsl(193, 39%, 41.5%);
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: "HelveticaCondensed";
	src: url(http://www.gescemiterio.pt/css/fonts/helveticaneue-condensed-webfont.ttf);
}

@font-face {
	font-family: "HelveticaCondensedBlack";
	src: url(http://www.gescemiterio.pt/css/fonts/helvetica-condensed-bold.ttf);
}

.btn-custom3 {
	background-color: hsl(82, 51%, 80%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2e6b1", endColorstr="#d2e6b1");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d2e6b1), to(#d2e6b1));
	background-image: -moz-linear-gradient(top, #d2e6b1, #d2e6b1);
	background-image: -ms-linear-gradient(top, #d2e6b1, #d2e6b1);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2e6b1), color-stop(100%, #d2e6b1));
	background-image: -webkit-linear-gradient(top, #d2e6b1, #d2e6b1);
	background-image: -o-linear-gradient(top, #d2e6b1, #d2e6b1);
	background-image: linear-gradient(#d2e6b1, #d2e6b1);
	border-color: #d2e6b1 #d2e6b1 hsl(82, 51%, 80%);
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.00);
	-webkit-font-smoothing: antialiased;
}
.btn-custom4 {
	background-color: hsl(21%, 19%, 53%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#929E71", endColorstr="#7F8963");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#929E71), to(#7F8963));
	background-image: -moz-linear-gradient(top, #929E71, #7F8963);
	background-image: -ms-linear-gradient(top, #929E71, #7F8963);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929E71), color-stop(100%, #7F8963));
	background-image: -webkit-linear-gradient(top, #929E71, #7F8963);
	background-image: -o-linear-gradient(top, #929E71, #7F8963);
	background-image: linear-gradient(#929E71, #7F8963);
	border-color: #7F8963 #7F8963 hsl(20%, 18%, 52%);
	border: none;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}

#bg {
	position: fixed;
	background-color: white;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 9999;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.90; /* khtml, old safari */
	-moz-opacity: 0.90; /* mozilla, netscape */
	opacity: 0.90; /* fx, safari, opera */
}

input[type=checkbox].css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 20px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
.css-label {
	background-image: url('../img/lite-x-blue.png');
}


input[type=checkbox].css-home {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-home + label.css-labelhome {
	padding-left: 20px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-home:checked + label.css-labelhome {
	background-position: 0 -15px;
}
.css-labelhome {
	background-image: url('../img/lite-x-blue.png');
}
.my-error-class {
	color:#FF0000; 


}
.my-error-class .bacs{
	border-color: #FF0000;
	opacity:0.6;
}
.help-inline {
	color: #ff0000;
}