@charset "utf-8";
/* CSS Document */

.boxplaint {
	background: url(../images/plaint.gif )	no-repeat bottom;
	height:40px;
	width:40px;
}
.boxask {
	background: url(../images/ask.gif )	no-repeat bottom;
	height:30px;
	width:30px;
}
.boxerror {
	background: url(../images/error.gif )	no-repeat bottom;
	height:30px;
	width:30px;
}
.boxyes {
	background: url(../images/yes.gif )	no-repeat bottom;
	height:30px;
	width:30px;
}
.boxclose {
	background: url(../images/iconclose.gif )	no-repeat bottom;
	margin-left:2px;
    border:0px;	
    width:16px;
    height:16px;
    border:0px;
}

