strong {
	color: #cc7a00;
}

#div-dati {
	padding-left: 150px;
	background-image: url("../images/edit-128.png");
	background-repeat: no-repeat;	
	position: relative;
	height: 170px;
	font-size: 130%;
	font-weight: bold;
}

#div-dati p a {
	font-weight: bold;
	font-family: "Russo One",sans-serif;
	color: #cc7a00;
}

.form-row {
	vertical-align: super;
}

.form-row span {
	display: inline-table;
	width: 140px;
	text-align: right;
	font-size: 100%;
	margin-right: 5px;
}

#div-buttons {	
	text-align: center;
	position: relative;
	width: 75%;
	margin-left: 100px;
	margin-top: 5px;
	font-size: 80%;
}

#div-buttons a div {
	width: 48%;
	float: left;
	margin-right: 10px;
}

.indent {
    padding-top: 20px;
    padding-left: 30px;
}

.error, .sendok {
	width: auto !important;
    display: inline-block;
    background-color: #cc7a00;
    color: #fff;
    font-size: 75%;
    text-align: left !important;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.error {
    background-color: #cc7a00;
    color: #fff;
}

.sendok {
    background-color: #CCCC66;
    color: #fff;
}


input, textarea {
	border-radius: 10px;
	border: solid 2px #999966;
    background-color: #fff;
    text-align: left;
    padding-left: 7px;
}

textarea {
    padding-top: 3px;
    font-size: 90%;
    font-family: "Russo One",sans-serif;
}

.readonly {
	background-color: #e3e3e3;
	font-weight: normal;
	color: #cc7a00;
}

.button-text  {
	font-weight: bold;
	font-size: 170%;
	background-color: #CCCC66;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}