@charset "utf-8";
body {
font:Arial, Helvetica, sans-serif;
background-color: #42413C;
margin: 0;
padding: 0;
color: #000;
}
.cont-2{
margin-top:15px;
}
#cname,#oname,#branch,#email,#cemail,#pass,#cpass,#address,#ct,#pcode,#country,#ctnum,#select{
width:99%
}
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
width: 960px;
background-color: #FFF;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content {
padding: 10px 0;
}