/* ===== RESIZABLE ROUD BLOCK ===== */
/*div.resizable_round_block { width: 230px; padding: 40px 30px; background-color: #c5e3ec;}*/
div.resizable_round_block .round_coners_block { position: relative; background-color: #fff;}
div.resizable_round_block .content { padding: 10px; min-height: 320px; height: auto !important; height: 320px; he\ight: 320px; }
div.resizable_round_block .round_conners {position: absolute;}
div.resizable_round_block .resizable-n, div.resizable_round_block .resizable-s { width: 100%; height: 24px;}
div.resizable_round_block .resizable-e, div.resizable_round_block .resizable-w { width: 24px; height: 100%;}
div.resizable_round_block .resizable-se, div.resizable_round_block .resizable-sw, div.resizable_round_block .resizable-ne, div.resizable_round_block .resizable-nw { width: 24px; height: 24px; }
div.resizable_round_block .resizable-n  { top: -24px; background: url(./images/up_s1.png) 0 100% repeat-x;}
div.resizable_round_block .resizable-e  { top: 0; right: -24px; background: url(./images/right_s1.png) 0 0 repeat-y;}
div.resizable_round_block .resizable-s  { bottom: -24px; background: url(./images/dwn_s1.png) 0 0 repeat-x;}
div.resizable_round_block .resizable-w  { top: 0; left: -24px; background: url(./images/left_s1.png) 100% 0 repeat-y;}
div.resizable_round_block .resizable-nw { top: -24px; left: -24px; background: url(./images/nw_s1.png) 0 0 no-repeat;}
div.resizable_round_block .resizable-ne { top: -24px; right: -24px; background: url(./images/ne_s1.png) 0 0 no-repeat;}
div.resizable_round_block .resizable-sw { bottom: -24px; left: -24px; background: url(./images/sw_s1.png) 0 0 no-repeat;}
div.resizable_round_block .resizable-se { bottom: -24px; right: -24px; background: url(./images/se_s1.png) 0 0 no-repeat;}

div.resizable_round_block .content p { margin-bottom: 20px; min-height: 100px; height: auto !important; height: 100px; he\ight: 100px; vertical-align: middle;}
body{background:#E3E3E3 url(images/body_bg.gif) 0 0 repeat-x;}