.bdClear{
    clear:both;
    width: 100% !important;
}

.bdFormFieldSet{
    width: 100%;
    margin-bottom: 18px;
    padding-top: 8px;
    
}

.bdFormFieldSet legend{
    font-weight: bolder;
    font-size: large;
}

.bdFormElementHolder{
    width: 49%;
    float: left;
    min-width: 250px;
    margin-top: 6px;
}

.bdFormFieldSet label{
    width: 250px;
    display: block;
    font-weight: bold;
}

.bdInput{
    width: 250px;
}

.bdFormReq{
    color : #a11;
}

/* Categories & Tags */
#bdFormElementHolder-categories,
#bdFormElementHolder-tags{
    width: 100% !important;
}

/* Images */
.bdImgMainContainer{
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

.bdImgMainContainer input[type=text]{
    width: 100%;
}

.bdImgImgContainer{
    width: 30%;
    min-width: 166px;
    float: left;
}
.bdImgRightContainer{
    width: 69%;
    float: left;
}


.bdImgThumb{
    margin: 5px;
    border: 1px solid #ccc;
}

/* Long & Short Description */
#bdFormElementHolder-post_excerpt,
#bdInput-post_excerpt,
#bdFormElementHolder-post_content,
#bdInput-post_content{
    width: 100% !important;
}

/* Map Section */
#bdFormMapUser{
    width: 100%;
    height: 350px;
}

#bdFormMapUser img{
    max-width:none !important
}
#bdFormElementHolder-locationsearch{
    width: 100% !important;
}
#bdInput-locationsearch{
    width: 99% !important;
    position: static;
    
}

/* Validator Error */
.bdFormFieldSet label.error{
    color : red !important;
}

/*
    INFO BOXES
*/
.bd_info, .bd_success, .bd_warning, .bd_error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.bd_info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../img/info/info.png');
}

.bd_success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../img/info/success.png');
}

.bd_warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/info/warning.png');
}

.bd_error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../img/info/error.png');
}