/* CSS Document */
.regtitle {
	width:100px;
	height:40px;
	color:#000;
	text-align:center;
	border:1px solid #999;
	
}

.regattesa {
	color:#000;
	text-align:center;
	border:1px solid #999;
	text-align:left;
}


.regnumber {
	width:100px;
	height:40px;
	color:#000;
	text-align:center;
	border:1px solid #999;
	font-weight:bold;
}

.regbutton {
	width:200px;
	height:40px;
	color:#FFFFFF;
	background-color:rgb(78 , 90, 179);
	text-align:center;
	border:1px none rgb(78 , 90, 179);
	cursor:pointer;
	font-weight:bold;
}

.regbuttonclose {
	width:400px;
	height:20px;
	color:#FFFFFF;
	background-color:rgb(78 , 90, 179);
	text-align:center;
	border:1px none rgb(78 , 90, 179);
	font-weight:bold;
}

.reginsert {
	width:194px;
}

.testosearch {
	width:42px;
	color:#FFFFFF;
	background-color:rgb(78 , 90, 179);
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
}

.testosearch a {
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
}

