@charset "utf-8";
/* CSS Document */
#form {
 height:200px;
 width: 150px;
 background-color: #eeeeee;
 text-align:center;
 border: 1px solid #cccccc;
 background: #F1F3F5;
 font-family: Arial, Helvetica, sans-serif; 
 font-size : 12px; 
 color:#CCCCCC; 
 } 

#inputtxt {
	background-color:#F4FEFF;
 border: 1px solid #cccccc;
 font-size : 12px;
 width: 119px;
 height:15px;
 color:#66CCFF;
 
}

#outputtxt {
	background-color : #eeeeee;
 border: 1px solid #cccccc;
 font-size : 12px;
 width: 119px;
 height:15px;
 color:#66CCFF; 
  
}

#button {
background-color : #eeeeee;
              border: 1px solid #cccccc;
              font-size : 12px;
              width: 75px;
              height:19px;
             
             float: center;
             color:#66CCFF; 	

}

#title{

       font-family: Arial, Helvetica, sans-serif;
       font-weight:bold;
       font-size : 12px; 
       color:#CCCCCC; 
 
}
#footer{
	 font-family: Arial, Helvetica, sans-serif;
               font-size : 10px; 
               color:#CCCCCC; 
}
