
.fntext.small { 
    width:100px; 
    height:14px; 
}

.fntext.big { 
    width: 130px;
    height: 14px;
    margin-right: 3px;
}

.fntext.extrabig { 
    width: 220px;
    height: 14px;
    margin-right: 3px;
}

.fntext { 
    float:left;
    margin-left:6px; 
    margin-top:1px;
    font-size:11px;
}

textarea { 
    width: 190px;
    height: 60px;
    max-width: 190px;
    max-height: 60px;
    margin: 3px 5px;
    font-size: 11px;
    padding: 5px;
}

.fnbutton.small {
    float:left;
    height: 20px;
    width: 16px;
    padding-left: 4px;
    margin: 1px 0px 0px 3px;
}

.fnbutton.big {
    margin-top:2px;
}

.fnbutton {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
    
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
    
	text-indent:0;
	border:1px solid #dcdcdc;
	color:#777777;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
}
.fnbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.fnbutton:active {
	position:relative;
	top:1px;
}

.fnselect.small {
    margin-top:5px;
    margin-bottom:3px;
	font-size:9px;
 }

.fnselect.big {
    height: 21px;
    font-size: 12px;
 }

.fnselect {
	font-family:"Arial";
    height:19px;
}

.fnselectarrow {
    font-size:11px; 
    line-height:24px;
    color:#525252;
    margin:0px 2px;
}

.fnclear {
	clear:both;
}
