.loginTable {
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;
}

.txtinput{
	border: 1px solid #CCCCCC;
}
.topleftright {
	border-top: 1px dotted #C1EE76;
	border-right: 1px dotted #C1EE76;
	border-left: 1px dotted #C1EE76;
	border-bottom: none;
}
.leftside {
	border-top: none;
	border-right: none;
	border-left: 1px dotted #C1EE76;
	border-bottom: none;
}
.rightside {
	border-top: none;
	border-left: none;
	border-right: 1px dotted #C1EE76;
	border-bottom: none;
}
.bottomrightleft {
	border-top: none;
	border-right: 1px dotted #C1EE76;
	border-left: 1px dotted #C1EE76;
	border-bottom: 1px dotted #C1EE76;
}