#menuContainer
{
	position: relative;
	font-size: 12px;
	margin-right: 8px;
}

.statusButton
{
	float: right;
	position: relative;
	z-index: 30;
	cursor: pointer;
	height: 16px;
	text-decoration: none;
	color: #bebebe;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 9px 10px;
	display: block;
}

.statusButtonSimple 
{
	float: right;
	position: relative;
	z-index: 30;
	cursor: pointer;
	height: 16px;
	text-decoration: none;
	color: #bebebe;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 9px 10px;
	display: block;
}

.statusButton label
{
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}


.statusButton strong
{
	font-size: 14px;
}

.statusButton:hover
{
	color: #ffffff;
	background: -moz-linear-gradient(center top , #434343, #1b1b1b) repeat scroll 0 0 transparent;
	text-decoration: none!important;
	postition: relative;
}

.viewButton
{
	float: left;
	position: relative;
	z-index: 30;
	cursor: pointer;
	height: 15px;
	text-decoration: none;
	color: #bebebe;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 10px 5px 10px;
	display: block;
}

.viewButton:hover
{
	color: #ffffff;
	background: -moz-linear-gradient(center top , #434343, #1b1b1b) repeat scroll 0 0 transparent;
	text-decoration: none!important;
	postition: relative;
}


.langButton
{
	display: inline;
	width: 120px;
	float: right;
	position: relative;
	z-index: 30;
	cursor: pointer;
	height: 35px;
	text-decoration: none;
	font-size: 14px;
}

.langButton strong
{
	font-size: 14px;
}

.langButton:hover
{
	background: -moz-linear-gradient(center top , #434343, #1b1b1b) repeat scroll 0 0 transparent;
	color: #ffffff;
	text-decoration: none!important;
	postition: relative;
}

.active
{
	color: #ffffff;
	background: -moz-linear-gradient(center top , #434343, #1b1b1b) repeat scroll 0 0 transparent;
}

#menuBox
{
	background :#303030;
	position: absolute;
	top: 36px;
	right: 0;
	display: none;
	z-index: 39;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

#loginBox
{
	position: absolute;
	top: 36px;
	right: 0;
	display: none;
	z-index: 39;
	background: #303030;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

.fw
{
	width: 100%;
}

.menulink
{
	color: #BEBEBE;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}

.menulink:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #434343;
}

.menulink sup
{
	color: #ffa500;
	margin: 0 3px;
}

.bottomradius
{
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

#menuForm
{
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	margin-top: -1px;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
}

#loginFormMain
{
	margin-top: -1px;
	background: #303030;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

.loginWidth
{
	width: 248px;
}

#menuForm fieldset
{
	margin: 0 0 12px 0;
	display: block;
	border: 0;
	padding: 0;
}

#loginFormMain fieldset
{
	margin: 0 0 12px 0;
	display: block;
	border: 0;
	padding: 0;
}

fieldset#body_field
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 13px;
	margin: 0;
}

#menuForm #checkbox
{
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0;
}

#loginFormMain #checkbox
{
	width: auto;
	margin: 1px 9px 0 0;
	float: left;
	padding: 0;
	border: 0;
	*margin: -3px 9px 0 0;
}

#body_field label
{
	color: #ffffff;
	margin: 9px 0 0 0;
	display: block;
	float: left;
}

.rec_label
{
	color: #ffffff;
	margin:  0 0 6px;
	display: block;
	float: left;
}

#menuForm #body_field fieldset label
{
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

#loginFormMain #body_field fieldset label
{
	display: block;
	float: none;
	margin: 0 0 6px 0;
}

#menuForm input
{
	width: 92%;
	border: 1px solid #434343;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #3a454d;
	font-weight: bold;
	padding: 8px 8px;
	box-shadow: inset 0px 1px 3px #bbb;
	-webkit-box-shadow: inset 0px 1px 3px #bbb;
	-moz-box-shadow: inset 0px 1px 3px #bbb;
	font-size: 12px;
}

#loginFormMain input
{
    width: 92%;
    border: 1px solid #434343;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 8px 8px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    font-size: 12px;
}

#login_recovery_form
{
    width: 92%;
    border: 1px solid #434343;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 8px 8px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    font-size: 12px;
}

#menuForm #login
{
	width: auto;
	float: left;
	background-color: green;
	color: #fff;
	padding: 7px 10px 8px 10px;
	border: 1px solid green;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	*padding: 7px 2px 8px 2px;
}

#loginFormMain #login
{
	width: auto;
	float: left;
	background-color: green;
	color: #fff;
	padding: 7px 10px 8px 10px;
	border: 1px solid green;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	*padding: 7px 2px 8px 2px;
}

input:focus
{
	outline: none;
}
