#domeniu, #ext
{
   display: block;
   float: left;
   width: 15%;
   font-family: "Courier New", Courier, monospace;
   font-size: 130%;
   padding: 5px;
   margin-right: 5px;
   color: #333;
}
#domeniu  {
   width: 50%;
}

button {
    font-family: calibri, candara, tahoma, arial;
	display: inline-block;
	width: 149px;
	height: 46px;
	float: left;
	line-height: 3em;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-right: 7px;
	color: #fff;
	border: 0;
	margin-top: -5px;
	background: url('../images/buton_rosu.png') no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	behavior: url(../include/iepngfix.htc);
}

button:hover {
    background: url('../images/buton_verde.png') no-repeat;
}
