@charset "utf-8";
/* Form */

#formContainer a {text-decoration: underline; color: #4e5452;}
#formContainer a:hover {text-decoration: none; color: #f96400;}

.formItem {position: relative; height: 40px; clear: both; display: block;}
.formItemName {width: 270px; padding: 8px 10px 0 0; font-size: 14px; text-align: right;}
.avrupanetworking .formItemName {width: 240px;}
.formItemInput {width: 300px; text-align: left; position: relative; padding: 0;}
.formItemDescription {padding: 8px 0 0 0; font-size: 12px; font-style: italic; color: #A6A9A8;}
#center2DivContent .formItemDescription {width: 200px; overflow: hidden;}

.formItemInputMultiple {width: 580px; text-align: left; position: relative; padding: 0;}
.avrupanetworking .formItemInputMultiple {width: 500px; }
.formItem .multipleLine {clear: both; position: relative; height: 40px;}

.formItem input[type="text"] {height: 30px; margin: 0px; padding: 0 10px; background: transparent; border: none; outline: none;}
.formItem input[type="text"].width290 {width: 270px;}
.formItem input[type="text"].width120 {width: 100px;}

.formItem input[disabled="disabled"] {font-style:italic; color: #a3a4a4; background: rgba(255, 255, 255, 0.7);}

.formItem input[type="password"] {height: 30px; margin: 0px; padding: 0 10px; background: transparent; border: none; outline: none;}
.formItem input[type="password"].width290 {width: 270px;}

.formItem select {height: 18px; margin: 6px; padding: 0; background-color: #fafafa; border: none; outline: none;}
.formItem select.width290 {width: 276px;}
.formItem select.width120 {width: 106px;}
.formItem select.width80 {width: 66px;}

.formItem div.InputBack {padding: 0; margin: 0; border: 1px solid #ffffff; height: 30px; position: relative;}

.formItem div.InputBack.width290 {background: url(../images/forms/Input290.jpg) no-repeat; width: 290px;}
.formItem div.InputBack.width290.mandatory {background: url(../images/forms/Input290a.jpg) no-repeat; width: 290px;}
.formItem div.InputBack.width120 {background: url(../images/forms/Input120.jpg) no-repeat; width: 120px;}
.formItem div.InputBack.width120.mandatory {background: url(../images/forms/Input120a.jpg) no-repeat; width: 120px;}
.formItem div.InputBack.width80 {background: url(../images/forms/Input80.jpg) no-repeat; width: 80px;}

.formItem span {position: absolute; left: 10px; top: 7px; font-size: 14px; color: #a0a0a0; display: inline;}

.formItem #Child {display: none;}

.formCaptchaArea {margin: 20px 0; background-color: #fff9f9; padding-top: 5px;}

#formErrors {}
#formErrors .formErrorsHeader {font-size: 18px; margin-bottom: 10px;}
#formErrors ul {list-style-type: none; color: #f0e0e0;}
#formErrors ul li {margin-bottom: 5px;}
#formErrors ul li b {color: #ffffff;}


