/*form-styles*/
.form-styles h1{
	background: #B4A5BB ;
	color: #fff;
	font-size:18px;
	padding: 15px 30px;	font-weight: bold;
}
.mandatory{
	text-align: right;
	padding-right: 10px;
	color: #000;
	margin-bottom:  10px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px !important;	
	font-weight: normal !important;	
}
.mandatory span{
	color: #A902D9 ;
	font-weight: bold;
	font-size: 14px
}
/* end form-styles*/


form.formular {
font-size: 12px;
padding: 0px;
padding-top: 0px;
border: 0;
background: #fff;
}

form.black {
font-family: tahoma, verdana, "sans-serif";
font-size: 12px;
padding: 20px;

border: 1px solid #A5A8B8;
background:#666666;
color:#CCCCCC;
}

form.black legend{
color:#CCCCCC;
}



.formular fieldset {
    margin-top: 15px;
    border: 1px solid #fff;
    padding: 0 20px 20px 20px;
}

.formular legend {
font-size: 14px;
padding-bottom: 10px;
color: #000;
font-weight: 900;
text-transform: uppercase;
float: left;
*margin-left: -8px;
}

.formular fieldset label , .formular fieldset label, #formID fieldset label{
    clear: both;
    float: left;
    text-align: inherit;
    width: 100%;
    vertical-align: middle;
}

.formular label span {
color: #000;
float:left;
width: 150px; text-align: left;
padding-right: 10px;
line-height: 22px;
margin: 4px 0;
position: relative;
}
#form-content .formular label span {
width: 200px;	
}
.simple_overlay .formular label span {
color: #000;
float:left;
width: 120px; text-align: right;
padding-right: 25px;
line-height: 22px;
margin: 4px 0;
position: relative;
}
.black label span {
color: #ccc;
}
.formular label span span{
color: #000;
width: auto !important;
position: absolute;
top: 0px; right: 10px;
color:#A902D9;
font-size:15px;
font-weight:bold;
margin: 0px;
padding: 0px;
}
.simple_overlay .formular label span span{
color: #000;
width: auto;
position: absolute;
top: 0px; right: 10px;
color:#A902D9;
font-size:15px;
font-weight:bold;
margin: 0px;
padding: 0px;
}
.formular input, .formular select, .formular textarea {
display : block;
margin-bottom: 5px;
}

.form-styles .formular .text-input , .form-styles .formular select{
width: 245px;
color: 555;
padding: 4px 5px 3px;
*padding: 4px 5px 4px;
font-size: 14px;
margin-top: 4px;
border: 0;
background: #FFF url('../images/form-input.png') repeat-x 0px 0px;

}
.form-styles .formular .text-input:hover, .form-styles .formular .text-input:focus , .form-styles .formular .text-input:active {
	background-position: 0px -24px;
}
body .form-styles .formular select{
	width: 255px !important;
	padding-top: 3px !important;
	border: 0;
	background: #FFF url('../images/form-input.png') repeat-x 0px 0px;	
}
body .form-styles .formular select option{
	border: 0;	
}
.text-input {
width: 250px;
color: #555;
padding: 4px 4px 3px;
border: 2px solid #B5B8C8;
font-size: 14px;
margin-top: 4px;
margin-bottom: 4px;
background: #FFF url('/img/form/text-bg.gif') repeat-x;

}
.form-styles .formular textarea.text-input{
	background-image: url('../images/textarea-bg.png') !important;
	height: 105px;	
}
.form-styles .formular textarea.text-input:hover, .form-styles .formular textarea.text-input:focus {
	background-position: bottom left;
}
.formular .infos {
background: #704F80;
color: #fff;
font-size: 12px;
padding: 10px;
margin-bottom: 10px;
border:1px solid #A902D9;
}
.text-input-file {
	border: 1px solid  #fff !important ;
	border-style: hidden;
}
.formular span.checkbox, 
.formular .checkbox {
display: inline;
}

.formular .button {
text-align:right;
margin-top: 20px;
}

.submit {
    background: #fff url(../images/bt-register.png) no-repeat scroll left top;
    bottom: 10px;
    display: block;
    height: 45px;
    margin: 0 auto;
    width: 131px;
	border: 0px;
	cursor: pointer;
}
.submit:hover {
	background-position: bottom left;
}
.bt-send {
	background: url(../images/bt-send.png) no-repeat top left;
    height: 33px;
/*	margin-left: 295px; */
    width: 124px;	
}
.bt-send:hover {
	background: url(../images/bt-send.png) no-repeat bottom left;
}
.bt-upload{
	background: url(../images/bt-upload.png) no-repeat top left;
    height: 33px;
	margin-left: 295px;
    width: 124px;	
}
.bt-upload:hover {
	background: url(../images/bt-upload.png) no-repeat bottom left;
}
.formular a.submit {
background: url('/img/form/button-bg.png') repeat-x;
border: 1px solid #AAA;
padding: 4px;
}

input.button {
background: url('/img/form/button-bg.png') repeat-x;
border: 2px solid #AAA;
padding: 4px 4px 1px;
font-size:14px;
margin-top:4px;
}



.formular input {
    /*
background: url('/img/form/button-bg.png') repeat-x;
*/
    padding: 4px;
}
.formular input.radio{
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
}
.formular hr {
clear: both;
border: 0;
border-top: 1px solid #DCDCDC;
}

.formular .fc-error {
width: 350px;
color: 555;
padding: 4px;
border: 1px solid #B5B8C8;
font-size: 12px;
margin-bottom: 15px;
background: #FFEAEA;
}

.fc-tbx{
	margin-top: 10px;
	margin-left: 0px;	
}
.form-note{
	color:#704F80;
	font-weight:bold;
	padding-bottom:15px;
}


#formenssage-back {
    background: transparent url(../images/form-msg-back.png) repeat scroll center top;
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}


.formenssage {
    -moz-background-clip: border;
    background: url(../images/form-msg-top.png) no-repeat top left;
    /*left: 50%;
    margin-left: -303px;
    margin-top: -100px;
    position: absolute;	z-index: 9999;
	top: 50%;*/
    padding: 20px 0px 0px;
    width: 607px;
    
}

.formenssage .formenssage-cont{
	background: url(../images/form-msg-bottom.png)  no-repeat bottom left;
	padding:0px 20px 20px;
	float: left;
	width: 567px;		
}
.formenssage .formenssage-cont p{
	line-height: 1.4;
	font-weight: bold;
	font-size: 14px;
}
.formenssage .formenssage-cont p a{
	text-decoration: underline;
}
.formenssage .formenssage-cont p a:hover {
	color: #000;
	text-decoration: none;
}
.formenssage .formenssage-cont a.bt-close{
	background: url(../images/bt-close.png) no-repeat top left;
	width: 122px;
	height: 30px;
	display:block;
	/*margin:0 auto;*/	
	position: relative !important;
	margin-left: 245px;
}
.formenssage .formenssage-cont a.bt-close:hover {
	background-position: bottom left;
}
.formenssage .formenssage-cont a.bt-close span{ display: none;}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color: none;
	
	width:587px;	
	min-height:175px;
	border: 0;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
    -moz-border-radius: 10px;
	-webkit-border-radius:10px;		
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../imgages/close.png);
	position:absolute;
	right:25px;
	top:15px;
	cursor:pointer;
	text-transform: uppercase;
	height:35px;
	width:35px;
}

.simple_overlay h1,.simple_overlay h3{
	color:#743B8F;
	font-size: 18px;
}
.simple_overlay h1 span,.simple_overlay h3 span{
	color:#7B7B7B;
	font-size: 18px;
}
.simple_overlay h2 {
    color: #000;
    font-size: 18px;
}
.simple_overlay hr{
    border-color: #CFCFCF;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 10px 0px;
	padding: 0;
}
.small-purple-text{
	position: absolute;
	top: 159px;
	right: 25px;
	color: #743B8F;
	font-size: 11px;
	line-height: 1.1;
}
dd.fileinputs {
	position: relative;
	margin: 0;
	float: left;
	width: 300px;
	height: 24px;
	line-height: 24px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	display: inline;
	margin: 3px 0 0 0 ;
	left: 0px;
	z-index: 1;
		cursor: pointer;
	background: url(../images/browse.png) no-repeat top left;

}
.text-input-file{
	background: url(../images/browse.png) no-repeat top left;
		
}
div.fakefile input{
	background: none !important;
	border: 0px !important;
	width: 162px;
	color: #000000;
}
input.file {
	position: relative;
	text-align: left;
	display: inline;
	-moz-opacity:1;
	filter:alpha(opacity: 1);
	opacity: 1;
	z-index: 2;
	margin: 0px;
	border: 0px;
	cursor: pointer;
	margin-right: 5px;
	background: url(../images/browse.png) no-repeat top left;	

}
div.fakefile img{
	cursor: pointer;
}
