@import url('text.css');
@import url('errors.css');


label {
	display:block;
	float:left;
	padding-right: 10px;
	width: 130px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}


div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
	float: left;
	width: 95px;
	text-align: right;
  }

div.row span.formw {
	float: right;
	width: 550px;
	text-align: left;
} 

fieldset {
	padding: 10px;
	float: left;
	position: relative;
}
	


.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: left;
	width: 300px;
	padding-top: 20px;
}

.options label {
	text-transform: none;
}

input[type="image"] {
	color: #FFFFFF;
	float: left;
	border: 0px solid #F2C9A5;
}
input[type="submit"], .inp-bt {
	color: #FFFFFF;
	float: left;
	border: 0px solid #F2C9A5;
	background-image: url(../images/b-trimite.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 103px;
	cursor:pointer;
}
.inp-bt {
	color: #FFFFFF;
	float: left;
	border: 0px solid #F2C9A5;
	background-image: url(../images/b-trimite.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 103px;
	cursor:pointer;
}
#innerform {
	float: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.clearthis {
	clear: both;
}
.formw .al-l {
	margin-left: 0px;
	padding-left: 0px;
}

