body {
font-family:verdana,courier;
background-color:#CCCCCC;
font-color:#666666;
line-spacing:110%;
margin-top:2px;
}

p {
    margin: 0px;
    margin-bottom: 15px;
}

h2 {
    margin: 0px;
}

code {
    overflow: auto;
    margin:10px;
    display:block;
}

#check {
background-color: #CCCCCC;
}
#check .badtext {
color:red;
border:1px solid black;
}

#check .goodtext {
color:green;
border:1px solid black;
}

.content {
text-align:center;
}

.midbox, .redirbox {
padding:5px;
}

.midbox a {
color: black;
}

.graybox {
width:600px;
padding:10px 5px 10px 5px;
}

.midbox, .redirbox, .graybox, .alert {
    background-color:#B3C6FF;
    width:600px;
    border:5px solid #666666;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    margin: auto;
}

input {
border: 1px solid black;
margin:2px;
font-family:verdana;
}

.bookmarklet {
    text-decoration:none;
    color:black;    
    font-size:38px;
    padding:4px;
}

/* Alert messages */
    #alert_wrapper {
        width:610px;
        margin:auto;
    }
    
    .alert {
        margin: 0 auto 15px;
        padding: 5px; 
    }
    
        .alert p {
            line-height:1.3em;
            width:500px;
            overflow:hidden;
        }
    

        .alert img {
            margin:0px 5px;
            height:25px;
            width:25px;
        }
        
        .alert table {
            width:600px;
        }
        
#stat_chart {
    margin: 10px;
    background-color: white;

}

#embed, #embedtw {
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}