@charset "utf-8";
/* CSS for trafikstyrelsen.dk by Cabana A/S */
/* Form design */

FORM { margin:0px 0px; }
INPUT { background:#e6e6e6; border:none; border-top:#cfcfcf solid 1px; border-left:#cfcfcf solid 1px; color:#696969; height:18px; padding:0px 2px; margin:3px 5px; text-indent:2px}
SELECT { background:#e6e6e6; border:#cfcfcf solid 1px; color:#696969; float:left; height:22px; padding:0; margin:3px 5px 5px;}
SELECT:hover { background:#fff;}
BUTTON {float:left; height:20px; padding:0px; margin:3px 5px 5px 0px; cursor:pointer!important; text-align:center; background:#e6e6e6; border:#696969 solid 1px; color:#333;}
TEXTAREA { border:#e6e6e6 solid 1px; color:#696969; float:left; height:78px; padding:0; margin:3px 5px 5px; overflow:auto;}
LEGEND { font-size:90%; color:#696969!important; font-weight:bold; padding:0px 5px!important; margin:0px 0px!important;}
LABEL { font-size:90%; color:#696969;}
FIELDSET { margin:10px 0px 10px 0px!important; padding:10px 5px!important; border:#CCC solid 1px!important;}

.form div, .form label {display:block; float:left; height:20px; line-height:18px; margin:0; padding:3px 5px; white-space:nowrap;}
.form select.selectFile {height:auto;}

/*webform for markeeters*/
.scfSubmitButton { cursor:pointer;}
.scfRadioButtonListLabel{width:110px !important;}
.scfRadioButtonList td {position:relative;}
.scfRadioButtonList td label{padding-left:25px; display:block; }
.scfRadioButtonList td input{ background-color:white; border:none; position:absolute; }
fieldset .scfRequired {display:none;}

.form p {clear: both}
.form .req {font-weight:bold; color:red; padding:0px 0px 0px 3px;}

.form div input, .form input.Radiobutton, .form input.Checkbox {float: none; margin: 0 5px 0 0; padding: 0; text-indent: 0; border: 0; background: none; vertical-align: middle}
.form div label {float:none; display:inline}

.form .quarter {width: 33px}
.form .half {width: 78px}
.form .threequarter {width: 123px}
.form .single {width: 168px}
.form .singlequarter {width: 213px}
.form .singlehalf {width: 258px}
.form .singlethreequarter {width: 303px}
.form .double {width: 348px}
.form .doublequarter {width: 393px}
.form .doublehalf {width: 438px}
.form .doublethreequarter {width: 483px}
.form .triple {width: 528px}

.content .formSingle { width:150px; float:left; margin:0px 5px 10px 0px; }
.content .formDouble { width:310px; float:left; }
.content .formTripple { width:465px; float:left; }
.content .formButton { float:right; clear:both; margin:10px 0px 10px 0px; cursor:pointer; }
