.txtHeader { width:610px; position:absolute; left:290px; } /*restores default values*/ /*color: buttontext;*/ /*input[type="submit"] { padding: 2px 6px 3px; border: 2px outset buttonface; border-color: buttonface; background-color: buttonface; -webkit-rtl-ordering: logical; border-radius: 0px; color: initial; font-size: 13px; }*/ /*restores default values*/ input[type="button"] { background-color: buttonface; font-size: 13px; color: buttontext; border: 2px outset buttonface; /* padding: 1px 6px; */ border-radius: 0px; -webkit-rtl-ordering: logical; } input[type="button"]:hover { /*background-color: -moz-buttonhoverface;*/ background-color: buttonface; border-color: buttonface; color: buttontext; font-size: 13px; border-style: window-inset;/*Default = window-inset*/ /*border: 0px;*//*Default = NULL*/ padding: 1px 6px; border-radius: 0px; /*-webkit-rtl-ordering: logical;*/ } input[type="button"]:active { background-color: buttonface; font-size: 13px; color: buttontext; border: 2px inset buttonface; padding: 1px 6px; border-radius: 0px; -webkit-rtl-ordering: logical; } /* The *normal* state styling */ /* The *normal* state styling */ /* The *normal* state styling */ button,input[type="submit"]{ background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.5)); background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.98)), color-stop(100%, rgba(255, 255, 255, 0.5))); background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.5)); filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#98ffffff', EndColorStr='#50ffffff'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#98ffffff', EndColorStr='#50ffffff')"; background-color:rgb(154, 154, 154); border:1px outset rgb(102, 102, 102); border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:1px 6px; box-shadow:0px 0px 0px rgb(255, 255, 255); -moz-box-shadow:0px 0px 0px rgb(255, 255, 255); -webkit-box-shadow:0px 0px 0px rgb(255, 255, 255); font-size:13px; font-weight:normal; color:rgb(0, 0, 0); text-shadow:1px 1px 3px rgb(255, 255, 255); } /* The *hover* state styling */ button:hover,input[type="submit"]:hover{ background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 205, 0) 75%); background-image:-webkit-gradient(linear, left top, left bottom,color-stop(20%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 205, 0))); background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 205, 0) 75%); filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#90ffffff', EndColorStr='#00ffffcd'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#90ffffff', EndColorStr='#00ffffcd')"; background-color:rgb(205, 205, 205); box-shadow:1px 1px 3px rgb(154, 154, 154); -moz-box-shadow:1px 1px 3px rgb(154, 154, 154); -webkit-box-shadow:1px 1px 3px rgb(154, 154, 154); text-shadow:0px 0px 1px rgb(102, 102, 102); } /* The *active* state styling */ button:active,input[type="submit"]:active{ background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.6)); background-image:-webkit-gradient(linear, right bottom, right top,color-stop(40%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.6))); background-image:-moz-linear-gradient(90deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.6)); filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#90ffffff', EndColorStr='#60ffffff'); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#90ffffff', EndColorStr='#60ffffff')"; background-color:rgb(102, 102, 102); border:1px inset rgb(102, 102, 102); box-shadow:1px 1px 2px rgb(154, 154, 154); -moz-box-shadow:1px 1px 2px rgb(154, 154, 154); -webkit-box-shadow:1px 1px 2px rgb(154, 154, 154); text-shadow:0px 1px 1px rgb(102, 102, 102); } /*OPTION SECTION ON APL_admin PAGE*/ #containerOptions { width: inherit; height: 360px; max-width: 1024px; min-width: 720px; } #optionsHeader { margin-bottom: 5px; width: auto; min-height: 20px; } #options1 { float: left; width: auto; /* [disabled]margin-right: 5px; */ /* [disabled]margin-left: 5px; */ /* [disabled]clear: none; */ margin: 5px; } #options2 { float: right; width: 335px; /* [disabled]height: inherit; */ margin-right: 25px; clear: right; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; } #options3 { width: 335px; float: right; clear: right; margin-right: 25px; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; }