/*
// #4821bf
// #2138bf, #8821bf
// #98BF21, #2198bf, #bf2198
// #bf9821, #48bf21
// #101403
*/

body { 
    background: #98BF21;
    font-family: Tahoma, sans-serif;
    font-size: 12pt;
    margin: 0px;
}
#cont, #loginbox { 
    width: 900px; margin: 0px auto; 
    background: white;
    border: 5px #536912 solid; border-top-width: 0px;
    padding: 30px;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
#loginbox {
    position: absolute;
    top: 20%; left: 50%;
    border-top-width: 5px;
    width: 300px;
}
#footer.abs {
    position: absolute;
    bottom: 0; right: 0;
    padding-right: 40px;
    padding-bottom: 20px;
}
#footer {
    width: 900px; margin: 30px auto;
    color: #536912;
    text-align: right;
}
#footer a {
    color: #536912;
    font-weight: bold;
    text-decoration: none;
}

#header { width: 900px; }
#header h1 { margin: 70px 0px 70px 0px; }
#header span { 
    color: #bf2198;
    margin: 0px; margin-top: 10px; padding: 0px;
    font-size: 14pt;
    -webkit-transform: rotate(-30deg); 
    -moz-transform: rotate(-30deg);	
    position: absolute;
}
#header u { text-decoration: none; }

p { line-height: 18pt; }

#intro { color: #666; }
#intro u { font-weight: bold; text-decoration: none; font-size: 16pt; white-space: nowrap;}

#steps { clear: both; margin: 50px auto; background: #2198bf; padding: 10px; color: white;  }
#steps h1 { font-size: 14pt; }
#steps ol { margin: 0px; padding: 0px; }
#steps li { 
    display: block;
    float: left;
    width: 278px; height: 40px;
    margin: 0px; margin-right: 5px; padding: 5px; 
    list-style-type: decimal;
    color: #2198bf;

    background: white;
}
#steps li span {
    float: left;
    font-size: 24pt;
    color: #aaa;
    width: 35px;
    font-weight: bold;    
}

fieldset { border: none; margin-left: 15px; }
fieldset legend { color: black; margin-left: -15px;z-index: 1;position:relative; padding-bottom: 5px; font-weight: bold; }
label { color: #333; width: 80px; display: block; float: left; line-height: 18pt; }

fieldset#new { 
    width: 370px; 
    float: right; 
    margin-left: 100px; 
    margin-right: 0px;
    border: 3px solid #ccc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 15px;
}
fieldset#new label {
    width: auto; margin-right: 5px;
}
#logout {
    width: 940px;
    margin: -30px;
    margin-bottom: 30px;
    background: #555;
    font-size: 13px;
    color: #aaa;
    padding: 10px;
    text-align: right;
}
#clicks {
    float: right;
    background: #aaa;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 10px;
}
#clicks span {
    font-size: 12px;
}

.awesome, .awesome:visited {
    background: #333 url(alert-overlay.png) repeat-x !important;  
    margin-top: 1px;
    vertical-align: middle;  
    background: #333;
    display: inline-block;
    padding: 5px 5px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: 0px; border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

.awesome:active	{ top: 1px; }

.pink, .pink:visited { background: #bf2198 !important; }
.green, .green:visited { background: #536912 !important; }
.blue, .blue:visited { background: #2198bf !important; }
.orange, .orange:visited { background: #ff5c00 !important; }

.small { font-size: 12px; text-shadow: 0px 0px 0px; }
.large { font-size: 18px; padding: 6px 12px 7px; }


input.input-text, input.password, textarea { 
    background: transparent url(img/input-bg.png) no-repeat 0 0; 
    margin: 0 0 10px; padding: 5px 4px; 
    border: 1px solid #bbb; 
    -moz-border-radius: 2px; -webkit-border-radius: 2px; 
    -webkit-box-shadow: 0 1px 1px #fff; 

    line-height: 18px;
    color: #999; 
    width: 150px; 
}

form input.input-text:focus, form textarea:focus { 
    padding: 2px 3px; 
    border: 2px solid #888;
    color: #333; 
    outline: none; 
}

div.error, div.notapproved, div.approved {
    background: #a83e00;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#htmlcode {
    float: left;
    width: 500px;
}
#htmlcode textarea {
    width: 500px;
    height: 110px;
    white-space:nowrap;
    padding: 0px;
    color: #000;
    background: #aaa;
    margin-top: 5px;
}

div.approved, div.notapproved {
    margin-left: 550px;
    background: #f3f3f3;
    font-weight: bold;
    width: 300px;
    text-align: center;
    font-size: 14px;
}
div.approved p, div.notapproved p {
    text-align: left;
    font-weight: normal;
}
div.approved {
    color: #000;
}

div.notapproved {
    color: #a83e00;
}

