#emavg_container
{
  border: 1px solid transparent;
  height: 350px;
  width: 720px;
  text-align: center;
  font-family: Arial;
  text-align: center;
  margin-top:15px;
}

#emavg_upper
{
  border: 1px solid transparent;
  height: 200px;
  width: 710px;
/*  //background: skyblue;*/
  text-align: center;
/*  //background-color: #FCFCFC;*/
}

#emavg_middle
{
  border: 1px solid transparent;
  height: 40px;
  width: 710px;
/*  //background: silver;*/
  text-align: center;
}

#emavg_messages_div
{
  border: 1px solid transparent;
  height: 50px;
  width: 710px;
/*  //background: yellow;*/
  text-align: center;
  vertical-align: bottom;
}

#email_messages
{
  margin-top:20px;
  color: rgb(204,0,0);
  font-size: 15px;
}

#emavg_bottom
{
  border: 1px solid transparent;
  height: 50px;
  width: 710px;
/*  //background: transparent;*/
  text-align: center;
}

#emavg_up_left
{
  border:1px solid transparent;
  height: 200px;
  width: 230px;
/*  //background: wheat;*/
  float: left;
  text-align: center;
}

#emavg_up_central
{
  border:1px solid transparent;
  height: 200px;
  width: 250px;
/*  //background: pink;*/
  float: left;
  backgorund: center center no-repeat;
}

#emavg_up_right
{
  border:1px solid transparent;
  height: 200px;
  width: 210px;
  margin-left:10px;
/*  //background: #269abc;*/
  float: left;
}

#emavg_mid_left
{
  border: 1px solid transparent;
  height: 40px;
  width: 230px;
/*  //background: black;*/
  float: left;
}

#emavg_mid_central
{
  border: 1px solid transparent;
  height: 40px;
  width: 250px;
/*  //background: #bce8f1;*/
  float: left;
}

#emavg_mid_right
{
  border: 1px solid transparent;
  height: 40px;
  width: 210px;
  margin-left:10px;
/*  //background: darkorange;*/
  float: left;
}

#emavg_bot_left
{
  border: 1px solid transparent;
  height: 50px;
  width: 450px;
/*  //background: #bce8f1;*/
  float:left;
}

#emavg_bot_right
{
  border: 1px solid transparent;
  height: 50px;
  width: 210px;
/*  //background: #269abc;*/
  float:left;
  vertical-align: bottom;
  text-align: left;
}


#emavg_input
{
  border: 1px solid transparent;
  width:150px;
  padding: 5px;
  margin:10px;
  margin-top: 5px;
  float: right;
  padding-right:10px;
  margin-bottom: 50px;
  padding-top:5px;
  height:25px;
}

#emavg_input input
{
  width: 150px;
  margin-bottom:5px;
  bottom: 22px;
  padding:5px;
  width: 150px;
}

#emavg_label
{
  border: 1px solid transparent;
  width:230px;
  padding: 5px;
  margin:10px;
  float: left;
  padding-left:0px;
  text-align: right;
}
#emavg_label label
{
  width:200px;
}

#emavg_submit_container
{
  width:80px;
  height:50px;
  float:left;
  text-align: center;
}

.emavg_chkbox
{
  margin-top:20px;
}

.emavg_item
{
  font-size: small;
  color: blue;
  padding:0px;
  
/*  //border: 1px solid purple;*/
  height:auto;
  display: none;
}

#emavg_info_div
{
  padding:10px;
  padding-top:0px;
}

.emavg_item_l
{
    text-align: left;
    float:left;
    padding-left:10px;
    color:white;
    background: rgb(115,115,115);
/*    //width:156px;*/
    width:50%;
}

.emavg_item_r
{
  text-align: left;
  padding-right: 5px;
  padding-left:5px;
  float:left;
  color:rgb(123,123,123);
  background: rgb(228,228,228);
  width:50%;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}