/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-color: #e2e2e2;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
}
form, body, iframe { margin: 0; padding: 0;}
img, table, iframe { border: 0;}
table { border-collapse:collapse}
table td { padding:0; border:0} 
a { color:#ffffff;
	text-decoration:none;
}
a:hover { text-decoration:underline; } 

.b1 {font-size:13px; font-weight:bold;}
.inp { margin:0px; padding:0px; width:194px; height:19px; border:0px; background-image:url(images/text.jpg); background-repeat:no-repeat;}
.aera { margin:0px; padding:0px; width:194px; height:92px; border:0px; background-image:url(images/area.jpg); background-repeat:no-repeat;}

.btn_clear { cursor:pointer; border:0px; background:url(images/btn_clear.gif) no-repeat; width:51px; height:19px; margin-left:2px;
margin-top:2px;}
.btn_send { cursor:pointer; border:0px; background:url(images/btn_send.gif) no-repeat; width:51px; height:19px; margin-left:17px; margin-top:2px;}
.ttl {font-size:16px; font-weight:bold; text-transform:uppercase; font-style:italic}