.authform
{
	width:192px;

	border:2px solid #D7D7D7;
	background:#f6f6f6;
	padding: 12px 26px 13px 18px;
	margin-bottom:20px;
}
.authform a
{
	color:#006699;
	padding:0px;
	margin:0px;
}
.authform .top
{
	position:absolute;
	margin: -14px 0px 0px -20px;
	width:240px;
	background:url(/images/grey_right_top.gif) right 0px no-repeat;
	height:10px;
}
.authform .top .left
{
	background:url(/images/grey_left_top.gif) left 0px no-repeat;
    height:10px;
}
.authform .bottom
{
	position:absolute;
	margin: 5px 0px 0px -20px;
	width:240px;
	background:url(/images/grey_right_bottom.gif) right 0px no-repeat;
	height:10px;
}
@media not all and (-webkit-min-device-pixel-ratio)
{
	.authform .bottom
	{
		margin: 17px 0px 0px -20px;
	}	
}
.authform .bottom .left
{
	background:url(/images/grey_left_bottom.gif) left 0px no-repeat;
    height:10px;
}

.authform .inputtext
{
     width:135px;
     padding: 0px 0px 0px 3px;
     margin: 0px;
     height:20px;
     border:1px solid #9B9B9B;
}
.authform .submit
{
    background:url(/images/bg_search_submit.gif) 0px 0px no-repeat #F0F0F0;
    color:#000000;
    font-size:12px;
    font-family:arial;
    border: 0px;
    cursor:pointer;
    cursor:hand;
    padding: 0px;
    height:22px;
    width:75px;
    margin: 0px 8px 0px 1px;
}