@charset "utf-8";
/* CSS Document */
/*Стили для передвигаемого элемента*/
#popup{ width:600px; position: absolute; bottom:100px; left:30%;}

.top_left{background: url(img/img_border/top_left.png) no-repeat; }
.top_right{ background: url(img/img_border/top_right.png) no-repeat right; padding:0px 10px 0px 15px;}
.top_middle{background: url(img/img_border/top_middle.png) repeat-x;height:30px; padding-top: 10px;}

.content_left{ background:url(img/img_border/content_left.png) repeat-y; }
.content_right{ background:url(img/img_border/content_right.png) repeat-y right; padding:0px 4px 0px 10px;}
.content_middle{ background:#FFF url(img/img_border/content_middle.png) repeat-x; padding:11px;}

.bottom_left{background:url(img/img_border/bottom_left.png) no-repeat;}
.bottom_right{ background: url(img/img_border/bottom_right.png) no-repeat right;padding:0px 10px 0px 15px;}
.bottom_middle{background: url(img/img_border/bottom_middle.png) repeat-x;height:16px;}
