/* 
    Document   : index
    Created on : Nov 1, 2014, 2:37:47 PM
    Author     : C. Thilakarathna
    Description: Live Test Server Project.
        Purpose of the stylesheet follows.
*/
@media screen and (max-width: 3000px) {
    .button{
       width: calc(33.00% - 1px);
    }
    .label{
        text-align: right;
    }

}
@media screen and (max-width: 900px) {
    .button{
       width: 32.80%;
    }
    
}
@media screen and (max-width: 780px) {
    .button{
        width: 32.60%;
    }
    .label{
        text-align: left;
    }     
}
@media screen and (max-width: 480px) {
    .button{
        width: 100%;
    }
   
    .input{
        text-align: center;
    }
    .label{
        text-align: left;
    }
    
}

root { 
    display: block;
    margin: 0 auto;
}
body{
    background: #cccccc;
    text-align: center;
}
.topbox{
    overflow: hidden;
    border-radius: 15px;
    max-width: 936px;
    width:100%;
    border: 1px solid #60BFF3;
    margin: 0 auto;
    min-width: 240px;
    background: white;
}
.button{
    display:inline-block;
    background:#f99c01;
    color:white;
    padding:10px 0px;
    font-size: 40px;
     cursor: pointer;
}
.button:hover{
    background: #fff;
    color:f99c01;
}
.Title{
    color: 680529;
    background: none repeat scroll 0% 0% #FFF;
    font-size: 70px;
    font-family: Impact,Charcoal,sans-serif;
    padding-top: 20px;
    padding-bottom: 0px;
   
}

.subtitle{
    color: 680529;
    background: none repeat scroll 0% 0% #FFF;
    font-size: 50px;
    text-align: center;
    padding-bottom: 15px;
    font-family: Impact,Charcoal,sans-serif;    
    
}

/*bottom box styles*/
.bottombox{
    overflow: hidden;
    max-width: 936px;
    width:100%;
    border: 1px solid #60BFF3;
    margin: 0 auto;
    min-width: 240px;
    background: white;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top:10px;
    font-size: 30px;
    color:#444444;
}
.row{
    width:100%;
    float:left;
    display:block;
    margin-top:10px;
    border-bottom: 1px dashed #cccccc;
    margin-left: 30px;;
}
.label{
    display: inline-block;
    float:left;
    min-width: 300px;
    margin-right: 10px;
    
}
.input{
    display: inline-block;
    float: left;
}
.input input{
    min-height: 30px;
    border-radius: 3px;
    border:1px solid #888;
    min-width:200px;
    font-size: 20px;
    color:#444444;
    
}
.webbutton{
    border:1px solid #888;
    background: #f99c01;
    color:white;
    font-size: 20px;
    padding:5px 10px;
    min-width:100px;
    border-radius: 5px;
    cursor: pointer;
}
.webbutton:hover{
    border-color: #000088;
}
.err{
    color:red;
    float: left;
    font-size: 20px;
    display: none;
}
.poweredby{
    background-color:black;
    color: yellow;
    font-size: 20px;
    margin-top: 0px;
    max-height: 30px;
    overflow: hidden;
    max-width: 936px;
    width:100%;
    border: 1px solid #60BFF3;
    margin: 0 auto;
    min-width: 240px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
 
}