form, form {
padding: 10px;
font : 11px Tahoma, Arial, sans-serif;
width : 750px;
}
textarea, textarea {
font : 11px/12px Arial, sans-serif;
padding: 0 0 0 2px;
vertical-align: top;
margin: 2px 2px 1px 0;
border: 1px solid #C0C0C0;
}
input, input {
font : 11px/12px Arial, sans-serif;
margin: 0 2px 0 0;
padding: 2px 0 0 2px;
}
input:focus
{
background-color: #FFFFE0;
color: #666;
}
textarea:focus
{
background-color: #FFFFE0;
color: #666;
}
select {
font : 12px/12px Arial, sans-serif;
margin: 2px 2px 1px 0;
padding: 0px;
height:19px;
}
fieldset {
margin: 0;
padding: 0;
background-color:#FAFAFA;
border-top: 6px solid #bbb;
border-bottom: 2px solid #bbb;
border-left: 0px solid #bbb;
border-right: 0px solid #bbb;
overflow: hidden;
}

legend {
font: 14px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-weight:bold;
color: #666;
padding: 0;
}
form table {
border-collapse: collapse;
}
form ul {
margin : 0;
padding : 0;
list-style-type : none;
font-size : 100%;
}
form h3 {
padding : 0 0 10px 0;
color : #a0a0a0;
font-weight : bolder;
}
form p {
padding : 0 0 5px 0;
color : #666;
}
form li {
margin : 0;
padding : 0;
position : relative;
clear : both;
}
form li div, form li span {
margin : 0 4px 0 0;
padding : 0 0 8px 0;
color : #444;
}
form li span {
float : left;
}
form li span.detailinfo{
float:left;
margin-top:-10px;
color:#aa3333;
font-size:12px;
font-family:verdana;
padding-right:5px;
}
form li div.fourcolumn {
float : left;
width : 23%;
}
form li div.tricolumn {
display : inline;
float : left;
width : 28%;
}
form li div.left {
float : left;
width : 47%;
}
form li div.right {
float : right;
width : 47%;
}
form li.section {
margin-top : 9px;
padding-top : 5px;
padding-left : 8px;
width : auto;
}
form .section h3 {
font-weight : bold;
font-size : 18px;
line-height : 135%;
margin : 0 0 2px 0;
}
form .section p {
font-size : 12px;
margin : 0 0 10px 0;
}
#upload{
width : auto;
}
#upload fieldset{
width : auto;
padding : 10px;
}
#upload input.picsort{
width : 50px;
}
#upload input.picfield{
width : 280px;
}
#upload input.picname{
width : 280px;
}
form.uploadsort{
width : 736px;
}
#propupd{
width : auto;
}
#propupd fieldset{
width : auto;
padding : 10px;
}
label.desc {
line-height : 150%;
padding : 0 0 5px 0;
border : none;
color : #222;
margin-top : 4px;
display : block;
font-size : 100%;
width:120px;
}
label.rdesc {
width : 100px;
line-height : 150%;
padding : 0 10px 5px 0;
border : none;
text-align : right;
color : #222;
margin-top : 4px;
display : block;
font-size : 100%;
}
label.choice {
color : #222;
font-size : 100%;
display : block;
line-height : 1.4em;
margin : -1.75em 0 0 25px;
padding : 4px 0 5px 0;
}
label.rchoice {
width : 120px;
color : #222;
font-size : 100%;
display : block;
line-height : 1.4em;
margin : -2em 0 0 40px;
padding : 4px 0 5px 0;
}
label.register {
width : 190px;
font-size : 100%;
display : block;
line-height : 1.4em;
text-align : right;
color : #222;
margin-top : 4px;
}
form li div label, form li span label {
margin : 0;
padding-top : 3px;
clear : both;
display : block;
font-size : 12px;
line-height : 13px;
color : #a0a0a0;
}
select.country {
width : 100px;
}
input.mini {
width : 30px;
}
select.mini {
width : 40px;
}
input.small, select.small {
width : 100px;
}
textarea.small {
height : 5.5em;
width : 300px;
}
input.medium, select.medium {
width : 300px;
}
textarea.medium {
height : 10em;
width : 300px;
}
input.large, select.large {
width : 550px;
}
textarea.large {
height : 10em;
width : 550px;
}
form .req {
float : none;
color : red !important ;
font-weight : bold;
margin : 0;
}
