
/********************
 * Module General Standar
 */

.clss_imageemail{
	position: relative;
	float: left;
	left: 50%;
	margin-left: -115px; }
	
.clss_powerbymessage{border:1px #000 black;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	font-size: 0.7em; }
	
.clss_contentemail{
	width: 100%;
	position: relative;
	float: left; }

.clss_bodymessage{
	width: 80%;
	position: relative;
	float: left;
	padding: 20px;
	background-color: #f8f8f8;
	border: 1px solid #c1bfbf;
	border-radius: 5px;
	font-family: 'CalibriRegular';
	font-weight: bold; }

.clss_activateaccount:link { font-weight: bold; color:#fa051d; text-decoration: underline; }
.clss_activateaccount:visited { font-weight: bold; color:#fa051d; text-decoration: underline; }
.clss_activateaccount:hover { font-weight: bold; color:#262626; text-decoration: none; }
.clss_activateaccount:active { font-weight: bold; color:#fa051d; text-decoration: underline; }

.clss_activatelink:link { font-weight: bold; color:#d2b606; text-decoration: underline; }
.clss_activatelink:visited { font-weight: bold; color:#d2b606; text-decoration: underline; }
.clss_activatelink:hover { font-weight: bold; color:#262626; text-decoration: none; }
.clss_activatelink:active { font-weight: bold; color:#d2b606; text-decoration: underline; }

.clss_titleemail{
	width:100%;
	position: relative;
	float: left;
	font-family: 'ThingpressRegular';
	font-size: 2.5em;
	font-weight: bold;
	color: #262626;
	text-align: center; }

.clss_panel{
	min-height: 400px;
	float: left;
	position: relative;
	margin: 0px 0px 50px 0px;
	padding: 0px 20px 20px 0px;
	left: 50%;
	background-color: #f8f8f8;
	border: 1px solid #c1bfbf;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.clss_title{
	text-align: center;
	font-family: 'ThingpressRegular';
	font-size: 2.3em;
	font-weight: normal;
	color: #262626; }

.clss_subpanel{
	float: left;
	position: relative;
	color: #262626;
	font-family: 'CapsuulaRegular'; }
	
.clss_subtitle{
	text-align: center;
	font-size: 1.7em;
	border-bottom: 3px solid #c1bfbf;
	margin-bottom: 15px; }
	
.clss_contentinpanel{
	float: left;
	position: relative;
	padding: 10px 15%;
	font-size: 1.3em; }

.clss_divforbutton{
	width: 100%;
	float: left;
	position: relative;
	text-align: center; }
	
.clss_submitbutton{
	height: 30px;
	border-radius: 5px;
	background-color: #c2c2c2;
	font-family: 'PathwayGothicOneRegular';
	font-size: 1em;
	#color: #0c0c0c;
	border: 1px solid #515050;
	cursor: pointer;
	cursor: hand; }

.clss_textboxoutlabel{
	height: 25px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #c1bfbf;
	background-color: #fff; 
	font-family: 'TeXGyreAdventorRegular';
	font-size: 0.8em;
	color: #323232;
	margin: 8px 0px; }

.clss_textboxinlabel{
	height: 25px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #c1bfbf;
	background-color: #fff; 
	font-family: 'TeXGyreAdventorRegular';
	font-size: 0.8em;
	color: #323232;
	padding-bottom: -30px; }

.clss_labeltextinside{
	width: 100%;
	float: left;
	position: relative;
	font-size: 1.3em;
	text-align: right;
	padding-top: 2px;
	margin: 10px 0px; }

.clss_labeltextoutside{
	width: 40%;
	height: 25px;
	float: left;
	position: relative;
	font-size: 1.3em;
	text-align: right;
	padding-top: 2px;
	padding: 10px 0px 10px 0px; }

.clss_singlelabel{ 
	width: 100%;
	float: left;
	position: relative;
	font-size: 1.3em;
	text-align: center;
	margin: 5px 0px; }

/********************
 * Module Sign In - Sign Up Access
 */

#idname_panelmedium{
	width: 60%;
	margin: 0px 0px 0px -30%; }
	
#idname_signupleftcolumn, #idname_signuprightcolumn{
	width: 44%;
	padding: 0px 3%; }

#idname_contentsignup{
	text-align: left; }

#idname_btnsignup, #idname_btnsignin{
	width: 120px; }
	
#idname_txtlogin, #idname_txtpassword {
	width: 60%;
	float: right;}
	
/********************
 * Module Register Access
 */
	
#idname_regcentercolumn{
	width: 60%;
	padding: 0px 3%;
	margin-left: -30%;
	left: 50%; }
	
#idname_txtfirstname, #idname_txtlastname, #idname_txtusername,
#idname_txtfirstpassword, #idname_txtretypepassword, #idname_txtemailaddress,
#idname_txtconfirmemail, #idname_txtphonenumber, #idname_txtzipcode {
	width: 55%;
	float: right;}
	
/********************
 * Module Send Email
 */

#idname_bodymessage{
	font-size: 1em; }