﻿/* used for solid boxes */

.roundcont {
	margin-top: -6px;
	padding-top: 10px;
	background-color: #ccc;
	color: #000;
}

.roundcontpadding
{
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/NetEnt/rounded/roundedfilledTR.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/NetEnt/rounded/roundedfilledBR.gif) no-repeat top right; 
}

img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}

/* used for rounded borders, ie unfilled boxes */

.roundedborders
{
	margin-top: -21px;
}

.roundedborderspadding
{
	padding: 10px;
}

.t {background: url(../images/NetEnt/rounded/roundedhollowDot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(../images/NetEnt/rounded/roundedhollowDot.gif) 0 100% repeat-x}
.l {background: url(../images/NetEnt/rounded/roundedhollowDot.gif) 0 0 repeat-y}
.r {background: url(../images/NetEnt/rounded/roundedhollowDot.gif) 100% 0 repeat-y}
.bl {background: url(../images/NetEnt/rounded/roundedhollowBL.gif) 0 100% no-repeat}
.br {background: url(../images/NetEnt/rounded/roundedhollowBR.gif) 100% 100% no-repeat}
.tl {background: url(../images/NetEnt/rounded/roundedhollowTL.gif) 0 0 no-repeat}
.tr {background: url(../images/NetEnt/rounded/roundedhollowTR.gif) 100% 0 no-repeat; padding:10px} 