.DefaultTheme {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DefaultTheme .be_headertext span {
display: block;
font-size: 16px;
color: #666666;
margin-bottom: 5px;
}

.DefaultTheme .check_category input{
	margin:0px;
}

    .DefaultTheme .check_category label {
    color: #666666;
font-weight: Normal;
margin: 1px 0 3px 3px;
    }

.DefaultTheme .subscribe{

    float: left;
display: block;

border: 1px solid #ccc;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 -5px 6px rgba(0, 0, 0, 0.1) inset;
color: #555555;
cursor: pointer;
padding: 5px 9px;
border-radius: 0 6px 6px 0;
text-align: center;
font-size: 12px;
background-color: white;
text-decoration: none;
border-left: 0;
box-sizing: border-box;
height:30px;
}

.DefaultTheme .subscribe:hover {
    background-color: #f8f8f2;
}

.DefaultTheme .yourEmail input {
  border-right:0!important;
  border-bottom-right-radius:0!important;
  border-top-right-radius:0!important;
  width:150px!important;
}

.DefaultTheme .unsubscribe {
    float: left;
clear: both;

}

.DefaultTheme a {

    font-size:12px;
}

.clearfix:after{
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.clearfix{
	display:inline-block;
}
.clearfix{
	display:block;
}


.DefaultTheme .firstName,
.DefaultTheme .lastName,
.DefaultTheme .yourEmail
{
	position: relative;
	margin-bottom:5px;
}

.DefaultTheme .firstName,
.DefaultTheme .lastName {
    width:165px;
}

.DefaultTheme .yourEmail {

    float: left;
}



.DefaultTheme .firstName input,
.DefaultTheme .lastName input,
.DefaultTheme .yourEmail input,
.DefaultTheme .unsubscribe_box input{
	background:#fff;
	border:1px solid #ccc;
	margin:0;
	width:165px;
	font-family:Arial, Verdana, sans-serif;
	color:#757272;
	font-size:13px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	border-radius:3px;
	padding:5px 5px;
    box-sizing: border-box;
height:30px;

}



.DefaultTheme .firstNameTitle,
.DefaultTheme .lastNameTitle,
.DefaultTheme .yourEmailTitle
{
	position: absolute;
	top: 8px;
	left:5px;
	color:#757272;
	font:normal 13px/13px Arial;
	display:none;
}

.DefaultTheme .subscribe,
.DefaultTheme .unsubscribe{

	outline:none;

}

.DefaultTheme .valid{
	clear:both;
	float:left;
	background:#FFDBDB;
	padding:2px 4px;
	margin-top:3px;
}

.DefaultTheme .unsubscribe_submit,
.DefaultTheme .unsubscribe_return{
	float:left;
	outline:none;
}
.DefaultTheme .unsubscribe_submit{
	margin-right:10px;
}
.DefaultTheme .unsubscribe_text{
	display:block;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
.DefaultTheme .unsubscribe_box input{
	display:block;
	margin-bottom:5px;
}

.DefaultTheme .categorylist_text{
	display:block;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

.DefaultTheme .categorylist_update,
.DefaultTheme .categorylist_return{
	float:left;
	outline:none;
}
.DefaultTheme .categorylist_update{
	margin-right:10px;
    
}
