﻿
.inline-editable 
{
    cursor: pointer;
}

.inline-editor 
{
    border: 1px transparent solid;
    background-color: transparent;
    width: 500px;
    padding: 3px;
    cursor: pointer;
}

.toast 
{
    width: 250px;
    height: 150px;
    background-color: #CCC;
    border: 1px black solid;
    padding: 3px;
    text-align: left;
}

.toast-header 
{
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    padding: 3px;
}

.toast-body 
{
    color: #000;
}

.input-default-text 
{
    color: #777;
}

.input-error label
{
    color: #F00;
}

.input-error input, .input-error textarea 
{
    background-color: #F8DEDA;
}

.input-error span 
{
    color: #F00;
}


.left-label-form 
{
}

.left-label-form p
{
    margin-bottom: 10px;
}

.left-label-form label
{
    display:block;
    float: left;
    width: 120px;
}

.top-label-form 
{
}
.top-label-form p
{
    margin-bottom: 10px;
}
.top-label-form label
{
    display:block;
    margin-bottom: 5px;
}
.top-label-form input, .top-label-form textarea
{
    width: 100%;
}

.button 
{
    display: inline-block;
    padding: 8px 10px;
    background-color: #DDD;
    vertical-align: bottom;
}

.button.wide 
{
    width: 100px;
    text-align: center;
}

.button.primary 
{
    background-color: #B1D7B0;
    margin-right: 25px;
}

.button.secondary 
{
    background-color: #E3E8EA;
    font-size: 80%;
}
