#contactForm {
	z-index: 999999;
	}

/*  standard elements */

DIV .bubble {
	padding: 0px 20px 0px 0px;
	margin-bottom: 10px;
}

/*  bubble content  */
DIV.bubble_content {
	margin: 0px;
	padding: 0px 0px 0px;
	position: relative;
	}
DIV.bubble_content_container {
	border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
	background-color: #fff;
	}



/*  TOPS and BOTTOMS  */

/* bubble top */
DIV.bubble-top  {
	background: transparent url(../images/forms/bg_b_top.png) center bottom repeat-x;
	height: 5px;
	margin: 0px 5px 0px;
	position: relative;
	}

DIV.bubble-top  SPAN.bt-left {
	position: absolute;
	top: 0px;
	left: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../images/forms/bg_b_top.png) left top no-repeat;
	overflow: hidden;
	}
DIV.bubble-top  SPAN.bt-right {
	position: absolute;
	top: 0px;
	right: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../images/forms/bg_b_top.png) right top no-repeat;
	overflow: hidden;
	}


/* bubble bottom */
DIV.bubble-bottom  {
	background: transparent url(../images/forms/bg_b_bottom.png) center top repeat-x;
	height: 5px;
	margin: 0px 5px 0px;
	position: relative;
	}
DIV.bubble-bottom  SPAN.bb-left {
	position: absolute;
	top: 0px;
	left: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../images/forms/bg_b_bottom.png) left bottom no-repeat;
	}
* HTML DIV.bubble-bottom  SPAN.bb-left {
	background-position: left -5px;
	}
DIV.bubble-bottom  SPAN.bb-right {
	position: absolute;
	top: 0px;
	right: -5px;
	width: 5px;
	height: 5px;
	background: transparent url(../images/forms/bg_b_bottom.png) right bottom no-repeat;
	}
* HTML DIV.bubble-bottom  SPAN.bb-right {
	background-position: right -5px;
	}

/* bubble bottom wide - with button */
DIV.bubble-bottom-wide  {
	background: transparent url(../images/forms/bg_b_bottom_wide.png) center top repeat-x;
	border-top: 1px solid #DCDCDC;
	height: 55px;
	margin: 0px 10px 0px;
	position: relative;
	}

DIV.bubble-bottom-wide  SPAN.bb-wide-left {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 10px;
	height: 55px;
	background: transparent url(../images/forms/bg_b_bottom_wide.png) left bottom no-repeat;
	}
DIV.bubble-bottom-wide  SPAN.bb-wide-right {
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 55px;
	background: transparent url(../images/forms/bg_b_bottom_wide.png) right bottom no-repeat;
	}

DIV.bubble-bottom-wide P {
	position: absolute;
	left: 5px;
	top: 18px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}



/*  bubble top  */
DIV.bubble_top P {
	padding: 7px 0px 15px 55px;
	margin: 0px 20px 0px;
	position: relative;
	top: 10px;
	}
DIV.bubble_top SPAN {
	display: block;
	font-weight: bold;
	font-size: 16px;
	}



/*  OK MESSAGES  */

/* bubble top with ok message */
DIV.ok {
	background: transparent url(../images/forms/background_form_ok.png) top left no-repeat;
	height: 85px;
	}
DIV.ok P {
	background: transparent url(../images/forms/tick-huge.png) top left no-repeat;
}
DIV.ok P SPAN {
	color: #548900;
	}

/* bubble top with higher ok message */
DIV.ok2 {
	background: transparent url(../images/forms/background_form_ok_2.png) top left no-repeat;
	height: 118px;
	}
DIV.ok2 P {
	background: transparent url(../images/forms/tick-huge.png) top left no-repeat;
}
DIV.ok2 P SPAN {
	color: #548900;
	}

/* bubble top with ok low message */
DIV.ok-low-top {
	background: transparent url(../images/forms/background_form_ok_low.png) top left no-repeat;
	height: 62px;
	}
DIV.ok-low-top P {
	background: transparent url(../images/forms/tick-huge.png) top left no-repeat;
	height: 40px;
}
DIV.ok-low-top P SPAN {
	color: #548900;
	}


/* bubble top standalone with ok low message */
DIV.ok-low {
	background: transparent url(../images/forms/background_form_ok_low.png) top left no-repeat;
	height: 77px;
	}
DIV.ok-low P {
	background: transparent url(../images/forms/tick-huge.png) top left no-repeat;
	height: 40px;
}
DIV.ok-low P SPAN {
	color: #548900;
	}

/* ERROR MESSAGES */

/* bubble top with error message */
DIV.error {
	background: transparent url(../images/forms/background_form_error.png) top left no-repeat;
	height: 85px;
	}
DIV.error P {
	background: transparent url(../images/forms/tick-huge-no.png) top left no-repeat;
}
DIV.error P SPAN {
	color: #a90000;
	}

/* bubble top with error low message */
DIV.error-top {
	background: transparent url(../images/forms/background_form_error.png) top left no-repeat;
	height: 80px;
	}
DIV.error-top P {
	background: transparent url(../images/forms/tick-huge-no.png) top left no-repeat;
	height: 40px;
}
DIV.error-top P SPAN {
	color: #a90000;
	}

/* bubble top standalone with error low message */
DIV.error-low {
	background: transparent url(../images/forms/background_form_error_low.png) top left no-repeat;
	height: 77px;
	}
DIV.error-low P {
	background: transparent url(../images/forms/tick-huge-no.png) top left no-repeat;
	height: 40px;
}
DIV.error-low P SPAN {
	color: #a90000;
	}


/* bubble top send */
DIV.send {
	background: transparent url(../images/forms/background_form_ok.png) top left no-repeat;
	height: 100px;
	}
DIV.send P {
	background: transparent url(../images/forms/tick-huge.png) top left no-repeat;
	}
DIV.send P SPAN {
	color: #548900;
	}


/* FORM GENERAL */


FORM DIV.app * {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

FORM DIV.element-right {
	float: left;
	position: relative;
	left: 30px;
	}

FORM DIV.element-end {
	clear: both;
	height: 9px;
	}


FORM DIV.separator {
	height:25px;
	font-weight:bold;
	background: transparent url(../images/forms/form-separator-bg.gif) top left repeat-x;
	border-top: 1px solid #dcdcdc;
	margin: 10px 0px 15px;
	}
FORM DIV.separator SPAN {
	display: block;
	padding: 5px 15px 0px;
	}

FORM DIV.first {
	height:25px;
	font-weight:bold;
	background: transparent url(../images/forms/form-separator-bg.gif) top left repeat-x;
	border-top: none;
	margin: 0px 0px 15px;
	}


/* FORM elements - to target general elements use .app, not to overwrite default css   */

FORM DIV.bubble_content P {
	padding: 0px 15px 20px;
	margin: 0px;
	position: relative;
	}

FORM DIV.app LABEL 	{
	width:300px;
	height: auto;
	line-height:23px;
	display: block;
	/* border: 1px solid #ccc; */
	float: left;
	position: relative;
	left: 15px;
	text-align: left;
	padding-right: 12px;
	}

FORM DIV.app  SPAN.orange  {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FF3300;
	}

FORM DIV.app SELECT {
	width:305px;
	height: 22px;
	margin: 0px;
	padding:2px 2px 2px 5px;
	background-color: #eff1f2;
	border: 1px solid #c7c8ca;
	display: block;
	}
FORM DIV.app SELECT OPTION {
	}

FORM DIV.app INPUT, INPUT[type="file"] {
	width: 293px;
	height: 19px;
	background-color: #eff1f2;
	border: 1px solid #c7c8ca;
	padding: 0px 5px 0px;
	display: block;
	}

FORM DIV.app INPUT[type="radio"], INPUT[type="checkbox"] {
    width: auto;
	 border: none;
	 background-color: transparent;
	 display: inline;
	 margin: 3px 5px 0px;
     }

/*  for IE6 - because INPUT type-XXX doesn't work here */
FORM DIV.app INPUT.no-bg {
    width: auto;
	 border: none;
	 background-color: transparent;
	 display: inline;
	 margin: 3px 5px 0px;
     }

FORM DIV.app TEXTAREA {
	width:303px;
	height:80px;
	top:-21px;
	display: block;
	background-color: #eff1f2;
	border: 1px solid #c7c8ca;
	}

FORM DIV.app INPUT.file {
  width: auto;
  height: auto;
  margin: 3px 5px 0px;
  }



/*  alerts  */
FORM SPAN.form-orange {color: #FF9900;}


FORM DIV.problematic LABEL {
	color:  #C60000;
	}
FORM DIV.problematic INPUT  {
	border: none;
	}
FORM DIV.problematic TEXTAREA  {
	border: none;
	}
FORM DIV.problematic SELECT {
	border: none;
	width:303px;
	}
FORM DIV.problematic DIV.element-right  {
	display: block;
	border: 1px solid #C60000;
	}

FORM DIV.problematic DIV.message  {
	display: block;
	background-color: #C60000;
	padding: 2px 7px 2px;
	color: #fff;
	}
FORM DIV.problematic DIV.message P  {
	margin: 0px;
	padding: 0px;
	width: 285px;
	}

FORM DIV.problematic SPAN.orange  {
	color: #C60000;
	}

/*  active */
FORM DIV.app INPUT.active-input {
	border-color: #3e4e5b;
	}


/* FORM submit button 	*/


FORM DIV.form-button {
	height: 32px;
	background: transparent url(../images/buttons/butt-blue.png) center bottom repeat-x;
	font-weight: bold;
	color: #fff;
	margin: 0px 10px 5px;
	padding: 0px 10px 0px;
	position: absolute;
	top: 10px;
	right: 25px;
	text-decoration: none;
	text-align: center;
	}

FORM DIV.form-button   SPAN {
	position: absolute;
	display: block;
	width: 10px;
	height: 32px;
	}

FORM DIV.form-button SPAN.butt-left {
	top: 0px;
	left: -10px;
	background: transparent url(../images/buttons/butt-blue.png) left top repeat-x;
	}

FORM DIV.form-button SPAN.butt-right {
	top: 0px;
	right: -10px;
	background: transparent url(../images/buttons/butt-blue.png) right top repeat-x;
	}

FORM DIV.form-button INPUT  {
	border: none;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	}


/*  business warning layer  */

#businessWarning {
    width: 500px;
	  background: #FFF;
    border: 1px solid black;
    text-align: left;
    position: absolute;
    margin-left: -250px;
    margin-top: 0px;
    left: 50%;
    top: 50%;
    z-index: 999999;
    display: none;
	color:#000;
}

#businessWarningInner{
	margin:15px;
}

#businessWarning A {
	display:block;
	padding:5px 0 5px 0;
	margin:0;
}

/* captcha */

#dle-captcha {
	position: relative;
	left: 375px;
	margin: 0px 0px 10px;
	}


.lightbox {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
	z-index:99999;
}

#contactForm H1 {
	position: relative;
	}

#contactForm H1 IMG.form-close {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 999;
	}

#capinput {
	font-weight: bold;
}

#preview {width:600px; }
#preview .line { line-height:23px; }
#preview .title { font-weight:bold; display:inline-block; width:350px; text-align:right; margin-right:10px; }

.lightboxForm {
    text-align: left;
}

.lightboxForm h1 {
    margin-left: 15px;
}

UL.checks { padding-top: 10px; }

iframe { border: none; }

#seria
{	width:40px;
	margin-right: 10px;
	float:right;}

#number
{	width:226px;
	margin-right: 10px;
	float:right;}

td.separator {
	height:25px;
	padding-left:10px;
	font-weight:bold;
	background: transparent url(../images/forms/form-separator-bg.gif) top left repeat-x;
	border-top: 1px solid #dcdcdc;
	margin: 10px 0px 15px;
	}

td.lwc {
    padding-left:15px;
	background: #eeeeee;
	}
td.lwc1 {
    padding-left:15px;
	}
.cll
{	padding-left:15px;}

#cb
{	width:140px;	float:left;
	margin-left:15px;}

#name
{	width:140px;
	float:left;}

/* my button*/
FORM DIV.my-button {
	height: 32px;
	background: transparent url(../images/buttons/butt-blue.png) center bottom repeat-x;
	font-weight: bold;
	color: #fff;
	margin: 0px 10px 5px;
	padding: 0px 10px 0px;
	width: 150px;
	position: relative;
	text-decoration: none;
	text-align: center;
	}

FORM DIV.my-button   SPAN {
	position: absolute;
	display: block;
	width: 10px;
	height: 32px;
	}

FORM DIV.my-button SPAN.butt-left {
	top: 0px;
	left: -10px;
	background: transparent url(../images/buttons/butt-blue.png) left top repeat-x;
	}

FORM DIV.my-button SPAN.butt-right {
	top: 0px;
	right: -10px;
	background: transparent url(../images/buttons/butt-blue.png) right top repeat-x;
	}

FORM DIV.my-button INPUT  {
	border: none;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	}
