/* CSS Document */

.inputstyle{
	width:220px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:black;
	border:1px solid #CCCCCC;
	margin: 2px 0px;
}

.inputstyle4{
	width:88px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:black;
	border:1px solid #CCCCCC;
	margin: 2px 0px;
}

.inputstyle5{
	width:78px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:black;
	border:1px solid #CCCCCC;
	margin: 2px 0px;
}


.selectstyle{
	width:120px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:black;
	border:1px solid #CCCCCC;
	margin: 2px 0px;
}

.textareastyle{
	width:219px;
	height:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:black;
	border:1 solid #970000;
}


.hide {
		display:none;
	}

.show {
	display:'';
}

.alert_msg {
	text-align:left;padding-left:25px;
}

.alert_hide {
	display:none;
}

.alert_show {
	display:;border:2px dotted; border-color:red;text-align:left;padding:5px;margin:5px;
}

.alert_green {
	display:;border:2px dotted; border-color:green;text-align:left;padding:5px;margin:5px;
}

.alert_img {
	float:left;
}

.field-hint {
	position: absolute;
	width: 160px;
	z-index: 500;
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: -60px 0px 0px 125px;
	color: #000000;
	padding: 0px;
	z-index: 600;
}

/* style for home page - Start */
.field-hint-home {
	/*border: 1px solid #000000;*/
	position: absolute;
	width: 200px;
	z-index: 500;
	background-image: url(../images/alert3_home.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: -60px 0px 0px -220px;
	color: #000000;
	padding: 0px;
	z-index: 600;
}
div.field-hint-home div {
	/*border: 1px solid #D7D7D7;*/
	background-color: #F1F1F1;
	border: 1px solid #D7D7D7;
	margin: 0px 55px 0px 0px;
	padding: 10px 10px 10px 10px;
	z-index: 500;
}
/* style for home page - End */

div.field-hint div {
	background-color: #F1F1F1;
	border: 1px solid #D7D7D7;
	margin: 0px 0 0 22px;
	padding: 10px 10px 10px 10px;
	z-index: 500;
}

.field-hint-inactive {
	visibility: hidden;
	position: absolute;
}

.inputstyle-focus {

	width:120;
	height:17;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:black;
	border: 1px groove #6c7d8e;
	background-color:#FFF7D8;
	margin: 2px 0px;
}
.asterisk{
	color:red;
}