/* Global */
div {
margin: 5px auto 0 auto;
}

label {
font-weight:bold;
display:block;
width:100px;
float:left;
padding-right:10px;
text-align:right;
}

label.short {
width:50px;
}

label.medium {
padding-left:10px;
width:75px;
}

label.long {
width:150px;
text-decoration:underline;
}

label.xlong {
padding-left:10px;
width:250px;
text-align:right;
}

input {
display:inline-block;
width:150px;
background-color: transparent; 
border-style: solid; 
border-width: 0px 0px 1px 0px; 
border-color: black;
}

input.short {
width:50px;
}

input.medium {
width:235px;
}

input.long {
width:257px;
}

input.xlong {
width:394px;
}

/* Grid */
div.grid      { display:inline-block; float:left; margin: 0 auto 0 auto;}
div.grid div  { float: left; }
div.clear     { clear: both; }