@charset "utf-8";

/* CSS Document */

/* CSS for Form page */

form ul {
list-style: none;
margin: 15px 0 0;
padding: 0;
}

form li {
padding-bottom: 1em;
}

label {
font-weight:bold;
font-size:1.2em;
width: 5.5em;
text-align: right;
margin-right: 0.5em;
float: left;
display: block;
}

input, select, textarea {
font: 1em verdana,sans-serif;
}

li.check label {
width: auto;
text-align: left;
margin: 0;
float: none;
display: inline;
}

li.check span {
display: block;
padding-left: 6em;
}

li.check span.name {
padding-left: 0;
width: 5.5em;
text-align: right;
}

li.submit input {
margin-left: 6em;
background: #c0c0c0 url(i/buttonback.gif) 0 0 repeat-x;
border: 1px solid;
border-color: #ddd #111 #111 #ddd;
font-weight: bold;
text-transform: uppercase;
}

input:focus, select:focus, textarea:focus {
background: #fcc;
border: 2px solid #333;
}

.contentLabelStructure {
    position:relative;
    top:50px;
    left:80px;
    width:400px;
}

main 
{
 width:400px;
 height:200px;   
}