body {
	margin: 0;
    position: absolute;
    top: 40%;
    left: 29%;
}
.logtable {
    position: absolute;
	background-image: url(logo.jpg);
    background-repeat:no-repeat;
	height: 145px;
	width: 700px;
}
.logtext {

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.logtoptext {
	color: #CCC;
}
.buttoncls {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.w20{
    position: relative;
    width: 20%;
}
.w60{
    position: relative;
    width: 60%;
}
.l10{
    left:100px;
}
.l60{
    left:400px;
}
