@import url("forms.css");

body {
	padding: 0 0 3em 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; /* 10pt */
	height: 100%;
}

h1 {
    font-size: 1.8em;
    margin-top: 0;
}

h2 {
    font-size: 1.3em;
    color: #de1d0b;
}

a {
    color: #de1d0b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    padding-top: 2em;
}

#partner_logo {
    margin: 9px 0 0 260px;
}

.top_block {
	background-color: black;
	height: 13px;
}

.middle_block {
    background: url(/target_email/templates/7daytrial/background.gif) repeat-x;
}

.logo {
    margin: 10px 0 0 26px;
}

.content {
    margin: 60px 0 0 100px;
    width: 420px;
    position: relative;
}

.right_img {
    position: absolute;
    left: 420px;
}

.bottom_block {
    clear: both;
    margin-top: 20px;
    margin-left: 100px;
}

