/*
body {
	font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #333;
	background-color: #fff;
	margin: auto;
}

h1 {
	font-size: 2em;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}
*/
/*
form {
	width: 28em;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.inprogress {
	display:none;
}
a {
	color: #09c;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #07a;
}

a.red-hover:hover {
	color: #c30;
}

.error, .success {
	font-size: 1.2em;
	font-weight: bold;
}

.error {
	color: #ff0000;
}

.success {
	color: #000;
}

.bookmarklet {
	position:absolute;
	right:0;
	top:0;
}

#top{
	padding: 3px 0;	
	color: #4aa0e0;
	text-align: left;
	border-bottom: 1px #c4c4c4 solid;			
}
#top ul{
	padding: 0px;	
	margin: 0px;		
}
#top ul li{
	margin: 0px;
	display: inline;
	list-style-type: none;
	color: red;
	padding: 0 10px;			
}

#top ul li.active{
	font-weight: bold;	
}

#top ul li.active a{
	color: #000;	
}

#top #share {
	float: right;	
	padding: 0 10px;
}

a.nolinkstyle {
	color: black;
	text-decoration: none;
}