.slide_iframe {
	height:430px; width:100%; border:0px; overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.feedBoxLeft {
	background: #ccf url('') no-repeat bottom center; margin:0; 
}

.feedBoxCenter { 
	background: #ccc url('') no-repeat bottom center; margin:22px; 
}

.feedBoxRight {
	background: #fcc url('') no-repeat bottom center; margin:0;
}

.feedBoxLeft, .feedBoxCenter, .feedBoxRight {

	width:300px; padding:0; float:left; margin-bottom:10px; margin-top:20px;

	/* Rounded Corners */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;


}


.feedBox_BG_Blue { 
	background: #00549d;
	background: -moz-linear-gradient(top, #4c88bc, #00549d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c88bc), to(#00549d));
}
.feedBox_BG_Orange {
	background: #f78f1e;
	background: -moz-linear-gradient(top, #fbc78e, #f78f1e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbc78e), to(#f78f1e));
}
.feedBox_BG_Green {
	background: #8dc73f;
	background: -moz-linear-gradient(top, #afd679, #8dc73f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afd679), to(#8dc73f));
}

.feedBox_BG_ActBlue { 
	background: #00bbe4;
	background: -moz-linear-gradient(top, #4dd0ec, #00bbe4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4dd0ec	), to(#00bbe4));
}
.feedBox_BG_StaBrawn {
	background: #a59e94;
	background: -moz-linear-gradient(top, #bebab5, #a59e94);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bebab5), to(#a59e94));
}
.feedBox_BG_StaGray {
	background: #bb803a;
	background: -moz-linear-gradient(top, #d1a777, #bb803a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1a777), to(#bb803a));
}
.feedBox_BG_ActDarkGreen {
	background: #00af9e;
	background: -moz-linear-gradient(top, #0ccebb, #00af9e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0ccebb), to(#00af9e));
}
.feedBox_BG_WarmBlue {
	background: #56b2cb;
	background: -moz-linear-gradient(top, #7bd1e8, #56b2cb);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7bd1e8), to(#56b2cb));
}
.feedBox_BG_WarmYellow {
	background: #b2b42f;
	background: -moz-linear-gradient(top, #d9db56, #b2b42f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9db56), to(#b2b42f));
}



.feedBox_BG_ActDarkGreen,
.feedBox_BG_WarmBlue,
.feedBox_BG_WarmYellow,
.feedBox_BG_ActBlue,
.feedBox_BG_StaBrawn,
.feedBox_BG_StaGray,
.feedBox_BG_Blue,
.feedBox_BG_Orange,
.feedBox_BG_Green {
 
		width:295px; height:100px; text-align:center;        
        margin:0; padding:10px;
        font-size:14px; color : #fff; text-shadow: 1px 1px #666;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow:0px 0px 1px #999;
	-webkit-box-shadow:0px 0px 1px #999;
	box-shadow:0px 0px 1px #999;
}

.formHead { width:290px; height:30px; background:none; border:none; font-size:18px; color:#fff; text-align:center; text-shadow: 1px 1px #666; padding:0px; margin:0; margin-top:10px; }
.formText { width:135px; height:100px; background:none; border:none; font-size:14px; color:#fff; line-height:24px; text-align:left; text-shadow: 1px 1px #666; padding:0px;  margin-top:0px; }
.formText2 { width:290px; height:50px; background:none; border:none; font-size:14px; color:#fff; line-height:24px; text-align:center; text-shadow: 1px 1px #666; padding:0px; margin:0; }
.imgSide { margin:0px; margin-top:10px; width:130px; height:100px; }
.imgCenter { margin-top:0px; width:220px; height:90px; }

.imgRo { -moz-transform:rotate(-5deg); -webkit-transform:rotate(-5deg); }

.cButton { width:23px; height:20px; cursor:hand; margin:3px;}
.imgCover { }
