/* CSS Document */
body{

    font-family: Arial,sans-serif;
    font-size: 10pt;
    color: #333333;
    line-height: 1.166; 
    margin: 0px;
    padding: 0px;
    background: #cccccc url(../images/bg_grad.jpg);

}

#main{
  background-color: white;
  border: 1px solid black;
  width: 750px;

}

div#globalNav{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 700px;
    min-width: 720px;
    height: 30px;
    color: #cccccc;
    padding: 0px;
    background-image:  url(../images/glbnav_background.gif);
}

#gnl {
    position: absolute;
    top: 0px;
    left:0px;
}

#gnr {
    position: absolute;
    top: 0px;
    right:0px;
}

div#langselect {
    padding-top: 2px;
    padding-left: 12px;
    text-align: left;
}

div#signup label {
    width: 180px;
    float: left;
    text-align: left;
}

fieldset.error {
    border: 1px solid white;
    color: red;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
}

legend.error {
    color: red;
    font-size: 11pt;
}

div#signup {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 10px;
    text-align:left;
}

div#copyright {
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: black;
    text-align: center;
}

div#copyright span.copyright a {
    text-decoration: none;
    color: black;
}

input, select {
    margin-top: 2px;
}
