.text_bold{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text_portocaliu{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #F7941D;
	text-decoration: none;
}
.text_link{
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	text-decoration: underline;
}
.text_link:hover{
	font-family: Arial;
	font-weight: none;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	text-decoration: none;
}

DIV.form {
   width:484px;
   margin: 0 auto;
   text-align:left;
}
DIV.form_centru1 {
   width:460px;
   margin: 0 auto;
   text-align:left;
}
DIV.form_sus {
   width:484px;
   height: 11px;
   font-size:1px;
   line-height:0.;
   margin: 0 auto;
   text-align:left;
   background-attachment: scroll;
   background-image:  url(../images/sus_formular.gif);
   background-repeat: no-repeat;
   background-position: left top;
}
DIV.form_centru {
   width:484px;
   float: center;
   margin: 0 auto;
   text-align:center;
   background-attachment: scroll;
   background-image:  url(../images/centru_formular.gif);
   background-repeat: repeat-y;
   background-position: left top;
   padding-top: 0;
   padding-bottom: 0;
}
DIV.form_jos {
   width:484px;
   height: 10px;
   margin: 0 auto;
   font-size:1px;
   line-height:0.;
   background-attachment: scroll;
   background-image:  url(../images/jos_formular.gif);
   background-repeat: no-repeat;
   background-position: left top;
}



form input.text,
form textarea.text {
	display: block;
	clear: both;
	width: 97%;
	background: #ffffff !important;
	border: 1px solid #A3A8AC !important;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
form select.text {
	display: block;
	clear: both;
	width: 100%;
	background: #ffffff !important;
	border: 1px solid #A3A8AC !important;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

form input.text:focus,
form textarea.text:focus {
	background: #EAEAEA !important;
	border: 1px solid #FFC20F !important;
}

form input.buton,
form p.buttons a,
form a.buton {
	background: url(images/bg-buton.gif) #A3A8AC repeat-x top left !important;
	border: 1px solid #A3A8AC !important;
	padding: 2px 5px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-family: Arial;
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-weight: bold;
	text-shadow: 0px 1px 0px #f4f656;
	text-decoration: none !important;
}

form a.buton {
	display: block;
}	 
