

/* Quickentry Box -------------------------------------- */

.comparis_quickEntry * {
margin: 0;
padding: 0;
font-size: 11px;
line-height: 16px;
font-weight: normal;
color: #000;
overflow: hidden;
}

.comparis_quickEntry {
float: left;
position: relative;
margin: 20px;
width: 282px;
height: 190px;
background-color: #fff;
border: solid 1px #ccc;
}

.comparis_quickEntry h2 {
font-size: 10px;
font-weight: bold;
padding: 5px 5px 0 10px;
line-height: 12px;
}

.comparis_quickEntry h3 {
color: #000;
font-size: 15px;
padding: 0 10px 7px 10px;
}

.comparis_quickEntry p {
color: #666;
padding: 0 10px 0 10px;
}


.comparis_quickEntry form {
padding: 13px 10px 0 10px;
}

.comparis_quickEntry .logo {
background-position: left -5px;
width: 282px;
height: 25px;
position: absolute;
bottom: 0;
}

/* FORMS --------------------------------- */

.comparis_quickEntry label {
float: left;
display: block;
width: 80px;
padding: 2px 0 0 0;
}

.comparis_quickEntry input,
.comparis_quickEntry select {
margin-bottom: 5px;
}

.comparis_quickEntry input.text {
width: 100px;
}

.comparis_quickEntry input.submit {
width: auto;
margin: 0 0 0 80px;
}

br {
clear: both;
}

#xxx {
border: solid 1px #FF99CC;
}
