/* register user */
.check-column {height:38px;}
.column-email {border-right:1px solid #999!important;}
#eemail_subject_drop {width:300px; border-radius: 3px 3px 3px 3px; border:1px solid #CCCCCC; font-size: 1.7em; color: #666; font-size: 1.7em;}

.eemail_caption 
{
	padding-bottom:5px;
	padding-top:5px;
	/*padding-left:10px;*/
	padding-right:5px;
}
.eemail_msg 
{
	padding-top:5px;
	/*padding-left:10px;*/
	color:#F00;
}
.eemail_textbox 
{
	padding-bottom:10px;
	/*padding-left:10px;*/
}
.eemail_button 
{
	padding-bottom:10px;
	/*padding-left:10px;*/
}
.eemail_textbox_class 
{
	width:200px;
}
.eemail_textbox_button 
{
	width:100px;
}

.eemail_alert_box {
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #de052e;
   padding: 1em;
   font-weight: bold;
   text-align: center;
   margin-bottom: 15px;
}