@charset "utf-8";

.contact-box-top {
background-image: url(../images/contact-box-top.png);
/*for i.e. */background-position: bottom;
background-repeat: no-repeat;
width: 350px;
height: 11px;
margin-left: 20px;
}

.contact-box-middle {
background-image: url(../images/contact-box-middle.png);
background-repeat: repeat-y;
width: 350px;
margin-left: 20px;
overflow: hidden;
}

.contact-box-middle p{
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

.contact-box-bottom {
background-image: url(../images/contact-box-bottom.png);
background-repeat: no-repeat;
width: 350px;
height: 13px;
margin-left: 20px;
}


