input#link {
	border: none;
	background: #FFF;
	width: 165px;
}
input:focus {
    outline-width: 0;
}
.rounded {
	background:  url(inputbg.gif) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	padding: 8px;
}

body {
	background: #499bea; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #499bea 0%, #207ce5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #499bea 0%,#207ce5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #499bea 0%,#207ce5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #499bea 0%,#207ce5 100%); /* IE10+ */
	background: linear-gradient(45deg,  #499bea 0%,#207ce5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	color: white;
}

.rounded-corners-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    color:black;
    background-color: white;
    padding: 10px 10px;
}

A#alias:link {
	text-decoration: none;
	color: white;
}

A#alias:visited {
	text-decoration: none;
	color: white;
}

A#alias:active {
	text-decoration: none;
	color: white;
}

A#alias:hover {
	text-decoration: underline;
	color: white;
}