/* CSS Document */
/* FOR WEBSITE KAUNISTE.COM */

/* ---------------------------------------------------------------------------------------- */
/* HTML BODY */
/* ---------------------------------------------------------------------------------------- */
BODY{ 
/* background-color:#999999; */
background-image: url(http://kauniste.com/asset/img/bg.gif); 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
vertical-align:top;
}

/* ---------------------------------------------------------------------------------------- */
/* TD DEFINITION */
/* ---------------------------------------------------------------------------------------- */
TD{vertical-align:top; font-size: 12px;}

/* ---------------------------------------------------------------------------------------- */
/* BASE TABLE DEFINITION */
/* ---------------------------------------------------------------------------------------- */
#base_tbl{ width:980px; background-color:#FFFFFF; }

/* ---------------------------------------------------------------------------------------- */
/* HTML LINK */
/* ---------------------------------------------------------------------------------------- */
a {  text-decoration: underline}
a:link {color: #0000ff}
a:visited {color: #0000ff}
a:hover {color: #ff0000}
a:active {color: #0000ff}

/* ---------------------------------------------------------------------------------------- */
/* Newsletter Textfield */
/* ---------------------------------------------------------------------------------------- */
.newsletter{
	border: 1px solid #999999;
	color: #999999;
	width: 120px;
	font-size: 11px;
	text-indent: 8px;

}
