﻿#outTitle {
	border-width: 0px;
	position: absolute;
	left: 100px;
	top: 0px;
	width: 252px;
	white-space: nowrap;
}

.btn {
	color: #FFFFFF;
	border: 1px none;
	font-size: 14px;
}

.btn:hover {
	color: #FFFFFF;
	border: none;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}

.btn:focus {
	outline: none;
}