/****************** form editare ****************************************/

a:hover{ text-decoration:none; }
a:hover,input:hover,select:hover,textarea:hover,tr:hover,.pagination:hover { background-color:transparent;}
td:hover { background-color:transparent;}

table.center {margin-left:auto; margin-right:auto;}

td {border:none;}

#form_content {
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	width: 675px;
	height: auto;
	
	overflow: hidden;
	float:inherit;
	background-color: #F4F4F4;
/*	border:#FF0099 solid 3px;*/
}

#form_content form input.rd{background-color: #D1D1D1;}

#form_content  h1
{background-color: #F4F4F4;}

table.form_input {
	
	border-spacing: 0px;
	background-color: #F4F4F4;

	border-color:#666666;
	border-collapse: collapse;
	padding-top:40px;
}





table.form_input td {
	font-size:14px;
	text-align:left;
	padding:4px 4px 10px 14px;

}





table.form_input td.request 
{
	color: #ff0000;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:center;
    margin:5px 0px 5px 0px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	border-color:#A4A4A4;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    /* padding:5px 10px 6px 7px; */
    padding:5px 10px 6px 7px; 
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 0px 3px 0px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
	margin-left:0px;
	
}

button.positive, .buttons a.positive{
    color:#529214;
	margin-left:50px;
	
}



.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
	
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;

font-size:14px;
	
	
}

.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


