@charset "utf-8";
/* CSS Document */

#popup {
	width: 551px;
	float: left;
	padding: 31px 0 0 22px;
	background-color: #fbfcf4;
	line-height: 18px;
}

	#popup #headtop {
		width: 551px;
		float: left;
		text-align: justify;
		border-bottom: solid 1px #d6d6ce;
		padding-bottom: 5px;
		margin-bottom: 25px;
	}

	#popup #pop-left {
		width: 245px;
		float: left;
	}

		#popup #pop-left .forms {
			width: 220px;
			border: solid 1px #d6d6ce;
			margin-bottom: 15px;
		}
	
		#popup #pop-left .formsm {
			width: 70px;
			border: solid 1px #d6d6ce;
			margin-bottom: 15px;
		}
		
	#popup #pop-right {
		width: 306px;
		float: left;
	}

		#popup #pop-right .formsb {
			width: 302px;
			height: 228px;
			border: solid 1px #d6d6ce;
			overflow: auto;
		}

		#popup #pop-right a#butop {
			display: block;
			width: 119px;
			height: 23px;
			background: url(../images/but-trimite.jpg) no-repeat left top;
			margin: 15px 0 0 187px;
		}
			
		#popup #pop-right a#butop:hover {
			background-position: left -23px;
		}

		#popup #pop-right #trimitere {
			width: 306px;
			text-align: right;
			padding-top: 20px;
			display: none;
		}	
		
	#popup #error {
		width: 551px;
		float: left;
		padding-top: 15px;
		text-align: right;
	}

	#popup .raspuns {
		width: 551px;
		float: left;
		text-align: center;
		padding-top: 190px;
		color: #dd2427;
	}

