
/* ie6 fix */
.ie6fix {
position: relative;
zoom: 1;
}

/* boxes */

.boxblue { margin-top:5px; }
.boxorange { margin-top:5px; }
.boxgreen { margin-top:5px; }


.boxblue .head { background:url('images/h_blue.gif') repeat-x; float:left; }
.boxblue .head span { background:url('images/h_blue.gif') repeat-x; font-size:16px; color:#fff; line-height:40px; float:left; }
.boxblue .outer { float:left; background:url('images/bg_blue.gif') bottom repeat-x; position:relative; bottom:3px; padding:2px; border:1px solid #0195db; }
.boxblue .inner { float:left; background:url('images/bg_blue2.gif') top repeat-x; background-color:#fff; border:1px solid #d3daff; padding:10px 10px 0 10px; }
.boxorange .head { background:url('images/h_orange.gif') repeat-x; float:left; }
.boxorange .head span { background:url('/images/h_orange.gif') repeat-x; font-size:16px; color:#fff; line-height:40px; float:left; }
.boxorange .outer { float:left; background:url('images/bg_orange.gif') bottom repeat-x; position:relative; bottom:3px; padding:2px; border:1px solid #ffa241; }
.boxorange .inner { float:left; background:url('images/bg_orange2.gif') top repeat-x; background-color:#fff; border:1px solid #fad9c0; padding:10px 10px 0 10px; }
.boxgreen .head { background:url('images/h_green.gif') repeat-x; float:left; }
.boxgreen .head span { background:url('images/h_green.gif') repeat-x; font-size:16px; color:#fff; line-height:40px; float:left; }
.boxgreen .outer { float:left; background:url('images/bg_green.gif') bottom repeat-x; position:relative; bottom:3px; padding:2px; border:1px solid #5fb943; }
.boxgreen .inner { float:left; background:url('images/bg_green2.gif') top repeat-x; background-color:#fff; border:1px solid #fad9c0; padding:10px 10px 0 10px; }

.imgleft { float:left; }
.imgright { float:right; }


