
.radfd_PaxRed.radfd_ScrollBars
{
	scrollbar-3dlight-color: #ccc; 
	scrollbar-arrow-color: #292929;
	scrollbar-base-color: #ff6347; 
	scrollbar-darkshadow-color: #595959; 
	scrollbar-face-color: #e4e4e4;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a3a3a3;
	scrollbar-track-color: #f0f0f0;
}

.radfd_PaxRed textarea 
{ 
    visibility: visible !Important;
}

/* label settings */
.radfd_PaxRed label.PaxRed
{
    color: #626262;
   /* padding: 3px 0px 10px 25px;*/
   padding:0 0 0 25px;
   margin:0;
}

/* checkbox settings */
.radfd_PaxRed .radfdCheckboxUnchecked,
.radfd_PaxRed .radfdCheckboxUnchecked.radfdInputDisabled:hover
{

	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_PaxRed .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0 !important;
}

.radfd_PaxRed .radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -200px !important;
}

.radfd_PaxRed .radfdCheckboxChecked,
.radfd_PaxRed .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.radfd_PaxRed .radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.radfd_PaxRed .radfdRadioUnchecked,
.radfd_PaxRed .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px 0;
}

.radfd_PaxRed .radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.radfd_PaxRed .radfdRadioChecked,
.radfd_PaxRed .radfdInputDisabled.radfdRadioChecked:hover 
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -440px;
}

.radfd_PaxRed .radfdRadioChecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -640px;
}
/* end of radiobutton settings */

/* button settings */
a.radfd_PaxRed, a.radfd_PaxRed span
{
	background-image: url(FormDecorator/buttonSprites.png);
	
	font: normal 12px Verdana, Arial, Helvetica, Sans-serif;
	color: #cc0000;	
	font-weight:bold
}

a.radfd_PaxRed.radfdInputDisabled:hover
{
    background-position: 0 0;
}

a.radfd_PaxRed
{
float:left;
	padding-left: 4px;
	margin-left:5px;
}
a.radfd_PaxRed .radfdOuterSpan
{

	text-align:center;
}
a.radfd_PaxRed span
{
	line-height: 25px;
	    background-image: url(FormDecorator/buttonSprites.png);
}
a.radfdSkinnedFormButton span.radfdInnerSpan {
	line-height: 25px!important;
}
a.radfd_PaxRed .radfdInnerSpan,
a.radfd_PaxRed.radfdInputDisabled:hover .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -25px;
}

a.radfd_PaxRed.radfdInputDisabled:hover .radfdOuterSpan
{
	background-position: right 0;
}

/*left*/
a.radfd_PaxRed:hover
{

    	background-position:0 -50px;

}
/*middle*/
a.radfd_PaxRed:hover .radfdInnerSpan
{

	background-position: 0 -75px;
}
/*right*/
a.radfd_PaxRed:hover .radfdOuterSpan
{

	background-position: right -50px;
}

/* clicked button styles */
a.radfd_PaxRed.radfd_Clicked
{
    background-image: url(FormDecorator/buttonSprites.png);
    background-position: 0 -100px;
    background-repeat: no-repeat;

}

/*left side*/
a.radfd_PaxRed.radfd_Clicked span
{
    background-image: url(FormDecorator/buttonSprites.png);
        color:#fff!important;
}
/*middle*/
a.radfd_PaxRed.radfd_Clicked .radfdInnerSpan
{
    background-position: 0 -125px;
    background-repeat: repeat-x;
}
/*right side*/
a.radfd_PaxRed.radfd_Clicked .radfdOuterSpan
{

    background-position: right -100px;
    background-repeat: no-repeat;
}
/* end of clicked button styles */
/* end of button settings */