﻿.textboxuser
{
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	background-image:url(../images/user.png);
	background-repeat:no-repeat;
	height:20px;
	padding-left:17px;
	}
.textboxuser:focus
{
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	color:#B80102;
	height:20px;
	padding-left:17px;
	outline:none;
	}
	
.textboxpass
{
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	padding-left:17px;
	background-image:url('../images/pass.png');
	background-repeat:no-repeat;
	}
.textboxpass:focus
{
	border-radius:10px;
	border-style:solid;
	border-width:1px;
	color:#B80102;
	height:20px;
	padding-left:17px;
	outline:none;
	}

.btn_in
{
	background-color:#B80102;
	border-radius:10px;
	border-style:solid;
	border-width:2px;
	text-align:center;
	}
	
.btn_in:hover
{
	background-color:#666666;
	color:white;
	border-radius:10px;
	border-style:solid;
	border-width:2px;
	height:25px;
	text-align:center;
	width:100px;
	}
