/* CSS Document */

fieldset {
margin:0;
padding:0.5em;
border:1px solid #aaa;
}

legend {
font-weight:bold;
color:#339900;
}

label {
display:block;
}

input {
width:200px;
padding:2px 5px;
}

textarea {
width:200px;
height:75px;
padding:5px;
overflow: auto;
}

input:focus, textarea:focus {
background:#ffc;
}

input[type="text"], textarea {
border-top:2px solid #999;
border-left:2px solid #999;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

.required {
font-size:0.9em;
color:#990000;
}

input.submit {
color:#0000ff;
width:auto;
}

.button_left {
background-color:#fff;
width:80px;
height:26px;
font-family:Verdana;
font-size:1em;
margin-left:20px;
display:inline;
}

.button_right {
background-color:#fff;
width:80px;
height:26px;
font-family:Verdana;
font-size:1em;
margin-left:10px;
display:inline;
}

.button:focus {
background-color:#fff;
}