    * {
	padding: 0;
	margin: 0;
    }

    body {
	    background-image : url(/images/heart_background.jpg);
	    /*background: #40A0FF;*/
	    /*background: #E9A8C0;*/
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 12pt;
	    line-height: 14pt;
	    color: #000000;
    }

    #wrap {
	    margin: 5px auto;
	    width: 860px;
	    height: 620px;
	    background-color: #ffffff;
	    border: 1px solid #F21616;
    }

    #header {
	    width: 840px;
	    height: 150px;
	    padding: 10px;
	    font-size: 18px;
	    line-height: 18px;
	    clear: both;
    }

    .pageContent {
	    width: 820px;
	    height: 350px;
	    padding: 20px 20px 20px 20px;
	    clear: both;
	    display: none;
	    float: left;
	    font-family:  Verdana, Helvetica, sans-serif;
    }

    #Happy {
	    border: 0;
	    margin-left: 30px;
	    margin-bottom: 40px;
    }

    #buttons {
	    width: 840px;
	    height: 40px;
	    padding: 10px;
	    font-size: 18px;
	    line-height: 18px;
    }

    .mainButton {
	    float: left;
	    width: 200px;
	    height: 40px;
	    margin-left: 60px;
	    display: block;
	    cursor: pointer;
    }

    #send {
	    background: transparent url(../images/send-combined.png) no-repeat 0 0;
    }

    #reply {
	    background: transparent url(../images/reply-combined.png) no-repeat 0 0;
    }

    #unwel {
	    background: transparent url(../images/unwelcomed-combined.png) no-repeat 0 0;
    }

    .continue {
		position:relative;
		top: 100%;
		width: 125px;
		height: 40px;
		margin-top: -40px;
		margin-left: 685px;
		z-index:1;
		cursor: pointer;
		display: block;
    }

    #orderTxt {
	    background: transparent url(../images/send1-combined.png) no-repeat 0 0;
    }

    #replyTxt {
	    background: transparent url(../images/reply1-combined.png) no-repeat 0 0;
    }

    #reportTxt {
	    background: transparent url(../images/report-combined.png) no-repeat 0 0;
    }

	textarea#feedback {
		color: black;
		background-color: #efefef;
		font: 10pt verdana;
		border: 0px;
		border: 1px solid #ff0000;
		word-wrap : break-word;
		width : 820px;
		height : 180px;
	}

    /* easy clearing */

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix { display: inline-table; }

    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */

