
#all {
	text-align: center;	
}

.rightcol {
	margin-left: 637px;
}

#menu ul {
	margin: 0;
}

.leftcolright {
	margin-left: 327px;
}

.auth input {
	border:expression((this.type=='radio' || this.type=='checkbox' || this.type=='image') ? "0" : "solid 1px ##E7DFDA");
	height:expression((this.type=='radio' || this.type=='checkbox' || this.type=='image') ? "auto" : "19px");
	width:expression((this.type=='radio' || this.type=='checkbox' || this.type=='image') ? "auto" : "92px");
}


