
ul {
    color: #666;
    border: 1px solid #aaa;
    font: normal .9em Helvetica;
    padding: 0;
    margin: 15px 10px 17px 10px;
}
ul.rounded {
    -webkit-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
ul.rounded li:first-child, ul.rounded li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
ul.rounded li:last-child, ul.rounded li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

ul.rounded li {
    color: #666;
    border-top: 1px solid #aaa;
    border-bottom: #aaa;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff));
    overflow: hidden; 
    font: bold 16px Helvetica;
}

ul li textarea {
    height: 7em;
    padding: 10px;
    font-size: 1em;
    margin-top: 5px;
    border: 2px #aaa solid;
    width:250px;
    color:#000;
}

ul li textarea.t10 {
    height: 2em;
    padding: 10px;
    font-size: 1em;
    margin-top: 5px;
    border: 2px #aaa solid;
    width:250px;
    color:#000;
}

ul li textarea.t150 {
    height: 15em;
    padding: 10px;
    font-size: 1em;
    margin-top: 5px;
    border: 2px #aaa solid;
    width:250px;
    color:#000;
}

input[type="button"] {
    width:100%; 
    height:50px; 
    font-family:Helvetica;
    font-size:1em; 
    text-align:center;
    margin:5px 0;
}
input[type="text"] {
    width:50px; 
    height:50px; 
    font-family:Helvetica;
    font-size:1em; 
    text-align:center;
    float:right;
    clear:right;
    margin-right: 10px;
    margin-bottom: 3px;
}


input[type="submit"] {
    width:95%; 
    height:50px; 
    font-family:Helvetica;
    font-size:1em; 
    text-align:center;
    margin:0 5px;
    text-align: center;
}

li.color {
    color: #00ffaa;
}
clearbreak {
clear:both;
}