/*** Quote box div ***/

    .quote {
        /* display:none; */
        font-weight:bold; 
        margin-top:0px;
		border-top:3px solid #627680; 
		background-color:#fc7340;
        /*border-top:3px solid #96d7eb; 
        background-color:#d9f0f8; */
		background-image:url(../images/quotes.gif);
		/*background-image:url('html/images/quotes.gif'); */
        background-repeat:no-repeat; 
        background-position:1% -7px; 
        width:100%;
    }

    .quote .msg {
        padding:7px; 
        padding-bottom:0px; 
        color:#2e535c;
    }

    .quote .author {
        color:#73949d; 
        padding:8px;
    }

    .quote .close {
        background-color:white; 
        background-repeat:no-repeat; 
		background-image:url(../images/baloon_arrow.gif); 
        /*background-image:url('html/images/baloon_arrow.gif'); */
        background-position:10%;
        height:20px; 
        width:100%; 
        text-align:right;
    }

	.quote .close a {
		border-bottom: 1px dotted #222222; 
		font-weight: normal; 
		color: black; 
		line-height: 20px; 
		text-decoration: none;
	}
	
a.k:link {
	
	color: #fc7340;
	border:0;
	
	
}
a.k:hover {
	
	color:#fc7340;
	border:0;
	
}
a.k:visited {
	
	color:#fc7340;
	border:0;
	
}

img {

border:0;}
