@charset "utf-8";
/* CSS FREDAG REKLAMEBYRÅ */

#postcard {
	height:343px;
	width:757px;
	float:left;
	margin-top:8px;
	position:relative;
	background:url(../images/letterBack.jpg) top left no-repeat;
	font-size:14px;
	line-height:17px;
	color:#000;
	}	

	#message{
		margin-top:45px;
		margin-bottom:5px;
		margin-right:20px;
		margin-left:30px; 
		height:290px;
		width:405px;
		overflow:hidden;
		float:left;
		}
		
		#message .challengeTxt {
			float:left;
			width:395px;
			/*height:140px;*/
			overflow:hidden;
			font-style:normal;
			}
				
		#message .solutionTxt {
			float:left;	
			width:395px;
			/*height:140px;
			margin-top:5px;*/
			overflow:hidden;
			font-style:normal;
			}
	
	#address{
		margin-top:10px;
		margin-left:25px;
		height:330px;
		width:240px;			
		float:left;
		overflow:hidden;	
		}
	
		#address .client{
			margin-top:149px;
			height:30px;
			font-size:18px;
			}
		
		#address .workTitle{
			margin-top:7px;
			height:110px;
			line-height:55px;
			font-size:19px;
			overflow:hidden;
			}
		

