body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
}

label {
	font-family: Verdana;
	font-size: 12px;
}

#main {
	padding-left: 50px;
}

#logo {
	float: left;
	padding-left: 20px;
}

img {
	border: none;
}

#caption {
	padding-top: 15px;
	padding-left: 120px;
}

#header {
	padding: 10px;
	color: #000;
	border-bottom: 1px solid #ccc;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: 900;
	height: 60px;
}

#footer {
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
	color: #777;
	font-size: 12px;
	font-family: "Courier New";
}

.message {
	padding: 8px;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	margin: 8px 20px 8px 20px;
	position: relative;
}

.error {
	background-color: #fdc;
	border: 1px solid #d00;
}

.result {
	background-color: #cfc;
	border: 1px solid #0d0;
}

#page-body {
	position: relative;
}

.button {
	padding: 4px 10px;
	border: 1px solid #555;
	background-color: #eee;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: 100;
}

.button:hover {
	background-color: #ddd;
}

.little-button {
	padding: 2px 4px !important;
	font-size: 11px !important;
}

#clear {
	height: 0;
	clear: both;
}

.request-item {
	background-image: url(request.bmp);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 4px;
	padding-left: 24px;
	height: 18px;
	display: table-cell;
	vertical-align: middle;
}

.tpl-caption {
	margin-top: 20px;
	margin-bottom: 8px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	padding: 6px;
	border: 1px solid #777;
	background-color: #ddd;
	width: 440px;
}

.tpl-caption+.tpl-content {
	margin-left: 30px;
}

#loading {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ddd;
	filter: alpha(opacity = 75);
	z-index: 100;
	display: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 900;
}

#loading-progress {
	width: 20px;
	margin-left: 2px;
	text-align: left;
}

.tpl-content-width {
	width: 640px;
}

.tpl-ticket-width {
	width: 740px;
}

fieldset {
	margin-top: 20px;
	border: 1px solid #777;
}

legend.tpl-caption {
	margin: 0px;
}

#certExtAbsent {
	color: red;
}

#attrCertSelectContainer {
	display: none;
}