#toppopupbar {
	font-size: 20px;
	color: white;
	background: #25A7DE;
	background: -webkit-linear-gradient(#25A7DE, #45C7FE);
	background: -moz-linear-gradient(#25A7DE, #45C7FE);
	background: -ms-linear-gradient(#25A7DE, #45C7FE);
	background: -o-linear-gradient(#25A7DE, #45C7FE);
	background: linear-gradient(#25A7DE, #45C7FE);
	margin: 0px;
	height: 25px;
	padding: 2px;
}
#closewin {
	float: right;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
	height: 25px;
	padding: 5px;
}
.buttonHolder {
	background: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: right;
}
.buttonHolder input[type=submit] {
	background-color: #25A7DE;
	height: 2em;
	color: white;
	font-weight: bold;
	border: outset 1px #F9F9F9;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.formlabel {
	display:inline-block;
	width:30px;
	font-weight:bold;
}
#popupmain {
	width:100%;
}
#popupmaincontent {
	padding:0 15px;
}