.formPane
{
	background	:url('/images/sheba/bg.gif') center top repeat-x; 
	width		:478px;
	height		:315px;
	
	-moz-border-radius-topleft		: 5px;
	-moz-border-radius-topright		: 0px;
	-moz-border-radius-bottomright	: 0px;
	-moz-border-radius-bottomleft	: 5px;
	-webkit-border-radius			: 5px 0px 0px 5px;
	border-radius					: 5px 0px 0px 5px; 
}

.shebaCount
{
	width:463px;
	height:46px;
	background-color:#f4f4f4;
}

.output
{
	width		: 463px;
	height		: 50px;
	border		: 1px #DEDEDE solid;
	margin		: 8px 5px 5px 0;
	
	background-color	: #FAFAFA;
	text-align			: center;
}

#form_sheba_calculatesheba_submit
{
	border: 0px;
	margin-right: 50px;
	background: url(/img/pages/sheba/calculation.gif) no-repeat;
	width: 65px;
	height: 20px;
}

#form_sheba_calculatesheba_reverse_submit
{
	border: 0px;
	margin-right: 70px;
	background: url(/img/pages/sheba/calculation.gif) no-repeat;
	width: 65px;
	height: 20px;
}

div[id='captcha-input'], dt, dd
{
	display		: table-cell;
}

dt[id='captcha-label']
{
	width			: 100px;
	vertical-align	: baseline;
}

input[id='captcha-input']
{
	width	: 200px;
}