#box {  /* this controls the round corner form box*/
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #FFF;
	font: 100%/1.6 Arial, Helvetica, sans-serif;
	color: #2D486C;
	}
 
 #box {   /* this controls the box around the form and the form */
	width: 550px;  /* adjust this if you want the inner outer Box size changed */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 550px;  /* 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: 550px;
}

h1 {  /* heading tag*/
  font: 1.5em Arial, Helvetica, sans-serif;

}
h2 {  /* heading tag*/
  font: 100 9pt/16px  Tahoma,  sans-serif; color:#900;

}
input.txt {    /* Controls the the Field Text */
  color: #00008B;
  background-color: #E3F2F9;
  border: 1px inset #00008B;
  width: 200px;
}
input.btn {   /* Controls the the text button*/
  color: #ffffff;
  background-color: #000;
  border: 1px outset #00008B;
  margin-left:180px;
}
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 0.9em 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 0px 0 0px;
	border: none;
	background-color: #33527B;
}

.content {
	height: 400px;  /*% hack to make this work in IE*/
	padding: 0 15px;
}

