@charset "utf-8";
/* CSS Document */

#compCalc {
background-color: #F5F5F5;
border:#888888 1px solid;
padding: 5px;
margin-left: 35px;
width: 450px;
}

#compCalcform input, textarea, select
 {
 color: #444444; 
background:#fcfcfc;
border:#888888 1px solid
 } 