#attend_mtg{
  display: none;
}
#attend_mtg .window {
  top:0;
  left:0;
  position:absolute;
  display:none;
  z-index:9999;
  width: 320px;
  height: 250px;
}
#attend_mtg .fieldwrapper {
	height: 25px;
	/*margin-bottom:13px;*/
  display: table;
  width: 100%;
  min-width: 270px;
}

#attend_mtg .fieldwrapper.join-as {
  height: 38px;
}

#attend_mtg #attend_mtg {
  background-color: #FFFFFF;
  margin-bottom: 50px;
}

#attend_mtg #attend_mtg_inner {
  /*padding:15px;*/
  padding-top: 10px;
  width: auto;
  height: 100%;
  display: table;
  margin: 0 auto;
  min-width: 200px;
  max-width: 290px;
}

#attend_mtg form {
  height: auto;
  margin-left: 0px;
}

#ui-dialog-title-attend_mtg {
  margin-top: 20px;
}

#attend_mtg #blurb {
  font-size:14px;
  font-family:"Arial";
  color: #333333;
  line-height: 20px;
  display: block;
  /*width: 100%;*/
  padding-bottom: 15px;
}

#attend_mtg input[type="text"] {
    font-size:13px;
    padding:0px;
    padding-left: 10px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 5px;
    width: 180px;
    height: 28px;
    float: right;
    display: inline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #BBBBBB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#attend_mtg_close {
   position:absolute;
   display:inline;
   float:right;
   right:15px;
   top:15px;
   cursor:pointer;
}
#attend_mtg label {
    /*float: left;*/
    margin-right: 5px;
    line-height: 15px;
    max-width: 105px;
    font:14px,'Arial',sans-serif;
    font-weight:bold;
    text-align:left;
    display: table-cell;
    vertical-align: middle;
}
#attend_mtg a {
    color: #336699;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#attend_mtg h1 {
    text-align: left;
}

#attend-nav{

}

#attend_mtg_submit {
    display: block;
    width: 100%;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}

#mask {
  top:0;
  left:0;
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}

#ui-dialog-title-attend_mtg {padding-bottom:5px;}

#id_is_host {
	background: transparent;
	 width: 180px;
	 padding: 5px;
	 font-size: 13px;
	 float: right;
	 display: inline;
   margin-left: 5px;
	 line-height: 1;
	 border: 0;
	 border-radius: 0;
	 height: 30px;
	 border: 1px solid rgb(209,209,209);
}

.ui-state-error-text {
	height: 25px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

/* Style changes for iframe loaded in other languages */
#attend_mtg.long-text .fieldwrapper {
  height: 50px;
}
#attend_mtg.long-text label {
  line-height: 18px;
  width: 85px;
}
