/* CSS Document */

form#ct {
color:#660000;
width:90%;
font-weight:500;
}

form#ct fieldset {
border: 2px solid #660099;
padding:8px;
}

form#ct legend {
color:#003300;
font-weight:bold;
font-size:16px;
}

form#ct input {
width: 200px;
}

form#ct input#attres {
width: 60px;
}

form#ct input#submit {
background:url(images/a_bg.gif);
cursor:pointer;
border:2px solid #666699;
color:#003300;
font-weight:bold;
}

form#ct label {
display: block;
}

form#ct textarea {
width: 75%;
height:150px;
font-family:"Comic Sans MS";
}
