/* CSS Rounded corners columns */


.col-one, .col-two, .col-three, .col-four
{
  /*width: 300px;
  margin: 60px auto;
  color: #6274c7;
  padding: 14px 20px;*/
  border:1px solid #ccc;
  /* Rounded corner stuff starts here */
  background-color: #fff;/*e4ebf4;/*3f6daf;*/
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

.far_rt
{
  width: 500px;
  margin: 60px auto;
  color: #6274c7;
  padding: 14px 20px;
  border:1px solid #ccc;
  /* Rounded corner stuff starts here */
  background-color: #fff;/*e4ebf4;/*3f6daf;*/
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}



<!--[if gte IE 7]>

.far_rt
{
  position: relative;
}

.far_rt > .tl, .far_rt > .tr, .far_rt > .bl, .far_rt > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.far_rt > .tl
{
  background: url(../rounded/colhead-tlw.png) top left no-repeat;
  top: 0;
  left: 0;
}

.far_rt > .tr
{
  background: url(../rounded/colhead-trw.png) top right no-repeat;
  top: 0;
  right: 0;
}

.far_rt > .bl
{
  background: url(../rounded/colhead-blw.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.far_rt > .br
{
  background: url(../rounded/colhead-brw.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}


.far_rt ul.erro {

}

.far_rt ul.erro li  {
	color: #ccc;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.7em;
	padding: 4px 4px;
	margin: 10px;
}


.far_rt ul.erro li a {
	margin: 6px;
	padding: 5px 5px;
	color: #3e5989;
	font-size: 1.6em;
	font-weight: bold;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;*/
	background: #fff;
	text-decoration:none;
}
