/* * @(#) 50.css  1.0 26/11/02 * * Copyright 2002 Orgdot AS. All Rights Reserved. * http://www.orgdot.com/javaopensource * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See thed * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. *//** * Basic Style sheet formatting, for 5.0+ browsers. Validates as CSS 2.0 * * @author      Olaf Havnes * @version     1.0 26/11/02 * @since       SWFIT1.0 *//* ksys styles */@import url("http://nasjonal.ksys.copyleft.no/ksys/common/css/center/50.css");select{    font-family: arial, helvetica;    font-size: 11px;    color: #000000;    background-color: #ffffff;    width: 150px;}select.optlst-s{    width:  100px;    height:  20px;}select.optlst-m{    width: 150px;    height: 20px;}select.optlst-l{    width: 300px;    height: 20px;}select.mltlst-s{    width:  100px;}select.mltlst-m{    width: 150px;}select.mltlst-l{    width: 300px;}textarea{    font-family: arial, helvetica;    font-size: 11px;    color: #000000;    background-color: #ffffff;    width:  296px;    height: 100px;}textarea.txtrea-s{    width:  280px;    height:  50px;}textarea.txtrea-m{    width:  280px;    height: 150px;}textarea.txtrea-l{    width:  280px;    height: 300px;}input{    font-family: arial, helvetica;    font-size: 11px;    width: 300px;}input.txtfld-s{    padding: 0;    width:  96px;}/*disit*/input.txtfld-m{    padding: 0;    width: 190px;    height: 14px;    vertical-align: bottom;}input.txtfld-l{    padding: 0;    width:  280px;}input.flefld-s{    width:  100px;    height:  20px;}input.flefld-m{    width:  150px;    height:  20px;}input.flefld-l{    width:  300px;    height:  20px;}input.paswrd-s{    width: 100px;    height: 20px;}input.paswrd-m{    width: 150px;    height: 20px;}input.paswrd-l{    width: 300px;    height: 20px;}/*disit*//*input.submit-s{    color: #ffffff;    background-color: #888B95;    font-weight: bold;    width: 50px;    height: 16px;    margin-left: 16px;}*/input.submit-s{    color: #ffffff;    background-color: #990000;    font-weight: bold;    width: 50px;    height: 16px;    margin-left: 16px;    border-color: #cccccc;    border-width: 1px;    text-align: center;    vertical-align: middle;}input.submit-m{    color: #000000;    background-color: #cccccc;    font-weight: bold;    width:  150px;    height:  14px;}input.submit-l{   color: #000000;   background-color: #cccccc;   font-weight: bold;   width:  275px;   height:  14px;}input.radbut-s{    width:  10px;    height: 14px;}input.radbut-m{    width:  20px;    height: 14px;}input.radbut-l{    width:  40px;    height: 14px;}input.chkbox-s{    width:  10px;    height: 10px;}input.chkbox-m{    width:  20px;    height: 20px;}input.chkbox-l{    width:  30px;    height: 30px;}