@charset "utf-8";
/* CSS Document */

.rounded_corners {
	height:135px; 
	/*max-height:135px;*/ 
	width:180px; 
	/*max-width:180px;*/ 
	/*background-color:#bababa;*/
	background: transparent url(login_box_bg2.gif); no-repeat top left;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
	/*behavior: url(css/border-radius.htc);*/
}

.rel {
	position: relative;
	z-index: inherit;
	zoom: 1;
}
