﻿/* form elements */
input.button 
{
	border: solid 1px #BEBEBE;
}

input.textbox 
{
	background: Transparent url(_images/input_bg.png) repeat-x top;
	border: solid 1px #BEBEBE;
	width: 300px;
}

input.textboxAdmin
{
	background: Transparent url(_images/input_bg.png) repeat-x top;
	border: solid 1px #BEBEBE;
	width: 300px;
}

textarea 
{
	background: #FFFFFF url(_images/input_bg.png) repeat-x top;
	height: 200px;
	border: solid 1px #BEBEBE;
	width: 300px;
}

select.sel
{
	background: Transparent url(_images/input_bg.png) repeat-x top;
	border: solid 1px #BEBEBE;
	width: 303px;
}

.error
{
}

td.field 
{
    width: 300px;
}

td.fieldlabel
{
    width: 200px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.framed 
{
    border: solid 1px #B7B8B9;
    padding: 10px;
    width: 400px;
    background-color: #EDEDED;
}

#content div.sectionsettings 
{
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #EDEDED;
    width: 498px;
    border: solid 1px #B7B8B9;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content div.sectionsettings table td
{
	padding: 3px 18px 3px 18px;
    vertical-align: middle;
}
/* end formelements */
.test {
background-color:#000000;}