@charset "utf-8";
/* CSS Document */

.smalllabelcell {
 font: 11px Helvetica, sans-serif;
 text-align: right;
 color: #333;
 width: 80px;
 font-weight:bold;
}


.smallfieldcell input {
 font: 11px Arial, Helvetica, sans-serif;
 background-color: #d8e4f2;
 color: #333;
 border: 1px solid #2c3f7a;
 width:300px;
}

.smallfieldcell select, textarea {
 font: 11px Arial, Helvetica, sans-serif;
 background-color: #d8e4f2;
 color: #333;
 border: 1px solid #2c3f7a;
 width:300px;
}

.button {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}