@charset "utf-8";
/* CSS Document */

body {
	background-color:#36393D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}

a img{border:none;}

a:hover img{border:none;}

.pasi {
	width:620px;
	float:left;
	margin-bottom:12px;
	font-weight:bold;
	color:#ff6600;
	font-size:16px;
	}

.sectiuniBox {
	width:620px;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #dddddd;
	margin-bottom:12px;
	padding-bottom:12px;
	}
	
#sectiuniFinal {
	width:620px;
	float:left;
	margin-bottom:12px;
	padding-bottom:12px;
	}

.sectiuniTitluBox {
	width:400px;
	height:37px;
	float:left;
	}

.sectiuniTitluImag {
	width:48px;
	height:45px;
	float:left;
	background-image:url(images/titlu_cerc.jpg);
	background-repeat:no-repeat;
	}
	
.sectiuniTitluNo {
	width:20px;
	float:left;
	margin:11px 0 0 5px!important;
	margin:11px 0 0 2px;
	font-weight:bold;
	color:#ff6600;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}

.sectiuniTitluInfo {
	width:auto;
	float:left;
	margin-top:11px;
	font-weight:bold;
	color:#ff6600;
	font-size:16px;
	}
	 
.sectiuniContinut {
	width:520px;
	float: left;
	margin: 0 0 0 60px!important;
	margin: 0 0 12px 30px;
	text-align:left;
	font-weight: normal;

	}

.sectiuniContinut p {
	text-align:left;
	font-weight: normal;
	text-decoration: none;
	}


.sectiuniContinut a {
	font-weight:bold;
	text-decoration:underline;
	color:#bd4026;
	}

.sectiuniContinut span {
	font-weight:bold;
	color:#333333;
	}

.sectiuniContinut a:hover {color:#666666;}

.sectiuniContinut textarea{
	width:515px;
	height:100px;
	float:right;
	margin-bottom:10px;
	}

.imputformBox {
	width:400px;
	float:left;
	}

.imputformBox p{
	width:110px;
	margin-right:15px;
	float:left;
	}

.imputformBox label{
	width:110px;
	font-weight:bold;
	}
	
.imputformBox input{
	width:110px;
	}
	
.imputformBox input:focus{
	width:110px;
	background-color:#FFFFCC;
	}
	
	


.buton {
	width:149px;
	height:38px;
	float:right;
	margin-left:8px!important;
	margin-left:4px;
	margin-bottom:6px;
	background-image:url(images/buton.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:8px;
	}

.buton a{
	width:149px;
	height:38px;
	float:right;
	color:#333333;
	text-decoration:none;
	}
	
.buton a:hover {
	color:#FF6600;
	text-decoration:none;
	}
	
.buton2 {
	width:153px;
	height:30px;
	float:right;
	margin: 10px 0 0 8px!important;
	margin: 10px 0 0 4px;
	background-image:url(images/turisti.jpg);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:6px;
	}

.buton2 a{
	width:153px;
	height:30px;
	float:right;
	color:#666666;
	text-decoration:none;
	}
	
.buton2 a:hover {
	color:#ff6600;
	}
	
/* ___________________________ PLUS ______________________________ */


.imputformBox2 {
	width:400px;
	float:left;
	font-weight:bold;
	margin-top:12px;
	color:#333333;
	}


span.required {
	color:#ff6600;
}

.imputformBox input.error {
	border: 1px solid #bd4026;
	}
.imputformBox input.error:focus {
	border: 1px solid #cccccc;
	}


.imputformBox2 input.error {
	border: 1px solid #bd4026;
	}

.imputformBox2 input.error:focus {
	border: 1px solid #cccccc;
	}


span.error {
	color: #ff1200;
	font-size:13px;
	font-weight:bold;
}

