iframe	{
	margin:10px 0 0 10px;
	width:300px;
	overflow:hidden;
	height:400px;
}

/*-- login logel --*/
.logel {
	width:260px;
	overflow:hidden;
	height:180px;
	border:gray 1px solid;
	position:absolute;
}
	.logel legend {
		font:normal 1.2em 'Trebuchet MS';
		margin-left:1em
	}

	.logel label {
		font:normal 1em 'Trebuchet MS';
		display:block
	}

		.logel .inline label {
			position:relative;
			top:-1px;
			left:-1px;
			display:inline;
			font-size:.85em
		}

	.logel p {
		margin:.6em 1em 1em 1.4em
	}
		.logel p.inline {
			padding-left:62px
		}

	.logel input.input {
		position:absolute;
		width:150px;
		font:normal 1em 'Trebuchet MS';
		height:24px;
		padding-left:4px;
		margin:-.2em 1px 2px 64px;
		border:1px solid #b7b7b7;
		padding-top:2px;
	}

	.logel button {
		width:80px;
		height:27px;
		padding:6px 10px 10px 0;
		margin:-40px 0 0 148px;
		position:absolute;
		background:none
	}

#code #checkHumanControl	{display:none}
#code #checkHumanControlInput {float:left; width:120px; height:32px; margin:0 0 0 5px; font-size:22px}
#code #checkHumanControlImg	{float:left}

/* FORM CLASSES */
button {
	border:0 solid transparent;
	display:block;
	background:white;
	font-size:16px;
	height:27px;
	color:#00416A;
	cursor:pointer
}
.go_button {
	background:white url('/accel/static/i/marker.gif') 100% -6px no-repeat
}

/* ERROR PAGE */
#redirect {width:500px;margin:0 auto;padding:10px;border:#990000 2px solid;font-family:'Trebuchet MS'}
#redirect br {margin-bottom:20px}
#redirect b.red {display:block;text-align:center;line-height:16px}
#redirect a {color:#333333}
#redirect a:hover {color:#990000}
a#redirect-return {display:block;text-align:center;margin-top:10px}

body #publication #my-form {
	border:red 1px solid
}


/* profile */
#my-profile #fio input {float:left;width:20%;margin-right:7px}
.submit-form {width:123px;border:1px solid silver;padding:2px;background:#990000;color:#fff;font-size:14px;font-weight:bold;cursor:pointer;margin-top:4px}
#send_with_pass {width:18px;height:18px}
