body {
	border: 0;
	margin: 0;
	padding: 0;
}

input[type=text],input[type=password],textarea {
	border-color: #000000 #BCBCBC #BCBCBC #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 0;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus {
	background-color: #FFFFBC;
	color: #000000;
	border: 1px solid #910000;
}

input[disabled='disabled'] {
	color: #000000;
}

a:focus {
	border: 1px dotted;
	outline: none;
}

a:active {
	border: 1px solid;
	outline: none;
}

.blankbg {
	background-image: url('./../Resources/Image/blank.gif');
	cursor: pointer;
}

.calendarOpen {
	background-image: url('./../Resources/Image/calOpen.png');
	background-repeat: no-repeat;
	background-position: center;
}

.calendarClose {
	background-image: url('./../Resources/Image/calClose.png');
	background-repeat: no-repeat;
	background-position: center;
}

.calendarOpened {
	display: block;
}

.calendarClosed {
	display: none;
}

.nojstextwrap {
	position: relative;
	z-index: 999;
}

.nojstext {
	background-color: #FF0000;
	position: relative;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	font-size: 16px;
	min-width: 500px;
	padding: 15px 15px 15px 15px;
}
