
/* 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 #DDDDDD;
  margin:10px;
  padding:5px 5px 5px 10px;
  color: #777;
}

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

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

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

.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;
}



#plans_details {
	border: 1px solid #000000;
	font-family:tahoma;
	font-size: 11px;
	color:#000000;
	width: 730px;
	height: 170px;
}

#e-commerce {
	border: 1px solid #000000;
	font-family:tahoma;
	font-size: 11px;
	color:#000000;
	width: 730px;
	height: 550px;
}

#collecting_tax{
	border: 1px solid #000000;
	font-family:tahoma;
	font-size: 11px;
	color:#000000;
	width: 685px;
	height: 80px;
	padding: 10px;
}

.divshow{
display: block;
}


.divhide{
display: none;
}