a:link { color: #0b77b7; text-decoration: none; vertical-align: text-middle; font-family: tahoma;font-size:10px;font-weight:bold;}
a:visited { color: #0b77b7; text-decoration: none; vertical-align: text-middle; font-family: tahoma;font-size:10px;font-weight:bold;}
a:active { color: #0b77b7; text-decoration: none; vertical-align: text-middle; font-family: tahoma;font-size:10px;font-weight:bold;}
a:hover { color: red; text-decoration: underline; vertical-align: text-middle; font-family: tahoma;font-size:10px;font-weight:bold;}


label {
	width: 10em;
	text-align: right;
	margin-right: 1em;
	padding-left:10px;
	font: bold 0.8em tahoma;
}

legend {
	color: #0b77b7;
	font: bold 1em tahoma;
}

fieldset {
	border: 1px solid #ddd;
	padding: 0 1em 1em;
}

fieldset div{
	margin: 0.3em 6;
}

.watermark {
   color: #999;
   font-weight: bold;
}

.cmdBtnClass 
{ 
	background-color: #BED6F8;
    background-image: url("../images/richfaces/button-background.png");
    border-color: #BED6F8;
    color: #000000;
    background-position: left top;
	background-repeat: repeat-x;
    border-width: 1px;
    width:80px; 
}