body 
{
	
	font-family: Verdana;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 100px;
	float: left;
}

a:link {
color:#000000;
text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.galben:link {
color:white;
text-decoration: none;
}
a.galben:visited {
	text-decoration: none;
	color:white;
}
a.galben:hover {
	text-decoration: none;
	color: #ffffff;
}
a.galben:active {
	text-decoration: none;
	color: white;
}
a.alb:link {
color:#00537f;
text-decoration: none;
}
a.alb:visited {
	text-decoration: none;
	color:#00537f;
}
a.alb:hover {
	text-decoration: none;
	color: #005479;
}
a.alb:active {
	text-decoration: none;
	color: #00537f;
}
.galben {
	font-size: 16px;
	color: white;
}
.titluAlb {
	font-size: 20px;
	color:#00537f;
	font-weight: 500;
}
.titluAlbastru {
	font-size: 20px;
	color: #032139;
	font-weight: 500;
}
h1 {
	font-size: 22px;
	color: white;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	text-shadow: #333333 2px 2px 2px;
}
.submit-button 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#134776;
	border: 1px solid #000000;
	width: 107px;
	margin: 2px;
}
.submit-button:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background:#01325d;
	border: 1px solid #000000;
	width: 107px;
}
:focus { outline: none; }

.input2 { background: url(images/comment-box.png) no-repeat; padding: 6px; height: 18px; } 
.textarea2 { background: url(images/comment-box-groot.png) no-repeat; padding: 10px; height: 180px; width: 480px; margin-bottom: 30px; } 

.afiseaza{
	display: inline;
}
.nuAfisa{
	display: none;
}

