@charset "utf-8";
/* DROP SHADOW WORK FOR IMAGES */
.imagecontainer
{
	float: left;
	clear: left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imagecontainer img {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    display:block;
    margin:-6px -4px 6px -6px;
    padding:0;
    position:relative;
}
 
 
/* DROP SHADOW FOR TEXTS. */
.dropshadow1, .dropshadow2{
		float:left;
		clear:left;
		background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
		background: url(/images/shadow.gif) no-repeat bottom right;
		margin: 10px 0 10px 10px !important;
		margin: 10px 0 10px 5px;
		width: 500px;
		padding: 0px;
		}
		
/* .dropshadow2 only applies to test 1 */
.dropshadow1 p{
		position:relative;
		bottom:6px;
		right: 6px;
		border: 1px solid #999999;
		padding:4px;
		font-size:14px;
		margin: 0px;
				}
/* .innerbox only applies to test 2 */
.innerbox{
		position:relative;
		bottom:6px;
		right: 6px;
		border: 1px solid #999999;
		padding:4px;
		margin: 0px 0px 0px 0px;
}
/* IE5 hack */
.innerbox{
		\margin: 0px 0px -3px 0px;
		ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
		font-size:14px;
		margin: 3px;
}
.innerbox h4{
		margin-top: 3px;
}
 
