/* - - - - - - - - - - - - - - - - - - - - -

Title : 		Strangefruits STYLE SHEET
Author : 		Strangefruit.nl
URL : 			http://www.strangefruit.nl

Description : 	xhtml content

Created : 	23/08/2007
Modified : 	

- - - - - - - - - - - - - - - - - - - - - */


#addyoursectionform {
	position:relative;
	z-index:99;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top:100px;
	width:250px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
	padding-left: 7px;
	color: #000000;
}
#dropshadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	background-color:#555555;
	filter:alpha(opacity=60);	/* Transparency */
	opacity:0.6;	/* Transparency */	
}

