/***
  POPUP
***/

BODY {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:100%;
	line-height:1.4;
  background:none;
  color:#2b8fce;
}

#holdall {
  margin: 0 40px 0 20px;
}

BODY P .tt,
BODY .fbconnect_share {
  display:none;
}

LABEL {
  display:block;
  font-weight:normal;
  color:#666;
  margin-top:1em;
}
LABEL,
INPUT,
TEXTAREA {
  font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.input-field INPUT,
.input-field TEXTAREA {
  font-size:.875em;
  border:1px solid #333;
}

TEXTAREA {
  width:97%;
  padding:3px;
}
.ddfmwrap {
  background:#f6dada;
  border:1px solid #c05658;
  padding:4px 8px;
  font-weight:bold;
  font-size:0.75em;
  color:red;
}
.suggest .name,
.suggest .email {
  width:48%;
  float:left;
}
.suggest .email {
  float:right;
}

.suggest .name INPUT,
.suggest .email INPUT {
  width:97%;
  padding:3px;
}

.format > P {
  font-weight:bold;
}
.format .input-button {
  padding:0;
  margin:0;
}

.input-button INPUT {
  display:inline-block;
  background:#eb483d;
  color:#fff;
  text-decoration:none;
  line-height:24px;
  height:24px;
  margin-top:10px;
  border:1px solid #eb483d;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  padding:0 8px;
  font-size:1em;
  cursor:pointer;
}
.input-button INPUT:hover {
  display:inline-block;
  background: #e9645b;
}
.suggest .select LABEL {
  display:inline-block;
}

