@charset "utf-8";
/* CSS Document */

#trackregister {
	width:460px;
	height:300px;
	float:left;
	background:url(trackercreatebg.jpg);
	background-repeat:no-repeat;
	}
	
#tracksignin {
	width:460px;
	height:300px;
	float:left;
	background:url(trackersigninbg.jpg);
	background-repeat:no-repeat;
	}
	
#tracknewform {
	width:200px;
	height:70px;
	float:left;
	margin: 113px 0 0 155px;
	}
	
#tracknewbutton {
	width:300px;
	height:30px;
	float:left;
	margin: 31px 0 0 35px;
	}
	
#tracklogin {
	width:200px;
	height:70px;
	float:left;
	margin: 110px 0 0 185px;
	}
	
#tracksigninbutton {
	width:300px;
	height:30px;
	float:left;
	margin: 37px 0 0 95px;
	}
	
.trackerfield {
	border:dotted 1px #999999;

	width:160px;
	height:20px;
	font-size:16px;
	color:#B40101;
	}
	
#manageframe {
	border:1px solid #999999;
	width:928px;
	margin:5px 0 5px 0;
	}
	
a.newtrackerlink:link {
	color: #B40101;
	text-decoration: underline;
	font-size:14px;
}
a.newtrackerlink:visited {
	text-decoration: underline;
	color: #B40101;
	font-size:14px;
}
a.newtrackerlink:hover {
	text-decoration: underline;
	color: #B40101;
	font-size:14px;
}
a.newtrackerlink:active {
	text-decoration: underline;
	color: #B40101;
	font-size:14px;
}

.trackrows td {
	border-bottom:1px dotted #999999;
	}
