/* HOME */
.box_products {
	background-image: url(../images/home/box_products.gif);
	background-repeat: no-repeat;
}

.box_partners {
	background-image: url(../images/home/box_partners.gif);
	background-repeat: no-repeat;
}

.box_solutions {
	background-image: url(../images/home/box_solution.gif);
	background-repeat: no-repeat;
}

.box_recents {
	background-image: url(../images/home/box_recent.gif);
	background-repeat: no-repeat;
}
.box_showcase1 {
	background-image: url(../images/home/box_showcase1.gif);
	background-repeat: no-repeat;
}
.box_showcase2 {
	background-image: url(../images/home/box_showcase2.gif);
	background-repeat: no-repeat;
}
/* END HOME */



/* PRODUCTS */
.box_product_title {
	background-image: url(../images/products/box_product_title.gif);
	background-repeat: no-repeat;
	height: 17px;
}
.box_product_description {
	background-image: url(../images/products/box_product_desc.gif);
	background-repeat: no-repeat;
	height: 281px;
}
.box_product_buy {
	background-image: url(../images/products/box_buy.gif);
	background-repeat: no-repeat;
	height: 298px;
	width: 219px;	
}



/* END PRODUCTS */



/* WEBDESIGN */
.box_webdesign_big {
	background-image: url(../images/webdesign/box_big.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 184px;
	width: 368px;	
}
.box_webdesign_small {
	background-image: url(../images/webdesign/box_small.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 121px;
	width: 368px;	
}

/* END WEBDESIGN */


/* forms */

.textfield {
	margin: 0px;
	padding: 0px;
	width: 250px; 
	border: 1px solid #999999; 
}
