body {
    margin: 10px auto;
    font: 75%/120% Arial, Helvetica, sans-serif;
}

hr {
    border: 0;
    width: 99%;
    color: #c9d7f1;
    background-color: #f6a828;
    height: 1px;
}

img#loader {
    padding-left: 20px;
    padding-top: 10px;
}

.clear
{
	clear: both;
}

/******** Вспомогательные классы ********/

.admin {
    display: none;
}

.colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/ColorPicker/select.png);
}

.colorSelectorPalitre {

    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(../images/ColorPicker/select.png) center;
}

.graphButton {
    width: 120pt;
    height: 20pt
}

.boldButton {
    font-weight: bold;
    width: 38pt;
}

.italicButton {
    font-style: italic;
    width: 38pt;
}

select#fontSize {
    width: 38pt;
}

.addColorButton {
    width: 80pt;
    height: 20pt
}

.field_selected {
    background-color: #89f804;
}

