.formTable {
	background-color: #bababa;
}	

#form1 {

}

.textField {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #000;
	background-color: #ffffff;
	padding: 4px;
	width: 194px;
}


.keyPad {
	padding-top: 5px;
	width: 200px;
	clear: both;
	display: table;
}

.codeRow {
	width: 60px;
	float: left;
}

.codeButton {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	background-color: #bababa;
	padding: 4px;
	margin: 0px;
	width: 60px;
	cursor: pointer;
}

#showCode1 {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ffffff;
	height: 25px;
	width: 52px;
	margin: 0px;
	float: left;
}

#showCode2,
#showCode3 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ffffff;
	height: 25px;
	width: 52px;
	margin: 0px;
	float: left;
}

#showCode4 {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ffffff;
	height: 25px;
	width: 52px;
	margin: 0px;
	float: left;
}

.textAreaStyle	{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #000;
	background-color: #ffffff;
	padding: 4px;
	width: 200px;
	height: 160px;
}

.buttonStyle {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: white;
	background-color: black;
	border: 1px solid black;
	padding: 4px 8px 6px 8px;
	cursor: pointer;
}

.topEdgeDark {
	background-image: url(../images/edges/topDark.gif);
	background-repeat: repeat-x;	
	height:24px;
	line-height: 100%;
}

.leftEdgeDark {
	background-image: url(../images/edges/leftDark.gif);
	background-repeat: repeat-y;	
	width:24px;
}

.rightEdgeDark {
	background-image: url(../images/edges/rightDark.gif);
	background-repeat: repeat-y;	
	width:24px;
}

.bottomEdgeDark {
	background-image: url(../images/edges/bottomDark.gif);
	background-repeat: repeat-x;	
	height:24px;
	color: #999999;
}
