/*-------------------------------------------
Email me styles
---------------------------------------------

These styles are for the email me pages.

Ben Sturmfels

------------------------------------------*/

#topic-menu, #panel { display: none; }

#content { 
  width: 75%;
  float: left;
  display: inline; /* IE double float margin */
  padding-left: 2em;
  margin: 0;
}

#emailmetext { 
  width: 24em;
  float: left;
  clear: left;
}

#emailmeunsub {
  width: 24em;
  float: left;
}

#emailme-cancel { float: right; }

#emailmeicon { 
  float: left; 
  margin: 0 0.5em 0.5em 0;
}

blockquote p { font-style: italic; }

fieldset { }

label {
  vertical-align: top;
  text-align: left;
  width: 6em;
  float: left;
  clear: left;
  margin-right: 0.5em;
}

.label-after-control input { 
  margin-left: 4em;
}

.label-after-control label { 
  float: none;
  clear: none;
}

input[type=image] {
  float: right;
  margin-right: 2em;;
}

div.error { clear: left; }