

 /**********************************************************************************/
 /*                                                                                */
 /**********************************************************************************/

 .info
 {
  font-size : 12px;
  font-family : normal;
  font-family: Arial, Helvetica, sans-serif;

  line-height: 14px;
  color : #666666;



  width : 256px;
  float : left;
  background : url('../images/misc/box_hard_bottom_left.png') no-repeat left bottom;
 }


 .stamp
 {
  background : url('../images/misc/box_hard_bottom_left_stamp.png') no-repeat left bottom;

 } 



 .info .box_outside
 {
  padding : 0px 0px 5px 0px;
  background : url('../images/misc/box_hard_bottom_right.png') no-repeat right bottom;
 }


 .info .box_outside .box_inside
 {
  background : url('../images/misc/box_hard_top_left.png') no-repeat left top;
 }


 .info .box_outside .box_inside .box_inner
 {
  background : url('../images/misc/box_hard_top_right.png') no-repeat right top;
  padding : 5px 0px 0px 5px;
 }


 .info .box_outside .box_inside .box_inner .box
 {
  padding : 10px 10px 10px 10px;
 }


 /**********************************************************************************/
 /*                                                                                */
 /**********************************************************************************/

 .box .name
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_name.gif') no-repeat left top;
 }


 .box .address
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_address.gif') no-repeat left top;
 }


 .box .phone
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_phone.gif') no-repeat left top;
 }

 .box .twitter
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_twitter.gif') no-repeat left top;
 }

 .box .linkedin
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_linkedin.gif') no-repeat left top;
 }


 .box .email
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_email.gif') no-repeat left top;
 }


 .box a
 {
  font-weight     : bold;
  text-decoration : none;
  color           : #666666;
 }

 .box a:hover
 {
  font-weight     : bold;
  text-decoration : underline;
  color           : #666666;
 }




 .box .education
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_education.gif') no-repeat left top;
 }


 .box .legal
 {
  padding : 4px 0px 10px 30px;
  background : url('../images/misc/icon_legal.gif') no-repeat left top;
 }


 .box .legal a
 {
  font-weight     : bold;
  text-decoration : none;
  color           : #666666;
 }

 .box .legal a:hover
 {
  font-weight     : bold;
  text-decoration : underline;
  color           : #666666;
 }


