/*

	Frank Marion, software@frankmarion.com.
	http://www.frankmarion.com

	Date Created:	Thursday, May 09, 2002 9:34:30 PM
	Last Modified:	Wednesday, January 21, 2004 3:32:17 PM
	Revision:		1.2

	This is the general style sheet for the tidysflowers.com
	website. It deals only with the tag appearance. No layout
	tags involved.
*/


/* ------------------------------------------------------*/
/* General tag definitions						 		 */

body {
	color:					#000;
	font-style:				normal;
	font-weight:			normal;
	line-height:			160%;
	margin:					0px 0px 0px 0px;
}
a:link {
	background-color:		transparent;
	text-decoration:		none;
}
a:visited {
	background-color:		transparent;
	text-decoration:		none;
}
a:hover {
	text-decoration:		underline;
}
h1 {
	font-size:				150%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h2 {
	font-size:				130%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h3 {
	font-size:				110%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h4 {
	font-size:				110%;
	font-style:				normal;
	font-weight:			bold;
	margin:					1em 10px 0px 10px;
}
input {
	line-height:			100%;
}
li {
	margin:					.35em 1em 1em .35em;
	line-height:			150%;
}
li strong {
	display: 				block;
	color:					#A53CA5;
}
ol,ul {
	margin-left:			5px;
	line-height:			150%;
}
p {
	margin:					.5em 10px 0px 10px;
}
tr {
	text-align:				left;
}

/* ------------------------------------------------------*/
/* General classes								 		 */

.RequiredField {
	color:					green;
	background-color:		yellow;
	font-weight:			bold;
	font-style:				italic;
}

#email_reciept {
	width:					500px;
	border:					1px solid #94A2FF;
	padding:				0px;
	margin-top:				10px;
	margin-left:			10px;
}


	
	
	
