
body{
    font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}
fieldset{
    border:1px solid #C6CFE1;
}

#content{
    width:760px;
    border:1px solid #C6CFE1;
    background:#DFE4EE;
    padding:0 20px;
    min-height: 500px;
}
#form{
    position:relative;
}
input:focus, textarea:focus
  { background : #f1f6f8;}


label{min-width:120px;display:inline-block;}
input, textarea{width:350px;margin-bottom: 8px;padding:3px;border:1px solid #C6CFE1;}
textarea{height:200px;font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif; font-size: 0.9em}
#userFile{width:300px;}
.left{  float:left;
}
.right {
    float:left;
    padding-left: 4px;

}
#error{
    border:1px solid red;
    background:#f76673;
    margin-bottom:15px;
    padding:10px;
}
#error h2{
    margin:0;
    padding:0;
}
#error ul{
    margin:0;
    padding:5px 0 0 15px; ;
}
 .right p {
    width:230px;

    margin-left:20px;
 }
 .right h2 {
    font-size: 1.3em;
    margin-top:0;
    margin-left:20px;
 }
.clear {
    clear:both;
    float:none;
    height:0;
}

/* The hint to Hide and Show */
.hint {
    display: none;
    position: absolute;
    right: -230px;
    width: 200px;
    margin-top: -3px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url(../gfx/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../gfx/pointer.gif) left top no-repeat;
}
.status{


    color: #4f5050;
    margin:-5px 0 5px 0;
    font-size: 75%;
    width:100px;

}
.bottom{
    position:relative;
    margin-bottom: 20px;
}
.space{
 display: block;
 height:10px;
}
.green {
    background:url("../gfx/green.gif") repeat scroll 0 0 transparent;
    border:1px solid #3B6E22;
    color:#FFFFFF;
    display:inline-block;
    font-size:14px;
    height:28px;
    line-height:28px;
    margin:10px auto;
    padding:0 6px;
    text-decoration:none;
    display:block;
}


