/*
Theme Name: CM2
*/

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -150px;
  width:800px;
  height:300px;
  font-family:"lucida grande","lucida sans unicode",Arial,sans-serif;
  font-size:17px;
}

#header .searchform {       
        width: 300px;
        margin: 0; padding: 40px 0 20px 0;
}


 .s {
        background: white; color: #777;
        width: 200px;
        margin: 0; padding: 8px;
        border: 1px solid #888888;
        font-family:"lucida grande","lucida sans unicode",Arial,sans-serif;
  			font-size:17px;
}



* html .centered { position:absolute }
