/* form elements */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Buttons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.PageButton
{
    margin: 10px 5px 5px 5px;
    visibility: inherit;
    display: inline;
}

input.button
{
    font-size: 12px;
    background-image: url(images/but_bg.gif);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    height: 22px;
    background-color: #F6F6F6;
    border: thin inset #c5c7c9;
}
.FormButton{
	font-size: 12px;
	background-image: url(images/but_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	height: 22px;
	background-color: #F6F6F6;
	border: thin inset #c5c7c9;
}
.LinkButton
{
    padding: 2px 6px 2px 6px;
    font-size: 12px;
    background-image: url(images/but_bg.gif);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    height: 22px;
    background-color: #F6F6F6;
    border: thin inset #c5c7c9;
    text-decoration: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Fields
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input.textbox 
{
    font-size: 11px;
    color: #333333;

}s
.textbox 
{
    font-size: 11px;
    color: #333333;

}
input.textboxAdmin
{
}

textarea 
{
}

select.sel
{
}

.error
{
    color: #FF0000;
    font-size: 10px;
}
.fieldname
{
    font-size: 11px;
    color: #00005E;
}
.formTxt
{
    font-size: 11px;
    color: #00005E;
}

.formField
{
    font-size: 11px;
    color: #333333;
}
.CommentBorder
{
    border: 1px solid #C0C0C0;
}

/*-------------------*/
/*      DDL          */
/*-------------------*/

.DDL{
    font-size: 11px;
    color: #333333;
}
.w50{
    width: 50px;
}
.w60{
    width: 60px;
}
.w70{
    width: 70px;
}
.w80{
    width: 80px;
}
.w90{
    width: 90px;
}
.w100{
    width: 100px;
}
.w110{
    width: 110px;
}
.w120{
    width: 120px;
}
.w130{
    width: 130px;
}
.w140{
    width: 140px;
}
.w150{
    width: 150px;
}

/*-------------------*/
/*      Form          */
/*-------------------*/
#SearchFrom .Form .SearchBox table tr td table tr td .hpFormTxt {
	color: #FFF;
	font-size: 11px;
}
.TB100{
    font-size: 11px;
    color: #333333;
    width: 100px;
}
.TB90{
    font-size: 11px;
    color: #333333;
    width: 90px;
}
.TB80{
    font-size: 11px;
    color: #333333;
    width: 80px;
}
.TB75{
    font-size: 11px;
    color: #333333;
    width: 75px;
}
.TB50{
    font-size: 11px;
    color: #333333;
    width: 50px;
}

.smTDWidth{
    width: 100px;
}
/* Added by Azeem M - Start here*/
.NewFeeltd
{
	font-family: Arial:Tahoma;
	font-size: 12px;
	text-align: right;
}


.NewFeelTextBox
{
	font-family: Arial:Tahoma;
	font-size: 12px;
	width:200px;
	
}

.NewFeelrequired
{
	font-family: Arial:Tahoma;
	font-size: 12px;
	color:Red;
}

/* End here */
