body {
	font: 13px "Trebuchet MS";
	color: #003366;
	background-color: #fff;
	text-align: center;
}

a {
	outline: none;
	color: #0000CC;
	-moz-outline: 0;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}


#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font: bold 30px "Trebuchet MS";
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	font: bold 17px "Trebuchet MS";
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999;
}

h3 {
	font: bold 14px "Trebuchet MS";
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999;
}

h4 {
	font: bold 12px "Trebuchet MS";
	padding: 0;
	margin: 0;
	color: #999;
	margin-bottom: 2px;
	border-bottom: 1px dotted #999;
}

#error {
	margin: 0;
	padding: 0;
	list-style: none;
}

#error li {
	font-weight: bold;
	color: #d00;
}

#create_form label {
	font-weight: bold;
}

#create_form #url {
	width: 400px;
}

#create_form #alias {
	width: 140px;
}

#bookmarklets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	padding: 5px;
	background-color: #FAFAFA;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}
.footermini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DDD;
}
.headernav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.footernav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;

}
.footernav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.footernav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6666FF;

}
.button {
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #EEEEEE;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
vertical-align: middle;
}
.inputurl {
	border: 3px solid #EEEEEE;
	color: #003366;
	font-weight: bold;
	font-family: "Lucida Grande",Verdana,sans-serif;
	height: 24px;
	padding-left: 30px;
	padding-top:6px;
	width: 400px;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
.inputurl:hover {
	border: #d3d3d3 3px solid;
}
.inputalias {
	border: 3px solid #EEEEEE;
	color: #003366;
	width: 140px;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
.inputalias:hover {
	border: #d3d3d3 3px solid;
}
.selecturl {
	border: 3px solid #EEEEEE;
	color: #003366;
	width: 200px;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
.selecturl:hover {
	border: #d3d3d3 3px solid;
}
.outputurl {
	border: 3px solid #EEEEEE;
	color: #003366;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	height: 24px;
	padding-left: 30px;
	padding-top:6px;
	width: 300px;
	font-size: 1em;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.outputurl:hover {
	border: #d3d3d3 3px solid;
}
