#boocking_form_container{
    width: 100%;
    background-color: transparent;
}

#boocking_form_container form.sdx-form{
    background-color: transparent !important;
}

#boocking_form_table_container{
    margin-left: 12%;
    width: 70%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
}

#boocking_form_table{

}

.boocked_artist_item{
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 570px;
}

.boocked_artist_item_picture{
    width: 40px;
    height: 60px;
    border-radius:5px;
    border:1px solid #000000;
    float:left;
}

.boocked_artist_item_name{
    width: 300px;
    margin-left:10px;
    float:left;
    line-height:20px;
}

#boocked_artists{
    width: 570px;
}

.ui-datepicker-next{

}

.sdx_button{
    border: 1px solid #016794;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
    background-color: #00a8f3;
    background-image: -moz-linear-gradient(top, #00b0ff, #029be0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00b0ff), to(#029be0));
    background-image: -webkit-linear-gradient(top, #00b0ff 30%, #029be0);
    background-image: -o-linear-gradient(top, #00b0ff 30%, #029be0);
    background-image: linear-gradient(to bottom, #00b0ff 30%,#029be0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00B0FF', endColorstr='#FF029BE0', GradientType=0);
    border-color: #029be0 #029be0 #016794;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.05);
    height:30px;
    border-radius: 2px;
    margin:5px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}

.sdx_button:hover{
    background: #00a8f3;
}

.boocking-email-notice{
    font-size: 15px;
}