﻿input[type="text"], select, textarea {
	padding: 5px;
	font-size: 10.5pt;
	border-color: #cccccc;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
}

.pnlForm {
	background-color: #f8f7fb;
	/*border-bottom: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	border-radius: 10px;*/
	padding: 15px 0;
	width: 100%;
	margin: 0 0 5px 0;
}

.formTitle, .pnlForm {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(161,161,161,1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(161,161,161,1);
	box-shadow: 5px 5px 10px 0px rgba(161,161,161,1);
}

	.pnlForm p {
		padding: 0 17px;
	}

	.pnlForm h2, .pnlForm h3 {
		font-weight: bold;
		line-height: 1.0em;
		margin-left: 17px !important;
	}

h1 {
	padding: 15px;
	background-color: #555;
	color: #fff !important;
}

div ul {
	/* for the radio button list */
	padding: 0 !important;
	margin: 0 !important;
}

div .notReleased {
	color: #000 !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 15px 0 !important;
}

ul li {
	/* for the radio button list */
	list-style: none !important;
	padding-bottom: 8px;
}

.cellStyle {
	vertical-align: top;
}

.itemStyle {
	vertical-align: top;
	padding: 0 10px 10px 0;
	white-space: initial !important;
}

	.itemStyle li label {
		margin-left: 5px;
		position: relative;
		bottom: 5px;
	}

	.itemStyle li input[type="radio"] {
		width: 1.5em;
		height: 1.5em;
	}

.labelStyle {
	vertical-align: top;
	padding: 0 0 0 10px;
	width: 275px;
}

.textbox {
	border: solid 1px #ffa300 !important;
	box-shadow: 0px 0px 10px #ffa300 !important;
}

span {
	font-size: inherit;
}

.upload {
	position: relative;
	display: inline-block;
	height: 163px;
}

.upload .img-top {
	display: none;
	position: absolute;
	/*top: 15px;
left: 15px;*/
	z-index: 99;
}

.upload:hover .img-top {
	display: inline;
}

.button-container {
	text-align: center;
	margin-bottom: 50px;
}
