/* CSS Document */
.form_text {
   display: block;
   margin-bottom: 2px;
}

#login_pass
{
	width:263px;
	height:138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	line-height: 18px;
}

#authorization
{
	width:150px;
	position:relative;
	left:100px;
	bottom:10px;
	text-align:right;
	padding:5px;
}
#cabinet
{
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#228f72;
	padding:5px;
}
#login
{
	width:200px;
	height:19px;
	border-top: 1px solid #b1b1b1;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #b1b1b1;
	visibility: visible;
	overflow: hidden;
	font-size: 11px;
}
#pass
{
	width:200px;
	height:19px;
	border-top: 1px solid #b1b1b1;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #b1b1b1;
	visibility: visible;
	overflow: hidden;
	font-size: 11px;
}

#submit
{   position: relative;
    top: 2px;
	background-color:#cebdb1;
	background-image: url(/bitrix/components/propodhod_collant/system.auth.form/templates/auth_collant/images/submit.gif);
	background-repeat: no-repeat;
	background-position:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        cursor: pointer;
	}
	
#auth
{
	width:auto;
}