select * 
{
	padding:0 2px;
}

input.text, input.file, input.password
{
	padding:1px 0;
}

select,
input.text,
input.file,
input.password,
span.set
{

	max-width:200px;
}
span.set
{
	display:inline;
}
label
{
}

div.date label::after,
label.set::after,
label.text::after,
label.file::after,
label.password::after,
label.select::after,
label.textarea::after,
label.year::after,
label.int::after
{ 
	content: ':'; 
}

div.date label,
label.set,
label.text,
label.file,
label.password,
label.select,
label.textarea,
label.year,
label.int
{
	display:inline;
	float:left;
	width:150px;
	margin-right:5px;
	text-align:left;
	position:relative;
	top:4px;
	font-size: 11px;
}

textarea.mail_message
{
	height:500px;
}

input.checkbox
{
	display:inline;
	height:15px;
	width:15px;
	margin-right:3px;
}
input.radio
{
	display:inline;
	margin:0 3px;
	position:relative;
	top:2px;
}

form {
	
	margin: 0;
	
}

form ul
{
	/* margin-bottom:0;  */
}
form textarea
{
	display:inline;
	min-width:200px;
	max-width:600px;
	min-height:80px;
	width: 400px;
	height: 300px;
}

form textarea.limited {
	min-width:40px;
	height: 40px !important;
}

textarea.valoare {
	height: 100px;
}


textarea.cv {
	margin-top: 10px;
	width: 100% !important;
	max-width: 100% !important;
	
	
}

.newsletter {
	border-left: 3px solid #d90005;
	padding-left: 10px;
	/*padding-right: 10px;
	border-right: 2px solid #9f0206;*/
	
	float: right;
	
}


#newsletterForm {

	width: 270px;
	height: 69px;
	padding: 0;
	text-align: right;
	font-size: 9px;
	display: block;
	overflow: hidden;
	margin-bottom: 0;
	
}

#newsletterForm label.text {
	width: 100px;
	top: 6px;
}

#newsletterForm input.text {
	width: 160px !important;
}


#newsletterForm label.text,
#newsletterForm input.text {
	margin-bottom: 3px;
	position: relative;
	margin-right: 0px;
}

#newsletterForm button {
	margin: 0;
	float: none;
	background-color: #d90005;
}


textarea.tinytext
{
	height:3em;
	min-height:50px;
}

.dezbatere_opinions textarea {
	width: 319px;
	height: 200px;
	
}

.news_view textarea,
.news_comments textarea {
	width: 316px;
	height: 200px;
}


.baba label.textarea,
.baba label.text {
	color: #e3e4d7;
}

.baba form {
	padding: 0;
	margin: 0;
}

.baba input.text {
	
}

.baba input.text {
	width: 247px;
	max-width:251px;
	
	margin-bottom: 5px;
	
}

.baba textarea {
	width: 245px;
	height: 40px;
	min-height: 40px;

	margin-bottom: 5px;
	
}

.baba button {
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #000;
	color: #fff;
	border: 0;
}

button
{
	margin-bottom:1em;
	font-weight: bold;
	float: right;
	
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000;	
	border: 0;
	font-size: 10px;
}

table#loginbox {

}


table button {
	margin-bottom:0;
}

div.date
{
	margin-bottom:1em;
}

#searchbox input {
	font-size: 10px !important;
	width: 150px;
	margin-bottom: 2px;
}

#searchbox button {
	border: 0;
	font-family: Verdana;
	font-size: 10px;
	background-color: #9f0206;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 3px;
	
	margin-bottom: 2px;
}

#loginbox input {
	font-size: 10px !important;
	width: 100px;
	margin-bottom: 2px;
}

/* ----- Display erori ---------------------------------------------------------------------- */

div.errors
{
	padding:5px 10px;
	padding-bottom:0;
	background-color: #ee9a49;
	color:#fff;
	margin-bottom:10px;
	border:1px solid #997e62;
	font-weight:bold;
	
}

#newsletterForm div.errors,
.news_comments div.errors,
.dezbatere_opinions div.errors,
.baba div.errors {
	display: none;
}

#newsletterForm span.errormessage,
.news_comments span.errormessage,
.dezbatere_opinions span.errormessage,
.baba span.errormessage {
	display: none;
}

div.errors ul
{
	margin:0;
	margin-bottom: 5px;
}

select.error,
textarea.error,
input.error
{
	background-image:url("../../img/images/smallicon.jpg");
	background-repeat:no-repeat;
	background-position:right;
	border:1px solid #ee9a49;
}
textarea.error
{
	background-position:bottom right;
}
span.errormessage
{
	font-size:9px;
	color:#ee9a49;
	display:block;
	margin-left:155px;
}

.news_comments .error,
.dezbatere_opinions .error,
.baba .error {
	background-color: #ee9a49;
	color: #fff;

}

#headerlogin div.errors {
    float: left;
	margin-top: -5px;
}

#headerlogin div.errors ul {
	padding: 0px;
	padding-bottom: 5px;
	list-style-type: none;
	
}




/* ------ Design pentru formulare cu diverse functii ---------------------------------------- */

form.add
{
	background-color: #ffc;
	padding:5px;
	padding-left:25px;
	padding-bottom:0;
	padding-top:0;
	background-image:url("../img/add.jpg");
	background-repeat:no-repeat;
	background-position:0 50%;
	border:1px solid #187fb4;
}
form.add ul
{
	margin-bottom:5px;
}

/* ------ Fieldsets ---------------------------------------- */
fieldset
{
	padding:1em;
	padding-bottom:0;
	border:1px solid #997e62;
	margin-bottom:1em;
}
legend
{
	font-weight:bold;
	font-size:1.2em;
	color:#997e62;
}

fieldset fieldset
{
	border-color:#c8b39d;
}
fieldset fieldset legend
{
	color:#c8b39d;
}

