#points-calc-title {
    width:320px;
    height:30px;
    background:url(../../images/poker/points-calc-top.gif) no-repeat;
}
#points-calc-title img{
	float:right; 
	margin:5px;
}
#points-calc-bottom-cap {
    width:320px;
    height:5px;
    background:url(../../images/poker/points-calc-bottom.gif) no-repeat;
    font: 0/0; 
}

#points-calculator-wrapper {
            width: 320px;     
}

#points-calculator {
    font-size:10px;
    background:#94826d;
    padding: 4px;
    border-left:1px solid #4c4c4c;
    border-right:1px solid #4c4c4c;
}

#points-calculator  input {
    font-size:10px;
    width:80px;
}

#points-calculator  td.label {
    width:118px;
	color:#fff;
}

#points-calculator  input.total {
    font-weight:bold;
    background-color:#fff;
}

#points-calculator  input.percent {
    background-color:#B7C2CC;
    border:none;
}

/*headings*/
h2 {
	line-height: 1.2;
	padding: 8px 0;
	background: url(../../images/poker/line.gif) repeat-x left bottom;
}
h3, p strong{color:#f9f8c3;}

/*lists*/

ul {
	list-style-type:none;
	margin:10px 0;
	padding:0;
}
ul.prizes li {
	padding: 4px 0 0 10px;
	background:url(../../images/poker/arrow-icon.gif) 0 8px no-repeat;
}
/*other*/
hr{
	border-top: 1px solid #725b3f;
	border-bottom: 1px solid #d4cdc5;
	border-left:none;
	border-right:none;
    color: #94826d;
    background-color: #94826d;
    height: 2px;
}
#points-tip {
	visibility: hidden; 
	float:left; 
	padding-top:28px; 
	width:160px;
}
p.information{
	padding: 4px 0 0 20px;
	background:url(../../images/poker/info-icon.gif) 0 5px no-repeat;
}

