/*GH 2009 for i-vert home page*/
.fluffy_buttons_box{
	float: left;
	width: 100%;
	clear: both;
	margin: 0.75em 0 0.25em 0;
}
#content .fluffy_buttons_box p{
	font-size: 80%;
	padding: 0.25em 0 0 0;
}
#content .fluffy_buttons_box p:first-line{
	font-size: 110%;
	font-weight: bold;
}
#text_intro .fluffy_buttons_box ul{
	clear: both;/*konquerer bug*/
	list-style-type: disc;
	margin: 0.25em 0 0.25em 1em;
}
#text_intro .fluffy_buttons_box ul li{
	font-size: 80%;
}
.fluffy_buttons_box img{
	position: absolute; top: 4em; left: 12.5em;
}
.fluffy_button{
	float: left;
	width: 17em;
	margin: 0 0.5em 0.5em 0;
}
.button_top{
	clear: both;
	width: 100%;
	height: 32px;
	background: url("../../images/ivert/top_box_middle.png") repeat-x 0% 0%;
}
.button_topleft{
	float: left;
	width: 16px;
	height: 32px;
	background: rgb(255,255,255) url("../../images/ivert/top_box_left.png") no-repeat 0% 0%;
	/*background color for the corners hide the horizontal graphics*/
}
.button_header{
	text-align: center;
	padding-top: 1%;
	margin: 0 auto 0 auto;
}
#text_intro .button_header h2{
	font-size: 100%;
	color: rgb(245,245,245);
}
.button_topright{
	float: right;
	width: 16px;
	height: 32px;
	background: rgb(255,255,255) url("../../images/ivert/top_box_right.png") no-repeat 100% 0%;
}
/*--------------------------------------button middle and content------------------------------------*/
.button_content{
	padding: 0 1em 0 1em;
	position: relative;
}
.button_left{
	float: left;
	width: 100%;
	background: url("../../images/ivert/corner_1px_join.png") repeat-y 0% 0%;
}
.button_right{
	float:right;
	width: 100%;
	background: url("../../images/ivert/corner_1px_join.png") repeat-y 100% 0%;
}
/*--------------------------------------button bottom------------------------------------*/
.button_bottom{
	clear: both;
	width: 100%;
	height: 8px;
	background: url("../../images/ivert/corner_1px_join.png") repeat-x 0% 100%;
}
.button_footer{
	text-align: center;
	padding-top: 2%;
	margin: 0 auto 0 auto;
}
.button_footer h2{
	font-size: 100%;
}
.button_bottomleft{
	float: left;
	width: 8px;
	height: 8px;
	background: rgb(255,255,255)  url("../../images/ivert/corner_1px_left.png") no-repeat 0% 100%;
}
.button_bottomright{
	float: right;
	width: 8px;
	height: 8px;
	background: rgb(255,255,255) url("../../images/ivert/corner_1px_right.png") no-repeat 100% 100%;
}
