#left_content {
  float: left;
  width: 420px;
  margin-top: 16px;
  margin-left:55px;
  text-align:justify;
  background-color:#FFFFFF;
}

.error_msg{
	color:#DD3434!important;
	padding:3px 5px 3px 25px;
	color:#DD3434;
	clear:both;
	background-color: #FFF0F0;
	background-image: url(img/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border: thin dotted #990000;
	border-width:1px;
}

.box {
	clear: both;
	margin-bottom: 16px;
}

.box .b1,
.box .b2,
.box .b3,
.box .b4,
.box .b5,
.box .b6 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}

.box .b1 {
	background-image: url("img/ml.png");
	background-position: left;
	background-repeat: repeat-y;
}

.box .b2 {
	background-image: url("img/mr.png");
	background-position: right;
	background-repeat: repeat-y;
}

.box .b3 {
	background-image: url("img/bl.png");
	background-position: bottom left;
}

.box .b4 {
	background-image: url("img/br.png");
	background-position: bottom right;
}

.box .b5 {
	background-image: url("img/tl.png");
	background-position: top left;
}

.box .b6 {

	background-image: url("img/tr.png");
	background-position: top right;
	padding: 17px;
}


.error {
	clear: both;
	margin-bottom: 16px;
}

.error .b1,
.error .b2,
.error .b3,
.error .b4,
.error .b5,
.error .b6 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}

.error .b1 {
	background-image: url("img/ml.png");
	background-position: left;
	background-repeat: repeat-y;	
}

.error .b2 {
	background-image: url("img/mr.png");
	background-position: right;
	background-repeat: repeat-y;
	
}

.error .b3 {
	background-image: url("img/bl.png");
	background-position: bottom left;	
}

.error .b4 {
	background-image: url("img/br.png");
	background-position: bottom right;	
}

.error .b5 {
	background-image: url("img/error_tl.png");
	background-position: top left;	
}

.error .b6 {
	background-image: url("img/error_tr.png");
	background-position: top right;
	padding: 17px;	
}


.borderLess {
	padding: 10px;
}

.box h2.type {
	margin-top: 3px;
}

.box h2.type,
.box h2.type a {
	text-transform: uppercase;
	color: #8a8585;
}
