#pang_content {
	font-size: 12px;
	background: #fff;
	width: 100%;
}

#pang_content form {
	border: 1px solid #daecf3;
	padding: 10px;
}

#pang_content form fieldset {
	border: 0px;
}

#pang_content form legend {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 1em;
	padding: 0px 6px;
}

#pang_content form fieldset p {
	margin: 10px;
}

#pang_content form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align: center;
}

#pang_content form li {
	width: 98%;
	margin: 0 auto;
	padding: 12px;
	border-bottom: 1px dotted #daecf3;
	float: left;
}

#pang_content form li.row2 {
	width: 49% !important;
}

#pang_content form label {
	float: left;
	width: 100px;
	padding-top: 6px;
	padding-right: 10px;
	text-align: right;
	margin: 0px;
	line-height: 25px;
	color: #666;
}

#pang_content form select {
	vertical-align: middle;
	line-height: 25px;
}

#pang_content form .dataInput {
	padding-top: 4px;
	padding-left: 5px;
	margin: 0px;
	text-align: left;
	border: 0px solid #ccc;
	width: 78%;
	float: left;
	line-height: 25px;
}
.dataInput img{
	margin-top:8px;
}
#pang_content form label.error {
	color: #c00;
	padding: 3px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	display: none;
	text-align: left;
	margin-left: 112px;
	width: 400px;
}

#pang_content form input.submit {
	margin: 10px 0px 10px 180px;
	display: inline;
}

#pang_content form input.text {
	background: url(/images/common/ip_bg01.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	border: #e1e1e1 1px solid;
	padding: 0px 6px;
	width: 200px;
}

#pang_content form input[type="text"], #pang_content form input[type="number"],
	#pang_content form input[type="date"], #pang_content form input[type="checkbox"],
	#pang_content form input[type="radio"], #pang_content form input[type="password"],
	#pang_content select {
	font-size: 12px;
	border: #e1e1e1 1px solid;
	height: 28px;
	line-height: 28px;
	padding: 0px 6px;
}

#pang_content textarea {
	font-size: 12px;
	border: #e1e1e1 1px solid;
	line-height: 28px;
	padding: 0px 6px;
}

#pang_content form input[type="radio"], #pang_content form input[type="checkbox"]
	{
	position: relative;
	top: 1px;
}

#pang_content form label.required {
	background-image: url(/images/required_star.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#pang_content form span.required {
	padding-right: 15px;
}

#pang_content form label.disabled {
	color: #aaa;
}

#pang_content form .highlight {
	background-color: #e2e2e2;
}

#pang_content .off {
	display: none !important;
}

#pang_content .clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}

#result {
	color: #333333;
	margin: 10px;
}

.error {
	color: red;
}

.space {
	clear: both;
	float: none;
	font-size: 10px;
	line-height: 10px;
}

.medium {
	width: 300px;
}