﻿/* GENERIC FORM STYLING */
#content form {
  margin: 0;
  padding: 0;
	width: 615px;
	background: url(../images/kontaktBG.jpg) top right no-repeat;
}
	#content form fieldset {
		border: 0;
	}
		#content .message {
      margin:5px;
			padding:5px;
      color:red;
      font-weight: bold;
		}
		#content span.message {
			width: 300px;
		}
		#content form div {
			margin-top:10px;
			width:100%;
		}
		#content form label {
			font-weight:bolder;
      width: 120px;
		}
			#content form label.left {
				float:left;
				/*width:12em;*/
			}
			#content form label.FormHeading {
				font-size:1.3em;
				color:#000;
				font-weight:bold;
			}
		#content form input.text,
    #content form textarea,
		#content form select {
			margin-bottom: 0.5em;
      width: 15em;
      border: 1px solid #000;
      font-family: verdana;
      font-size: 7pt;
      background-color: #FFF;
      color: #000;
      padding: 3px 2px 3px 5px;
      width: 180px;
		}
    #content form textarea {
      width: 350px;
      height: 125px;
    }
		
		#content form input.numeric {
			width:20px;
			background:#fff;
			border:1px solid #ccc;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#content form input.year {
			width:35px;
		}
		#content form div.Actions {
			padding:0 22px 15px 0;
		}
      #content form div.Actions input {
      }
      
    #content ul.optionset {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    
    #content .optionset label.left{
      display: none;
    }