/* balloon.css css styles */
/* Default styling used when javascript does not transform dialog into rounded border style. */
.balloon-dialog {
  position:absolute;
  z-index:9301;
}

.balloon-dialog-wrp {
  position:relative;
}

.balloon-dialog .overlay-content {
  background-color:transparent;
  border:0;
}

.balloon-cbb
{
  margin:1em 0;
  padding:0 10px;
  border:1px solid #666;
  background: #fff;
}

.balloon-cbb h1
{
  margin:0 -10px;
  padding:0.3em 10px;
  background:#efece6;
  font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* After dialog has been transformed into new layout with rounded borders */
.balloon-cb{ margin:0.5em 0; }

/* Top corners and border */

.balloon-bt
{
  height:10px;
  margin:0 0 0 18px;
  background:url(/images/dialog/balloon_box.png) no-repeat 100% 0;
}

/* IE6 fix */
/*\*/ * html .balloon-bt {background-image: url("/images/dialog/balloon_box.gif") } /**/

.balloon-bt div
{
  position:relative;
  left:-18px;
  width:18px;
  height:10px;
  background:url(/images/dialog/balloon_box.png) no-repeat 0 0;
  font-size:0;
  line-height:0;
}

/* IE6 fix */
/*\*/ * html .balloon-bt div {background-image: url("/images/dialog/balloon_box.gif") } /**/

/* Bottom corners and border */

.balloon-bb
{
  height:14px;
  margin:0 0 0 12px;
  background:url(/images/dialog/balloon_box.png) no-repeat 100% 100%;
}

/* IE6 fix */
/*\*/ * html .balloon-bb {background-image: url("/images/dialog/balloon_box.gif") } /**/

.balloon-bb div
{
  position:relative;
  left:-12px;
  width:12px;
  height:14px;
  background:url(/images/dialog/balloon_box.png) no-repeat 0 100%;
  font-size:0;
  line-height:0;
}

/* IE6 fix */
/*\*/ * html .balloon-bb div {background-image: url("/images/dialog/balloon_box.gif") } /**/

/* Left border */
.balloon-i1
{
  padding:0 0 0 5px;
  background:url(/images/dialog/balloon_border.png) repeat-y 0 0;
}

/* IE6 fix */
/*\*/ * html .balloon-i1 {background-image: url("/images/dialog/balloon_border.gif") } /**/
            
/* Right border */
.balloon-i2
{
  padding:0 5px 0 0;
  background:url(/images/dialog/balloon_border.png) repeat-y 100% 0;
}

/* IE6 fix */
/*\*/ * html .balloon-i2 {background-image: url("/images/dialog/balloon_border.gif") } /**/

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */

.balloon-i3
{
  display:block;
  margin:0;
  padding: 5px 10px;
  background:#ffffcc;    
}

/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */

.balloon-i3:after 
{
  content:"."; 
  display:block; 
  height:0; 
  clear:both;
  visibility:hidden;
}

.balloon-i3 { display:inline-block; }

.balloon-i3 { display:block; }

.balloon-arrow
{
  position: absolute;
  bottom: -19px;
  left: 25px;
  padding: 0;
  margin: 0;
  background: transparent url("/images/dialog/balloon_arrow.png") no-repeat 0 0;
  width: 39px;
  height: 25px;
}

/* IE6 fix */
/*\*/ * html .balloon-arrow {background-image: url("/images/dialog/balloon_arrow.gif") } /**/

.balloon-image
{
  position:relative;
  margin:0 40%;
}



*+html body.action-new.events .balloon-bt div {
	left: 0;
	position: absolute;
}

*+html body.action-new.events .balloon-bb div {
    left: 0;
    position: absolute;
}

*html body.action-new.events .balloon-bt div {
    left: 0;
    position: absolute;
}

*html body.action-new.events .balloon-bb div {
    left: 0;
    position: absolute;
}

#form-wrp .form-element-wpr select  {
 
}
 


