div.sc_infobox_style_error {
    color: #d29898;
    border: 1px solid #edcece;
    background: rgb(255,250,250);
    background: -moz-linear-gradient(top, rgba(255,250,250,1) 0%, rgba(255,233,233,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,250,250,1)), color-stop(100%,rgba(255,233,233,1)));
    background: -webkit-linear-gradient(top, rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%);
    background: -o-linear-gradient(top, rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%);
    background: linear-gradient(to bottom, rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafa', endColorstr='#ffe9e9',GradientType=0 );
}
div.sc_infobox {
    text-align: center;
    padding: 9px 10px 9px;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 15px 0;
    font-weight: bold;
    position: relative;
}
form label.required:after {
    content: "*";
    position: absolute;
    top: -2px;
    right: -12px;
    color: #bc3a3a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.strong { font-weight: bold; }

.rTable {
  	display: table;
  	width: 100%;
}
.rTableRow {
  	display: table-row;
}
.rTableHeading {
  	display: table-header-group;
  	background-color: #ddd;
}
.width50 { width: 50%; }
.width100 { width: 100%; }
.rTableCell, .rTableHead {
  	display: table-cell;
  	padding: 3px 10px;
	/*width: 50%;*/
  	/*border: 1px solid #999999;*/
}
.rTableHeading {
  	display: table-header-group;
  	background-color: #ddd;
  	font-weight: bold;
}
.rTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
  	background-color: #ddd;
}
.rTableBody {
  	display: table-row-group;
}

table.resellers {
	width:100%;
	border-spacing: 5px;
}
table tr td.resellers-header {
	border: 1px solid grey; text-align:center;
} 
