#cb_text
{

width:60%;
float:left;
}

#contact_box,
#contact_form
{
 font-size:16px;
 background-color:#EAEDF2;
 border:solid 1px  #CCCCCC;
 padding:20px;
 width:auto;
 height:100%;
 /*-moz-border-radius: 10px; -webkit-border-radius: 10px;*/
 }

.cb_field{

margin:10px 0;
overflow:auto;
width:50%;

}
#contact_box img
{
float:right;
margin-right:15px;
}
#contact_box .cb_field 
{
width:593px;
}

.cb_label,
.cb_info
{
display:block;
float:left;
}

.cb_info
{
width:208px;
}
.cb_info span.cb_3col{
text-align:right;
}
.cb_label
{
text-align:right;
width:143px;
margin-right: 30px;
font-weight:bold;
color:#333333;
}
#info_table
{
margin:10px 0;
}

.scnd_col
{
  width:160px;
}

.cb_headers .cb_info
{
  font-weight:bold;
  color:#666666;

}

/********* Contact Form ***********/

.field_row 
{
width:100%;
overflow:auto;
}

.field_row  .cb_field
{
float: left;
}
.long_field {
margin:15px 0;
}
.long_field  .cb_field,
.text_field .cb_field
{
width:100%;
}
/*.long_field .cb_field .cb_label
{
  width:220px;
}
*/

.text_field 
{
margin-top:10px;
}
.text_field .cb_field .cb_info
{
  width:617px;
  height:150px;
}

.submit_btn
{
float:right;
margin-right:16px;
margin-top:6px;
}

.rounded_STYLE
{

  background-color:#EAEDF2;
  border:solid 1px  #CCCCCC;
  position: relative;

}

.rounded_STYLE > .tl, .rounded_STYLE > .tr, .rounded_STYLE > .bl, .rounded_STYLE > .br
{
  width:10px;
  height:10px;
  position: absolute;
}

.rounded_STYLE > .tl
{
  background: url(http://www.samaritan.com/NewSite/images/tl.png) top left no-repeat;
  top: -1px;
  left:-1px;
}

.rounded_STYLE > .tr
{
 background: url(http://www.samaritan.com/NewSite/images/tr.png) top right no-repeat;
  top: -1px;
  right:-1px;
}

.rounded_STYLE > .bl
{
  background: url(http://www.samaritan.com/NewSite/images/bl.png) bottom left no-repeat;
  bottom: -1px;
  left:-1px;
}

.rounded_STYLE > .br
{
 background: url(http://www.samaritan.com/NewSite/images/br.png) bottom right no-repeat;
  bottom: -1px;
  right:-1px;
}


