/*
-----------------------------------------------
Photos
Author:   VAROTTO Alessandro
Version:  10 Sept 2008
----------------------------------------------- */

/*CSS per Mailing*/


label {
width: 4em;
float: left;
text-align: left;
margin: 0 1em 10px 0px;
clear: both
}

.input-box {
float: left;
margin-bottom: 10px
color: #26a;
background: #feb;
border: #26a solid 1px
}

.submit-button {
margin-left: 10em;
clear: both
color: #000;
background: #fb0;
border: 2px #9cf outset
}

fieldset {
border: #26a solid 1px;
width: 20em
}

legend {
background: #fb0;
border: #26a solid 1px;
padding: 1px 10px
}

