@charset "UTF-8";
/* CSS Document */

div#formContainer {
	background-color: #fff;
	border: 1px solid #6e7986;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	margin-bottom: 24px;
}

div#formContainer div {
	background-color: #dddfe0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Generic Form elements  */

.oneColForm {
	margin-bottom: 6px;
}

.oneColForm label {
	width: 140px; /* Width of labels */
	display: block;
	text-align: left;
	padding-bottom: 4px;
}

.oneColForm ol {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	overflow-y: auto;
}

.oneColForm  li {
	list-style: none;
	display: block;
	padding: 5px 5px 5px 34px;
}

.oneColForm em {
  font-weight: bold;
  font-style: normal;
  color: #900;
}

.oneColForm input[type=text], .oneColForm input[type=textarea], .oneColForm input[type=password] {
	width: 80%;
	border: 1px solid #6e7986;
	font-family: Tahoma, Georgia, Verdana;
	font-size: 16px;
	color: #666666;
	padding: 2px;
}

.oneColForm select {
	width: 80%;
}

/* button Panel  */

div#buttonPanel {
	display: block;
	height: 40px;
	width: 177px;
	margin: auto;
	overflow-y: auto;
}

.b-submit {
	border: none;
	display: block;
	margin: 16px auto;
	height: 35px;
	width: 177px;
	background-color: #777f82;
	background-image: url(../images-layout/b-submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.oneColForm button {
	border: none;
	display: block;
	margin: 16px auto;
	background-image: url(../images-layout/b-submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 177px;
	color: #CC3333;
	background-color: #777f82;
}

.oneColForm button:hover {
	background-image: url(../images-layout/b-submit.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.oneColForm button span {
	display: none;
	margin-right: auto;
	margin-left: auto;
}
