#container {
  display: table;
  
}


#left, #right {
display: table-cell;
}



fieldset {
    font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
    color: #666;
    background-color: #efefef;
    padding: 2px;
    border: solid 1px #d3d3d3;
    width: 600px;
	margin: auto  auto auto 20px;
	
}

.logobox {
  position:fixed;
  border: solid 1px #000;
  background:url(images/Sprintlogo.gif);
  width:280px;
  height:419px;
  margin-left:420px;
  top:30px;
  padding:10px;
  float:left;
}
	
 legend {
    color: #666;
    font-weight: bold;
    font-variant: small-caps;
    background-color: #d3d3d3;
    padding: 2px 6px;
    margin-bottom: 8px;
 }
	
label  {
    font-weight: bold;
    line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 150px;
 }
 
label.fieldLabel	{
	display: inline;
	float: none;
}


 input.formInputText  {
    font-size: .8em;
    color: #666;
    background-color: #fee;
    padding: 2px;
    border: solid 1px #f66;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 18px;
    }

 input.radio1 {
  margin-left:165px;
}


 input.radioMin {
  z-index:500;
  margin-right:89px;
}

	
select.formSelect {
    font-size: .8em;
    color: #666;
    background-color: #fee;
    padding: 2px;
    border: solid 1px #f66;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    }

select.formSelect:hover {
    color: #333;
    background-color: #FFCC00;
    border: solid 1px #006600;
}
 
 select.formSelect:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #006600;
 }
 input.formInputButton   {
	font-size: 1em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 url(images/bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: left;
	}
	
input.formInputButton:hover   {
	background-image: url(images/bg_button_hover.png);
	}
	
 input.formSubmitButton   {
    font-size: 1em;
	font-weight: bolder;
    border: solid 1px #FFCC00;
	background: url(images/submit.jpg);
    float: right;
	}
	
input.formSubmitButton:hover   {
	background-image: url(images/submit_over.jpg);
	}	
	
.EightHundredNum{
	color: #cb5b0a;
	font-weight: bold;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
}
.checkboxes {
display:inline-table;
text-align:left;
}
 
