/*
  file   : layout.css
  Client : 
  Author : 
  Date   : 
*/

* {
  margin:0;
  padding:0;
}


br {
  clear:both;
}

form {
  width:800px;
  height:380px;
  background:url(../imgs/bg.jpg) no-repeat;
  padding:220px 0 0 100px;
}

#termsConditions {
  width:900px;
  background:#231f20 url(../imgs/bg_terms.jpg) no-repeat;
  padding:220px 350px 30px 30px;
}