.icon32.icon-settings, #icon-dmca {
    background: url("images/dmca_logo.png") no-repeat transparent;
	width: 218px;
	height: 80px;
	clear: both;
}

#dmca_badge_size_wrap {
	position:relative;
}
.dmca_badge_multiple_values label {
	display:block;
}
#dmca_badge_guid {
	width:20em;
}

.badge {
    float: left;
    width: 250px;
    height: 125px;
}

#badge_selector {
    margin: 0 20px 20px 0;
    max-height: 500px;
    overflow: auto;
    border: 1px solid black;
    padding: 10px;
}

#badge_selector_wrapper {
    margin-top: 20px;
}

#current-badge {
    margin: 5px 15px 5px 5px;
    float: left;
}

.wrap .nav-tab-wrapper {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-bottom: 1px solid #CCCCCC;
    outline: 0 none;
    display: block;
    clear: left;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
    font-weight: normal;
    margin: 0;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 23px;
    line-height: 29px;
    padding: 9px 15px 0 0; 
    color: #464646;
}

input.button-create, input.button-create:active {
    width: 236px;
    height: 30px;
    color: #FFFFFF;
    background: url("images/create_button.png") no-repeat;
    border: none;
    font-weight: bold;
    padding: 0px 8px;
}

input.button-activate, input.button-activate:active {
    width: 486px;
    height: 56px;
    color: #FFFFFF;
    background: url("images/activate_button.png") no-repeat;
    border: none;
    font-weight: bold;
    font-size: 28px !important;
    padding: 0px 8px;
    margin-left:-150px;
}

input.button-deactivate, input.button-deactivate:active {
    width: 486px;
    height: 56px;
    color: #FFFFFF;
    background: url("images/deactivate_button.png") no-repeat;
    border: none;
    font-weight: bold;
    font-size: 28px !important;
    padding: 0px 8px;
    margin-left:-150px;
}