@import url('text.css');

@import url('errors.css');





 

label {
	color: #666;
	display:block;
	float:left;
	padding-right: 10px;
	text-align: right;
	height: 15px;
	line-height: 20px;
	padding-left: 30px;
	cursor:none;
	font-size: 0.7em;
	font-weight: bold;
	background-color:#FFFFFF;

}


.register input {
	height:15px;
	border: 1px solid #CCCCCC;
	font-size:12px;
	width:150px;
}
.register textarea {
	border: 1px solid #CCCCCC;
	font-size:12px;}
table.register {width:400px;}





.options input {

	float: none;

	padding-left: 0;

}
fieldset{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.buttons {

	width: 150px;

	float: left;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	display: block;

}



.options label {

	color: #000;

	text-transform: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.9em;

}




#innerform {

	float: left;

	padding: 15px;

}



input.submitbutton  {
	background-image: url(../images/trimite_btn.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	cursor:pointer;
	border:0;
	width:69px;
	height:24px;
}
input.reset  {
	background-image: url(../images/reset_btn.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	cursor:pointer;
	border:0;
	width:69px;
	height:24px;
}

