/* Sales Page Form */
.sales_contact
{
   background-color:#eceded;
   border:1px solid #bdbcbc;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14pt;
   color:#000;
   text-align:center;

   display:block;
   float:right;
   width:250px;
   padding:10px;
   margin:6px 20px 20px;
}
.sales_contact h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
    text-transform:uppercase;
}
.sales_contact h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight:bold;
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sales_contact ul {
	list-style-type: none;
	margin: 10px;
}
.sales_contact ul li {
    background:url(styles/default/rarrow.png) no-repeat left 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;	
	text-align: left;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 0 0 0 20px;
}
.sales_contact label {
    font-size:14px;
    height:20px;
    line-height:20px;
    padding:5px;
}
.sales_contact input {
    border:1px solid #749DC6;
    font-size:14px;
    width:175px;
    height:20px;
    line-height:20px;
    margin:5px;
}


.sales_contact input.submit {
    background:#005267; 
    border:1px solid #999999; 
    height:34px;
    width:150px;
    color:#fff; 
    font-weight:bold; 
    margin-top:15px; 
    margin-bottom:15px;
}
.sales_contact table {
    margin:0;
    padding:0;
}
/* End - Sales Page Form */

/* Johnson Boxes */

.box_1 {
background:#DFF1FF none repeat scroll 0 0;
border:1px solid #000;
}

.box_2{
background:#FFFFDD none repeat scroll 0 0;
border:1px solid #F2C218;
}

