/* @override http://www.kronos.it/lab/css/main.css */

/* @CHARSET "UTF-8"; */

@font-face {
    font-family: MetrophobicRegular;
    src: url('http://www.kronos.it/templates/yoo_quantum/fonts/Metrophobic-webfont.eot?') format('eot'),
         url('http://www.kronos.it/templates/yoo_quantum/fonts/Metrophobic-webfont.woff') format('woff'),
         url('http://www.kronos.it/templates/yoo_quantum/fonts/Metrophobic-webfont.ttf') format('truetype'),
         url('http://www.kronos.it/templates/yoo_quantum/fonts/Metrophobic-webfont.svg#MetrophobicRegular') format('svg');
}

html, body {

	font-family: "MetrophobicRegular";

}

#wrapper {
    margin: 100px auto;
    width: 310px;
}

#email, #name, #url {
    width: 248px;
}

#text {
    width: 248px;
    height: 70px;
}

#waiting {
    color: #767676;
    text-align: center;
}
#demoform {
	width: 500px;
}

fieldset {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #c8c8c8;
    background-color: #fff;
	width: 500px;
}

legend {
    background-color: #fff;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    font-size: 1.2em;
    padding: 0px 7px;
}

label {
    display: inline-block;
    width: 140px;
	text-align: right;
	margin-top: 4px;
}

.success {
    width: 298px;
    border: #337f09 1px solid;
    padding: 5px;
	height: 150px;
	font-family: Helvetica, Arial, sans-serif;
}

.error {
    width: 298px;
    background: #ea7e7e;
    border: #a71010 1px solid;
    padding: 5px;
}
.cliente,.prodotto,.stato {
	float: left;
	margin-bottom: 10px;
}