body {
background:#f2f2f2 !important;
}

.container {
background:#fff;
padding-top:15px;
padding-bottom:15px;
}

.alert {
    background: none repeat scroll 0 0 #ff6d6d;
    color: #fff;
}

.close {
    color: #fff;
    opacity: 0.6;
}

.controls > input {
    height: 30px !important;
    padding: 5px;
    width: 100%;
}

.controls > input[type="file"] {
    padding: 0px !important;
}

.controls > textarea {
    padding: 5px;
    width: 98%;
}

.checkbox > input {
    margin: 0 !important;
    position: relative !important;
}

label.checkbox {
font-weight:normal !important;
}

#dialog {
	display:none;
}

.form-actions {
    margin-top: 25px;
}

header img {
text-align:right;
}



.socialicon {
    position: relative;
}
.socialicon > img {
    height: 25px;
    left: 4px;
    position: absolute;
    top: 8px;
}
.controls > input[type="url"] {
    padding-left: 35px;
}

.socialnetworktitle {
    position: absolute;
}
#validation-element-15 {
padding-left:5px !important;
}



.validation-error {
border:1px solid #DA3333;
    box-shadow: 0 0 3px rgb(255, 0, 0);
}

#validation-element-8 {
display:none;
}