/* CSS Document */
.yel-loginForm{padding:0px 0px 10px 10px; margin:0px 0px 0px 0px;width:252px; height:272px;background:#ffd936; border:1px solid #faa925; clear:both;}
.yel-tL, .yel-tR, .yel-bL, .yel-bR{
	/* Where the background image is located */
	background-image:url(../img/bg-all/home.png);
	/* The width of the background image */
	width:22px;
	/* The height of the background image */
	height:22px;
}
	.rcorner_wrapper{
	  float:left;
		position:relative;
		height:auto;
		width:auto;
	}
	.yel-tL, .yel-tR, .yel-bL, .yel-bR{
		position:absolute;
	}

	/* this sets the position of the corners */
	.yel-tL{top:0;left:0;background-position:-557px -144px;}
	.yel-tR{top:0;right:0;background-position:-557px -180px;}
	.yel-bL{bottom:0;left:0;background-position:-557px -72px;}
	.yel-bR{bottom:0;right:0;background-position:-557px -108px;}
