body {
margin:0;
padding:0;
font-family:Helvetica, Arial, sans-serif;
color:#000000;

background:#fff url(../youthim/giftcard/images/) top left;
}

#header {
width:100%;

}

#header-content {
width:800px;
margin:20px auto;
}

#header-content img {
float:right;
}

#header-content h1 {
font-size:45px;
width:385px;
float:left;
text-align:right;
padding-right:15px;
}

#content-wrapper {
width:100%;
clear:both;
}

#content {
width:800px;
margin:0 auto;
}

#content-image {
float:left;
width:300px;
}

#content-image img {
padding-left:100px;
}

#content-form {
float:right;
width:400px;
}

input {
border:1px solid #77b210;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
width:250px;
height:24px;
font-size:14px;
margin-bottom:5px;
}

input.submitbutton {
width:150px;
display:inline-block;
outline:none;
cursor:pointer;
text-align:center;
text-decoration:none;
font: 14px/100% Helvetica, Arial, sans-serif;
padding: .5em .55em 1.5em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: 5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
box-shadow:0 1px 2px rgba(0,0,0,.2);
color:#fff;
border:solid 1px #9fda3b;
background:#80bf13;
}

input.submitbutton:hover {
text-decoration:none;
background:#77b210;
}

#content-form h6 {
font-size:10px;
padding:0;
margin:0 0 10px 0;
}

#content-form p {
color:#80bf13;
}

