/* CSS Document for COFFEE */

div#content {
	background-image:url(../images/background-coffee.jpg);
	background-repeat: no-repeat;
}

div#contentLeftLogo{
	background-image:url(../images/logo-coffee.jpg);
	background-repeat:no-repeat;
}
div#contentLeftVisual{
	background-image:url(../images/sfeer-coffee.jpg);
	background-repeat:no-repeat;
}



div#contentFrame {
	width:350px;
	padding:12px;
}


form 	{float:left;}

.inputText 	{
	width:200px;
	height:18px;
}

textarea {
	width:200px;
	height:150px;
	}

tr		{border:1px solid white; padding:5px;}	
td 		{vertical-align:top;border:1px solid white; padding: 0 0 0 4px;}	
.cellA	{background-color:#eeeeee; padding:4px 0 4px 4px;}

