body {
    margin      : 0;
    padding     : 0;
    width       : 100%;
    font-family : Helvetica, sans-serif;
    font-size   : 12px;
    border-top  : 14px solid #FF6600;
    background  : #dedede;
    }
    
table   { border-collapse   : collapse; }
img     { border            : 0; padding: 0; margin: 0;}


#close {
    position    : absolute;
    top         : 16px;
    left        : 307px;
    }

#close a {
    color           : #000000;
    text-decoration : none;
    font-size       : 11px;
    font-weight     : bold;
    }

#close a:hover {
    text-decoration : underline;
    }

h1 {
    font-size   : 18px;
    color       : #666666;
    padding     : 30px 52px 12px 43px;
    }

#image {
    width       : 300px;
    height      : 300px;
    padding     : 15px;
    background  : #cccccc;
    text-align  : center;
    margin      : 0 0 0 28px;
    }

#copy {
    line-height : 138%;
    width       : 300px;
    padding     : 10px 0 30px 43px;
    }

textarea, input {
	width		: 272px;
	border		: 1px solid #ffffff;
	background	: #cccccc;
	}

input {
	height	: 21px;
	}

textarea {
	height	: 297px;
	}
