body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

a {
    text-decoration: none;
}

img {
	border: none;
}

#container {
    margin: 0 50px;
}

#header {
    height: 100px;
}

#content {
    border: 1px solid #CCC;
    padding-bottom: 20px;
}

#hmenu {
    background-color: #444;
    color: #FFF;
    text-align: right;
    padding: 7px;
    margin-bottom: 7px;
}

#content, #hmenu
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#hmenu ul {
    margin: 0;
}

#hmenu li {
    list-style: none;
    display: inline;
}

#hmenu a {
    color: #fff;
    text-decoration: none;
}
#hmenu a:hover {
    text-decoration: underline;
}

#hmenu #username {
    font-size: .9em;
    color: #FC6;
}

#footer {
    margin-top: 14px;
    text-align: right;
    font-weight: bold;
}

#flag-choice {
    font-size:  10px;
    font-weight: bold;
    width: 800px;
    margin: 0 auto;
}

#flag-choice a {
    text-decoration: none;
    color:  #000;
}

#softform, #authform, #infoform {
    margin: 5px;
}

#softform table, #authform table, #infoform table {   
    margin-bottom: 20px;
}

#softform table th, #authform table th, #infoform table th {
    text-align: left;
    vertical-align: middle;
    font-size: 1.2em; 
}

#softform table td, #authform table td, #infoform table td {
    vertical-align: middle;
}

form #submit {
    text-align: left;
    margin-top: 3px;
}

form .mandatory_note {
    text-align: left;
}

input, select {
    font-size: 1em;
}

h3 {
    margin-left: 5px;
    text-align: left;
}

.alert, .error_list {
    text-align: left;
    padding: 3px;
    padding-left: 23px;
    background-image: url('../sfDoctrinePlugin/images/error.png');
    background-repeat: no-repeat;
    background-color: #E75C58;
    background-position: 3px center;
    border: 1px solid #F8E1D1;
    border-radius:  5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.alert li, .error_list li {
    list-style: none;
}
ul.alert , ul.error_list  {
    margin: 0;
}

#sf_admin_container ul.error_list  {
    margin: 0;
    background-color: #E75C58;
}
#sf_admin_container ul.error_list li {
    list-style: none;
    background-image: none;
    padding: 3px;
}

#sf_admin_container {
    margin: 5px;
}

.flash-feedback {
    margin: 3px;
    padding: 3px;
    background-color: #73B65A;
    border: 1px solid #0000AA;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

#sf_admin_container td, #sf_admin_container th {
    padding: 0.2em 0.5em;
}

#sf_admin_container td.actions {
    font-size: .9em;
}
#sf_admin_container td.actions img {
    vertical-align: middle;
}

#sf_admin_container h1.sf_admin_section {
    margin: 15px 0 25px 3px;
    font-size: 1.7em;
}

tfoot td {
    background-color: #E7EEF6;
}

.pagination {
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
    font-size: 1.1em
}

.pagination a {
    font-weight: normal;
    font-size: .9em;
}

table.table-products {
    border-collapse: collapse;
    border: 1px solid #CCC;
    margin-left: 4px;
    margin-bottom: 10px;
}

table.table-products td {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

table.table-products th {
    background-color: #E7EEF6;
}

table.table-products .row-quantity {
    text-align: right;
}

#regcodeform table {
    text-align: left;
}

.padding-block {
    padding: 5px;
}

.footer-msg {
    font-style: italic;
    margin-top: 30px;
    margin-bottom: -10px;
}