.email-notifications {
    margin-top: 20px;
}
.email-notifications .email-header {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    margin-bottom: 0;
    padding: 15px;
}
.email-notifications .email-header > h3 {
    color: #666;
    margin: 0;
}

.email-address-box {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
    color: #666;
    padding: 15px;
}
.email-address-list {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
	width: 600px;
}
.email-address-list ul {
	border-bottom: 1px solid #ccc;
}
.email-address-list li {
	display: inline-block;
}
.email-address-list li strong,
.email-address-list li div {
    display: block;
    font-size: 13px;
    padding: 10px 0;
}
.email-address-list li.listbox-1 {
	width: 264px;
}
.email-address-list li.listbox-2 {
	width: 165px;
}
.email-address-list li.listbox-3 {
	width: 165px;
}
.add-new-email-address {
    display: inline-block;
    vertical-align: top;
    width: 340px;
}
.add-new-email-address p.title {
    font-size: 13px;
    margin: 0;
    padding: 10px 0 10px 20px;
}
.add-new-email-address .add-new-box {
	 padding-left: 20px;
}
.notifications-in {
    margin-right: 3%;
    width: 77%;
}
.notifications-btn {
    width: 20%;
}
.notifications-btn .btn-positive {
    height: 38px;
    line-height: 18px;
    width: 60px;
}
.notifications-in input[type="text"] {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 10px;
    width: 90%;
}