.irad  { 
	position: relative; 
	bottom: -2px; 
}

.note { 
	background-color: #FEE672; 
	font-size: 100%; 
}

.ss_form_section_fil0 { 
	padding: 0px; 
	width: 0.5%; 
}

/* 
   important: disabled style for not IE (6-8) 
   html element cannot be set to disabled in js without this style (for not IEs). 
   In IE this style sets all elements to disabled, also enabled ones :-( 
*/
.ibtn[disabled=""], .isub[disabled=""] {
        background-color: white;
        color: #dddddd;
        border: solid 2px #dddddd;
        box-shadow: 2px 2px 3px #eeeeee;
        -moz-box-shadow: 2px 2px 3px #eeeeee;
}

.ibtn[disabled=""]:HOVER, .isub[disabled=""]:HOVER {
        background-color: white;
}

