/* CSS Document */
form {
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
fieldset {
margin:1em 0;
background-color:#ebe5f7;
border:1px solid #ccc;
padding:0px 5px 5px 8px;
}
legend {
color:#333333;
font-size:.8em;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-weight:bold;
}
#specs input{
width:150px;
}
label {
display:block;
margin-right:20px;
margin-top:2px;
float:left;
width:5em;
}
.comments {
margin-right:10px;
margin-top:2px;
width:5em;
}
.button {
width:100px;
margin:0px auto;
display:block
}
.specs {
display:block;
margin-right:10px;
margin-top:2px;
float:left;
width:10em;
}
input {
width:200px;
}
input.radio {
width:auto;
float:left;
margin-right:.5em;
}
#specs input.radio {
width:auto;
float:left;
margin-right:.5em;
}
#specs .radioLabel {
width:auto;
display:block;
float:left;
}
.radioLabel {
width:auto;
display:block;
float:left;
}
.clear {
clear:both;
}
.button {
width:auto;
}
form p {
margin:.6em 0;
}
form p.quantity {
margin-top:5px;
clear:both;
}
textarea {
width:400px;
height:130px;
}
#print {
width:609px;
height:auto;
border:1px solid #333333;
margin:0px auto 0px auto;
}
#formSpec1 {
width:341px;
height:auto;
float:left;
}
#formSpec2 {
width:341px;
height:auto;
float:right;
}