.gray_stripe {
	float:left;
	width:1198px;
	height:36px;
	background: -webkit-linear-gradient(630deg, #fcfcfc, #efefef);
	background: -o-linear-gradient(630deg, #fcfcfc, #efefef);
	background: -moz-linear-gradient(630deg, #fcfcfc, #efefef);
	background: -ms-linear-gradient(630deg, #fcfcfc, #efefef);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFCFCFC, EndColorStr=#FFEFEFEF GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFCFCFC, EndColorStr=#FFEFEFEF, GradientType=0);
	border:1px solid #ebebeb;
	border-bottom:none;
	box-shadow:1px 0 1px #f6f5f5, -1px -1px #f6f5f5;
	border-radius:10px 10px 0 0;
	margin-top: -40px;
	}
.gray_stripe .menu_box {
	float:left;
	width:680px;
	}
.gray_stripe .menu_box ul, .gray_stripe .menu_box ul li {
	float:left;
	list-style-type:none !important;
	-webkit-padding-start: 0 !important;
	-webkit-margin-before:0 !important;
	-webkit-margin-after: 0 !important;
	}
.gray_stripe .menu_box ul li {
	padding:2px 0 3px 0;
	}
.gray_stripe .menu_box ul li a {
	float:left;
	padding:0 26px;
	font:bold 17px/30px Arial;
	color:#a5b8c8;
	text-decoration:none;
	}
.gray_stripe .menu_box ul li a:hover {
	background:#1e1e57;
	border-radius:8px;
	color:#fff;
	text-decoration:underline;
	}
.gray_stripe a.cabinet {
	float:left;
	font:14px/14px Arial;
	color:#0000ee;
	text-decoration:none;
	border-bottom:1px dashed #0000ee;
	padding-top:14px;
	margin-right:4px;
	}
.gray_stripe a.cabinet:hover {
	border-bottom:none;
	}
.gray_stripe form#user_form {
	float:right;
	margin:5px 10px 0 0;
	}
.gray_stripe form#user_form input[type="text"], .gray_stripe form#user_form input[type="password"] {
	float:left;
	background:#fff;
	width:130px;
	height:25px;
	padding:0 7px;
	border-top:1px solid #9f9d9e;
	border-left:1px solid #9f9d9e;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-radius:12px;
	box-shadow:-1px -1px 1px #ddd, inset 1px 1px 1px #ddd;
	margin-right:3px;
	font-size:12px;
	font-family:Arial;
	color:#c2c2c2;
	}
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; } 
.gray_stripe form#user_form input[type="submit"] {
	float:left;
	background: -webkit-linear-gradient(630deg, #ed9339, #e67817);
	background: -o-linear-gradient(630deg, #ed9339, #e67817);
	background: -moz-linear-gradient(630deg, #ed9339, #e67817);
	background: -ms-linear-gradient(630deg, #ed9339, #e67817);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFED9339, EndColorStr=#FFE67817 GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFED9339, EndColorStr=#FFE67817, GradientType=0);
	border-radius:10px;
	padding:0 20px;
	font:bold 13px/26px Arial;
	color:#fff;
	border:none;
	text-decoration:underline;
	margin: 0px;
	}
.gray_stripe form#user_form input[type="submit"]:hover {
	text-decoration:none;
	}