@CHARSET "UTF-8";

/*///////////////////////////////////Blue Box*/
.homebox.blue .top { background-image: url(../img/layout/box_top.png); }
.homebox.blue .bottom { background-image: url(../img/layout/box_bottom.png); }
.homebox.blue .text, 
.homebox.blue .hbimage, 
.homebox.blue .text, 
.homebox.blue .title { background-image: url(../img/layout/blue_box_bg.png); }

/*///////////////////////////////////Black Box*/	
.homebox.black .top { background-image: url(../img/layout/box_top_black.png); }
.homebox.black .bottom { background-image: url(../img/layout/box_bottom_black.png); }
.homebox.black .text, 
.homebox.black .hbimage, 
.homebox.black .text, 
.homebox.black .title { background-image: url(../img/layout/black_box_bg.png); }

/*///////////////////////////////////Default Box */
.homebox { width: 296px; height: 450px; float: left; margin-right: 30px; margin-bottom: 20px; color: white; }
.homebox .text, 
.homebox .hbimage, 
.homebox .text, 
.homebox .title { background-repeat: repeat; padding:0 20px;}
.homebox .title { margin: 0; padding: 10px 20px; font-weight: normal; font-size: 26px; }	
.homebox .hbimage { height: 160px; overflow: hidden; }
.homebox .hbimage img { width: 256px; }	
.homebox .text p { margin: 0; line-height: 22px; padding: 10px 0 17px 0; }
.homebox .bottom, 
.homebox .top { height: 17px; }

/* *** editor .. */
.homebox input.title { font-size: 26px; font-weight: 400; }
.homebox input.title,
.homebox textarea.text { font-family: Verdana, sans-serif; color: white; margin: 0; border:0!important; width: 256px!important; max-width: 256px!important; min-width: 256px!important; }
.homebox textarea.text { line-height: 22px; font-size: 14px; font-weight: 400; height: 200px!important; max-height: 200px!important; min-height: 200px!important; }
.homebox input.title,
.homebox textarea.text { border-radius: 0;-moz-border-radius: 0;-khtml-border-radius: 0; -webkit-border-radius: 0; }


