.pkm {
	font-size: 115%;
	line-height: 120%;
}

.pkm p, .pkm td {
	font-size: 105%;
	line-height: 110%;
}

.pkm div {
	margin: 10px 0 10px 0;
	padding: 15px 10px 5px 10px;
    background-color: #EEEEEE;
}

.pkm p {
	padding: 0;
	margin: 0;
    margin-bottom: 15px;
}

.pkm table { border: none; }

.pkm th { text-align: left; }

.pkm td {
	padding: 6px 6px 8px 6px;
	background: transparent url(../img/td-bg.gif) bottom left repeat-x;
}

.pkm td.left {
	background: transparent url(../img/td-bg-left.gif) bottom right no-repeat;
}

.pkm td.right {
	background: transparent url(../img/td-bg-right.gif) bottom left no-repeat;
}

.pkm button {
	color: #555555;
	margin: 1px 3px;
	padding: 5px;
	background: #FFFFFF url(../img/button.gif) top left repeat-x;
	cursor: pointer;
}

.pkm button:hover {
	color: #222222;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

.pkm input, .pkm select, .pkm textarea {
	width: 98%;
	margin: 0;
	padding: 3px;
}

.pkm textarea { height: 75px; }

.pkm .submit input {
	width: auto;
	cursor: pointer;
}

.pkm .submit {
	padding: 10px;
	margin: 0;
	background: none;
}

.pkm .hint {
	margin: 0;
	padding: 0;
	color: #666666;
	font-style: italic;
}

.pkm .required {
	color: #CC0000;
	font-weight: bold;
}

.pkm .rounded {
	background: #EEEEEE url(../img/div-bg.gif) top left repeat-x;
	border: 1px solid #DDD;
	-moz-border-radius-topleft: 8px;
	-khtml-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.pkm span.error {
	color: #CC0000;
	font-weight: bold;
}

.pkm tr.error td {
	color: #CC0000;
}

.pkm div.error {
	color: #CC0000;
	background-color: #F9E1E1;
	background-image: none;
	border-color: #EAAEAE;
}

.pkm div.success {
	color: #006600;
	background-color: #EDF9E2;
	background-image: none;
	border: 1px solid #CCEBAD;
}

.pkm div.error h2 {
	color: #CC0000;
}

.pkm div.success h2 {
	color: #006600;
}

.pkm div.error p, .pkm div.success p {
	clear: both;
	margin: 3px 0 3px 0;
	padding: 5px;
	padding-left: 22px;
}

.pkm div.error p {
	background: transparent url(../img/error.gif) 0 5px no-repeat;
}

.pkm div.success p {
	background: transparent url(../img/success.gif) 0 5px no-repeat;
}
