/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.demo_instruction a {
    color: #F9501F;
    font-weight: bold;
}

.demo_instruction {
    font-size: 13px;
}

.demo_or {
    text-align: center;
    font-size: 16px;
    font-family: Georgia;
    color: #555555;
    font-weight: bold;
    margin-top: 10px;
}

.demo_login {
    width: 160px;
    margin-left: 55px;
}

.demo_login th {
    width: 95px;
}

.demo_login th, .demo_login td {
    text-align: left;
    font-size: 16px;
    font-family: Georgia;
}

a.demo_submit input[type="button"] {
    border: none;
    background-color: #E3E1CC;
    color: #333333;
    font-size: 14px;
    padding: 1px 55px;
    font-family: Georgia;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

a.next_page:hover {
    text-decoration: underline !important;
}

.flexipages_widget .current_page_item {
    font-weight: bold;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #CDCDCD;
    padding: 5px;
    margin: 5px 0px;
}

.next_page {
    float: right;
    background-color: #FA6522;
    color: #FFFFFF;
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 10px;
    text-decoration: none !important;
}
