/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 26, 2016, 3:58:45 AM
    Author     : queen
*/
body{
    padding: 0; 

}

.textarea {
    border-style: inset;
    border-width: 2px;
}
#containder{ position: absolute;
             width: 100%;
             height: 700px;
             background:  activeborder;
             //margin: 0% 25% 0% 25%;
             //padding: 2% 25% 2% 0;
             //text-align: center;
             padding-left: 1%;
             padding-top: 0%;
             font-size: small;
}
.txt{
    width: 95%;
    padding: 5px 0.5%;
    font-size: 10px;
    color: #333;
    border-style: ridge;
    font-size: small;
    border-color: #333333;
    border-top-color: #cccccc;
    border-bottom-color: #333333;
    border-style: inset;
    border-width:thin;
    border-top-width:0.11em;
    border-radius: 3%;


}

.txt1{
    width: 80%;
    padding: 5px 0.5%;
    font-size: 10px;
    color: #333;
    border-style: ridge;
    font-size: small;
    border-color: #333333;
    border-top-color: #cccccc;
    border-bottom-color: #333333;
    border-style: inset;
    border-width:thin;
    border-top-width:0.11em;
    border-radius: 3%;


}

.spacing input{
    margin-bottom: 5px;
    font-family: monospace;
}
.messagetxt{
    width: 55%;
    height: 50px;
    padding: 3px 0.5%;
    font-size: 15px;
    color: #333;
    border-style: ridge;
    font-size: small;
    border-color: #333333;
    border-top-color: #cccccc;
    border-bottom-color: #333333;
    border-style: inset;
    border-width:thin;
    border-top-width:0.11em;
    border-radius: 3%;


}
#submit{
    /* margin-left: 9%; */
}
.btn{
    width: 10%;
    height: 50px;
    background: activeborder;
    color: #333;
    border-radius: 10%;
    font-size: 20px;
    font-weight: bold;

}

.toolbar{
    padding-left : 9%;

}
/* #btnedit-title{
        margin-left :25%;
        
} */

#prompt{
    position: relative;
    background-color: #cccccc;
    width : 13%;
    height :150px;
    padding-left: 10px;
    padding-top: 0.5%;
    padding-bottom:1%;
    border-radius:5%;
    font-size: 13px;
    float: top;
    
}