@CHARSET "UTF-8";


#wrapper {


}


#text {
    width: 400px;
    height: auto;
}

#waiting {
    color: #767676;
    text-align: center;
}



.success {
    width: 400px;
    background: #a5e283;
    border: #337f09 1px solid;
   padding:10px;
}

.error {
    width: 400px;
    background: #ea7e7e;
    border: #a71010 1px solid;
	padding:10px;

}