
TEXTAREA
{
    height: 100px;
}

INPUT, TEXTAREA, SELECT
{
    width: 170px;
}

TABLE.list
{
    width: 100%;
    background: #CCCCCC;
}

TABLE.list TR TH
{
    text-align: left;
    font-size: 10px;
    white-space: nowrap;
    background: #EAEAEA;
    padding: 5px;
}

TABLE.list TR TD
{
    white-space: nowrap;
    background: #FFFFFF;
    padding: 5px;
}

.no_bg
{
    border: 0px;
    background: none;
    width: 30px;
}
TABLE .optf *
{
	margin:0;
	padding:0;
}
TABLE .optf TABLE
{
	border-spacing:0;
}
TABLE .optf #optf
{
	width:100%;
	background-color:#efefef;
	border:1px solid #F7F7F9;
	padding:10px;
	border-radius: 10px;
		-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	font-size:15px;
	width:650px;
	margin:0 auto;
}
TABLE .optf #optf TABLE
{
	width:100%;
	border-spacing:0;
}
TABLE .optf #opthed TD
{
	padding-bottom:10px;
}
TABLE .optf #opthedtxt1
{
	width:235px;
}
TABLE TD .otpfblock
{
	width:230px;
	vertical-align:top;
}
TABLE TD .optblock input
{
	width:53px;
	border:1px solid #cecece;
	text-align:center;
	margin-right:7px;
	margin-left:3px;
}
TABLE #optf li
{
	padding: 5px 5px 5px 0;
	border-bottom:1px solid #d6d6d6;
	width:230px;
	height:20px;
	list-style:none;
}
TABLE #optf li:last-child
{
	border-bottom:none;
}
#optf TABLE .otpfblock2
{
	background-color:#f9f9f9;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius:0 10px 10px 0;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
	vertical-align:top;
}
#optf TABLE .otpfblock2 td
{
	height:20px !important;
	padding:5px;
	border-bottom:1px solid #a0a0a0;
}
#optf TABLE .otpfblock2 tr:last-child td
{
	border-bottom:none;
}
#optf TABLE .otpfblock2 button
{
	padding:0 3px;
	margin-right:5px;
	cursor:pointer;
	background-color:#fff;
	height:20px;
	border:none;
	border-radius: 10px;
		-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
#optf TABLE .otpfblock2 input
{
	width:53px;
	border:1px solid #cecece;
	text-align:center;
}
#optf TABLE .otpfblock2 TABLE TR TD.name
{
	width:175px;
}
#optf TABLE .otpfblock2 TABLE TR TD.reserve
{
	max-width:80px;
	min-width:80px;
        text-indent:10px;
}
#optf TABLE .otpfblock2 TABLE
{
	display:none
}
#optf TABLE .otpfblock2 TABLE:first-child
{
	display:table;
}
TABLE TD UL .optblock
{
	list-style:none;
}
.currentnfo
{
	background-color:#f9f9f9;
}

.static_pages,
.static_pages > .table
{
    width: 100%;
    float: left;
}

.static_pages
{
    margin-bottom: 15px;
}

.static_pages .add_button
{
    float: right;
    cursor: pointer !important;
    margin-bottom: 10px;
}

.static_pages .label
{
    font-weight: bold;
    margin-bottom: 5px;
}

.static_pages .field
{
    margin-bottom: 10px;
}

.static_pages .field > input
{
    width: 100%;
}

.static_pages > .add_form .buttons,
.static_pages > .edit_form .buttons
{
    margin-top: 15px;
    text-align: center;
}

.static_pages #message_container
{
    margin-top: 5px;
    margin-bottom: 20px;
}

.static_pages .success,
.static_pages .error,
.frontend_static_pages_error
{
    padding: 10px;
}

.static_pages .success
{
    border: 1px solid green;
    background-color: #BCFFBC;
}

.static_pages .error,
.frontend_static_pages_error
{
    border: 1px solid red;
    background-color: #FFC1C1;
}

.static_pages > .back
{
    margin-top: 20px;
    padding-left: 10px;
    text-align: left;
}

.static_pages .required
{
    color: red;
    font-weight: bold;
}

.static_pages .required_container
{
    margin-top: 10px;
    text-align: right;
}

.static_pages .required_container > .required_text
{
    font-size: 10px;
}