* {
	margin: 0;
	padding: 0;
}

body {
	background: #AE93A2 url(../images/main-bkg-orderform.gif) repeat-y;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	color: #555555;
}

p {
	font-size: 1.2em;
	margin: 0.9em 0;
        line-height: 150%;
}

h3 {
	background: url(../images/h3-bkg-l.gif) no-repeat;
	text-align: left;
	font-size: 1.4em;
	color: #795B6B;
	width: 100%;
	height: 22px;
	display: block;
	padding-top: 7px;
	padding-left: 20px;
	clear: both;
}

a {
	background-color: #FFF2F2;
	color: #555555;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

/**********LAYOUT STYLES **********/

#wrap {
	background: url(../images/orderform-floral-bkg.gif) no-repeat right top;
	width: 750px;
}


/********** ID STYLES **********/

#home-link ul {
	position: relative;
	margin-top: 25px;
	margin-bottom: 3px;
	float: right;
}

#home-link li {
	background: url(../images/home-link-bkg.gif) no-repeat;
	width: 38px;
	text-indent: -9000em;
}

#home-link a {
	background: url(../images/home-link-bkg.gif) no-repeat;
	display: block;
	height: 29px;
}

#home-link a:hover {
	background: url(../images/home-link-bkg-hover.gif) no-repeat;
}


/********** CLASS STYLES **********/

.left-text-box {
	display: block;
	clear: left;
	padding: 20px 25px;
}

.grey-text {
	background-color: #FFF2F2;
	color: #999999;
}


/********** ORDER FORM STYLE **********/

.input, .input-small, .input-desc, .input-quantity {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	border: 1px solid #C4A8A8;
	padding: 2px;
	margin-top: 3px;
}

.input {
	width: 180px;
}

.input-small {
	width: 100px;
}

.input-quantity {
	width: 50px;
}

.input-desc {
	width: 250px
}

textarea {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	border: 1px solid #C4A8A8;
	padding: 2px;
	width: 180px;
	height: 80px;
}

select {
        border: 1px solid #C4A8A8;
}

option {
        width: 35px;
}

.inline {
	float: left;
	margin-right: 10px;
}

.postage {
	float: left;
	padding-top: 40px;
	padding-left: 10px;
}

.align-left {
	float: left;	
	clear: both;
}


/********** IE PATCHES **********/

* html h3 {
	width: 178px;
	height: 29px;	
}	