
/* SIGNUP / UPGRADE */

.plan_title {
  padding: 0px 0px 5px 10px;
  width: 10px;
}

.plan_label {
  font-weight: bold;
}

.plan_desc {
  padding: 0px 0px 30px 10px;
}

.subscriber_page_wrapper {
	padding: 10px;
}

DIV.subscriber_plandesc {
  border-left:3px solid #404040;
  margin:10px;
  padding:5px 5px 5px 10px;
  color: #AAA;
}

.semods_dialog {
  position: absolute;
  z-index: 100;
  background:#404040 none repeat scroll 0%;
  border:4px solid #525252;
  color: #000;
  text-align: left;

  padding: 20px;
}

.semods_dialog #semods_dlgtitle {
  border-bottom:2px solid #404040;
  font-size: 20px;
  color: #AAA;
}

.semods_dialog #semods_dlgtext {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom:2px solid #404040;
}

.semods_dialog #semods_dlgbuttons {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.semods_dialog #semods_dlgbtnyes {
  margin-right: 10px;
}

.semods_dialog #semods_dlgbtnno {
  margin-right: 10px;
}