body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #C12F07;
	background-image:  url("ro/imgs/bckg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}
td {
	font-size: 12px;
	color: #666666;
}
a {
	color: #990000;
	text-decoration: underline;
}
.linkgalery {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.linkgalery:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

input, select, textarea {
	color: #FF9966;
	border: 1px solid #C5C5C5;
	background-color: #F7F0E4;
}
.row {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.row1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.error_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.button1 {
	color: #000000;
	background-color: #FF9966;
	border: 0px;
}
.message {
	font-weight: bold;
	color: #990000;
}
.copyright, .copyright a {
	font-size: 10px;
	color: #FFFFFF;
}

.error{ color:#990000 !important; }
