.cdj-form-newsletter {
	margin-bottom: 20px;
}


.cdj-form-newsletter label {
	display: block;
	margin-top: 20px;
	
}

.cdj-form-newsletter select
{
	display: inline-block;
    color: #666;
    padding: .462em .769em;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	
	background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5EM 1EM;
    background-position: right center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}

.cdj-form-newsletter select, .cdj-form-newsletter input[type=text]
{
	
    border-color: #313131;
}

.cdj-form-newsletter input{
	width: 100%;
}
