html {
	margin: 0 !important;
	padding: 0 !important;
}
body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
	overflow-x: hidden;
	outline: 1px solid grey;
	background-color: #ABABAB;
}
a { color: #66ccff }
a:link { color: #66ccff }
a:active { color: #66ccff }
a:visited { color: #66ccff }
img {border: 0;}
button {margin:0;}
h1, h2, h3, h4 { line-height: 100%}
::selection {
	background-color: #01A0FC;
	color: white;
}
::-moz-selection {
	background-color: #01A0FC;
	color: white;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	font-family: sans-serif;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	font-family: sans-serif;
}
.main00_faradi {
	min-height: 82vh;
	margin: 0px auto;
	max-width: 1200px;
	background: #333;
	box-shadow:0 0 15px 0 #333;
}
.head {
	background-color: #cecece;
}
.head0 {
	margin: 0px auto;
	padding: 20px 10px 15px 10px;
	max-width: 1054px;
	color: #333;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
}
.head0 a {
	color: #333;
	text-transform: uppercase;
	text-decoration: underline dotted;
}
.main0 {
	min-height: 100vh;
	margin: 0px auto;
	padding: 25px 10px;
	max-width: 1054px;
}
.body {
	padding: 0 0 50px 0;
}
.page_body_faradi {
	color: white;
	line-height: 110%;
	font-size: 14px;
	padding: 10px 0px 80px 0px;
}
.table_stack_list {
	border-collapse: collapse;
	font-size: 0.9em;
	width: 100%;
}
.table_stack_list th {
	border-bottom: 1px solid #666;
	padding: 2px 8px 10px 0;
	font-size: 0.9em;
	text-align: left;
}
.table_stack_list td {
	border-bottom: 1px solid #666;
	padding: 10px 8px 10px 0;
	font-size: 0.9em;
}
.table_stack_list input {
	padding: 2px 5px;
	width: 30px;
	font-size: 1em;
	margin: 0;
	outline: 0;
}
.table_stack_list button {
	padding: 1px 5px;
	font-size: 1em;
	line-height: 120%;
	margin: 0;
	outline: 0;
}

.auth_form {
	margin: 0 auto;
	width: 180px;
	min-height: 10px;
}
.auth_form p {margin-top: 6px}
.auth_form a {color: #e6e6e6}
.auth_form a:hover {color: #e59100}
.auth_form span {padding-left: 2px}
.auth_form input{
	display: block;
	width: 161px;
	height: 24px;
	border: 1px solid #1C252B;
	padding: 3px 8px;
	outline: none;
	color: #e6e6e6;
	font-size: 11px;
	font-weight: bold;
	background-color: #2E363B;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.auth_form input:focus {background-color: #404B51}

.btn180 {
	display: block;
	width: 180px;
	height: 30px;
	cursor: pointer;
	color: #9d9d9d;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	line-height: 11px;
	text-align: center;
	background: url('/images/btn180.png') no-repeat 0px 0px;
}
.btn180:hover {
	display: block;
	width: 180px;
	height: 30px;
	cursor: pointer;
	color: #ececec;
	background-position: 0px -30px;
}

.auth_msg {
	float: left;
	padding: 20px 20px 0 10px;
	width: 250px;
	min-height: 10px;
	overflow: hidden;
	text-align: left;
	color: #ff6262;
}






