/* some common css */
body {
	font-family: arial;
	background: #fff;
	font: 12px/ 1.5em arial;
}

.req {
	color: #BA296B;
	font-weight: bold;
}

.message {
	color: #FF0000;
	padding: 5px 5px 5px 30px;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}

.note {
	background: #F0FFF0;
  	color: #003333;
  	border: 1px solid #02DF82;
	margin-top: 5px;
	padding: 5px 5px 5px 10px;
	text-align: left;
	font-family: arial;
	font:10px/ 1.5em arial;
}

.error {
	color: #FF0000;
	font-size: 12px;
}

legend {
	color: #3333CC;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

fieldset {
	text-align: center;
	padding: 0em 2px;
}

input[type=text] {
	width: 90%;
}

input[type=text].noClass {
	width: auto;
}
textarea {
	width: 90%;
}

.subwinBtn {
	font-size: 12px;
}

.dialogn-close {
	width: 30px;
	height: 30px;
}