@CHARSET "UTF-8";

.divreg {
	width:300px;
	height:auto;
	position:relative;
	/*
	top:50%;
	margin-top:-200;*/
	left:50%;
	margin-left:-150px;
	border:2px solid blue;
	background-color:#c7e7ff;
	text-align:center;
	padding:5px;
}

.tablereg {
	width:100%;
	background-color:transparent;
	border:2px transparent;
	border-spacing:3px;
	padding:3px;
}
.tablereg tr {
	width:100%;
	text-align:center;
	border:1px transparent;
	padding:5px;
}
.tablereg tr:last-child td {
	text-align:right;
	border:0;
	padding:5px;
}
.tablereg td:first-child {
	width:30%;
	text-align:right;
	border:0;
	padding:5px;
}
.tablereg td {
	text-align:center;
	border:0;
	padding:5px;
	
}

.tuser {
	width:180px;
	text-align: left;
	text-transform: lowercase;
	padding:3px;	
	border:solid white 1px;
	/*box-shadow:0px 0px 0px 1px black;*/
	border-radius: 5px 5px 5px 5px;
	background:whitesmoke;
        border-radius: 10px;
}
.tuser:focus {
	box-shadow:0px 0px 2px 2px orange;
	background:MintCream;
        outline: none;
}
.tuser:-moz-focus{
	box-shadow:0px 0px 2px 2px orange;
	background:MintCream;
        outline: none;    
}

.user:-webkit-focus{
    	box-shadow:0px 0px 2px 2px orange;
	background:MintCream;
        outline: none;

}

.tclave {
	width:180px;
	align:left;
	padding:3px;	
	border:solid white 1px;
	/*box-shadow:0px 0px 0px 1px black;*/
	border-radius: 5px 5px 5px 5px;
	background:whitesmoke;	
        border-radius: 10px;
}
.tclave:focus {
	box-shadow:0px 0px 2px 2px orange;
	background:MintCream;	
        outline: none;
}

.tclave:-webkit-focus{
    box-shadow:0px 0px 2px 2px orange;
    background:MintCream;	
    outline: none;
}
