
/* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */


#box {  /* this controls the round corner form box*/
	    margin-top:150px;
		margin-left:auto;
        margin-right:auto;
        padding: 30px;
	    border: 5px solid #000000;
	    background-color: #cccc99;
        font: 100%/11px Arial, Helvetica, sans-serif;
	    color: #2D486C;
	}
 
 #box {   /* this controls the box around the form and the form */
	width: 600px;  /* adjust this if you want the inner outer Box size changed */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;  /* adjust this if you want the inner outer Box size changed */
}
html > body #box { /* adjust this if you want the inner outer Box size changed */
	width: 600px;
}

h1 {  /* heading tag*/
  font: 12px Arial, Helvetica, sans-serif;

}
input.txt {    /* Controls the the Field Text */
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #FFF;
  border: 1px inset #666666;    /* the lower border line colour of the single textfield */
  width: 200px;
}
input.btn {   /* Controls the the text button*/
  color: #ffffff;
  background-color: #000;
  border: 1px outset #cccc99;
  margin-left:160px;
}

form p {  /* Controls the text in the paragraphs*/
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {  
  float: left;
  width: 35%; /*control the lable text width*/ 
  font: bold 12px Arial, Helvetica, sans-serif;
}

.roundborder {  /*Round corners make sure you save a copy before playing with this*/
	height: 1px;
	overflow: hidden;
	background-color: #B0C4DE;
	border-right: 1px solid #33527B;
	border-left: 1px solid #33527B;
}
.c1 {
	margin: 0 12px 0 12px;
	border: none;
	background-color: #33527B;
}
.c2 {
	margin: 0 9px;
	border-width: 0 3px;
}
.c3 {
	margin: 0 7px;
	border-width: 0 2px;
}
.c4 {
	margin: 0 6px;
}
.c5 {
	margin: 0 5px; 
}
.c6 {
	margin: 0 4px;
}
.c7 {
	margin: 0 3px;
}
.c8 {
	margin: 0 2px;
	height: 2px;
}
.c9 {
	margin: 0 1px;
	height: 3px;
}
.content {
	height: 100%;  /*% hack to make this work in IE*/
	padding: 0 15px;
}