/* CSS Document */

.success {

color: green;

font-weight:bold;

}



.error, .failure{

color:red;

font-weight:bold;

}



.pointer{

cursor: pointer;

color:red;

}



label{

display:block;

}

div#container{

clear:both;

display:block;

width:100%;

}

div#divmenu{
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}



div#main{

width:95%;

margin: 0 auto;

}



thead{

font-weight:bold;

}



.cnt{

display:inline;

}