body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

em { font-style: italic; }

input[type=text], input[type=password], input[type=file], textarea {
    padding:2px;
    border:2px solid #cccccc;
    width:240px;
}

input[type=button], input[type=submit], button {
    background:transparent url(../images/elements/button-bg.jpg) repeat-x;
    font-family: verdana;
    font-size:11px;
    border:1px solid #bababa;
    height:23px;
    padding:0px 6px;
    color:#333333;
    min-width:90px;
    *min-width:auto;
    width:auto !important;
    width:90px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}


input[type=button].short, input[type=submit].short, button.short {
    min-width:60px;
    width:auto !important;
    width:60px;
}
input[type=button]:hover, input[type=submit]:hover, button:hover,
    input[type=button].short, input[type=submit].short, button.short {
    background:transparent url(../images/elements/button-bg-over.jpg) repeat-x;
    border:1px solid #adbdcc;
}

select {
    padding:2px;
    border:2px solid #cccccc;
    width:248px;
}

input.validate-error, select.validate-error, textarea.validate-error {
    border:2px solid #cc3333;
}

div.validate-error {
    color:#cc3333;
    padding:2px;
}

p.error {
    font-size:14px;
    font-weight:bold;
    color: #333 !important;
}