﻿/* Textbox style */
.v-textbox {
    border: solid #bdbdbd 1px !important; 
    border-radius: 3px; 
    width: 150px !important;
}

.art-postcontent td p {
    margin: 0 !important;
    padding: 0 !important;
}

.validation-summary-errors ul li
{
    font-weight: bold !important;
    color: #ff0000 !important;    
}
