/*<!-- Used for the Postcard Form and Design files --> 

<style type="text/css">*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

em	 {
	font-style : normal;
	font-weight : bold;
}

.formtable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4F4EF;
	color: #333;
}


.formfield {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

.designtable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e1e1e1;
}

.button {
	background-color: #600;
	color: #FFF;
	padding: 2px;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style: beveled;
}


.title {
	color: #FFF;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
}

/* ----------stili miei----*/
.intestazione {
	color: #999;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.subject {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 0px 10px;
}

.recipient {
	color: #000;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	padding : 0px 10px;
	font-weight : bold;
}

.message {
	color: #000;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	padding : 0px 10px;
}

.sender {
	color: #000;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	padding : 10px;
	font-weight : bold;
	text-align : right;
}

.promosx {
	color: #FFF;
	border: 1px solid #999;
	font-size: 13px;
	padding : 10px;
	text-align : left;
	background-color : #000;
}

.promodx {
	color: #F4F4EF;
	border: 1px solid #777;
	font-size: 13px;
	padding : 10px;
	text-align : left;
	background-color : #222;
}

.copy {
	color: #F4F4EF;
	border: 1px solid #888;
	font-size: 13px;
	padding : 10px;
	margin: 10px 10%;
	text-align : left;
	background-color : #111;
}

.helptit {
	color: #F4F4EF;
	background-color : #600;
	font-size: 13px;
	font-weight: bold;
	padding : 5px;
	text-align : left;
}

.helptext {
	font-size: 11px;
	font-weight: normal;
	padding : 5px;
	text-align : left;
}

.helpclose {
	font-size: 10px;
	text-align : left;
	display: block;
	text-indent : 50%;
}

/*   ------------ID footer  */
#footer  {
	width: 100%;
	text-align: center;
	font-size : 90%;
	color : #333;
	background-color : #CCC;
	padding : 5px ;
	border-color : #999;
	border-style : dotted;
	border-width : 1px 1px 0px 1px;
	position : relative;
} 

a:link {
	text-decoration : underline;
	color: #369;
}
a:visited {
	text-decoration : underline;
	color: #69C;
}
a:hover {
	text-decoration : none;
	color: #600;
}
a:active {
	text-decoration : none;
	color: #600;
	background-color: #CCC;
}
/*
</style>
*/

