#postcard-page-content {
 width:771px;
 margin:0;
 padding:27px 0px 32px 0px;
}


#postcards h2 {
 width:123px;
 height:13px;
 margin:6px 0px 0px;
 padding:0;
 background:url(../media/images/headings/send-a-postcard.gif) no-repeat 0px 0px;
}

#postcards h2 span {
 display:none;
}

#postcards p.instruction {
 float:left;
 display:block;
 margin:10px 0px 8px 0px;
 padding:0;
 font-family: "Trebuchet", sans-serif ;
 font-size:12px;
 color:#4f4e4e;
 width:530px;
}

#postcard-images{
 float:left;
 display:inline;
 margin:15px 0px 0px 20px;
 padding:0;
}

#postcard-images .thumbnail{
 float:left;
 display:inline;
 position: relative;
 z-index: 0;
 margin:20px 20px 0px 0px;
 padding:0;
 border-top:1px solid #d9d8d8;
 border-bottom:1px solid #d9d8d8;
 border-right:1px solid #cacacd;
 border-left:1px solid #cacacd;
}

#postcard-images .thumbnail:hover { 
 border-top:1px solid #333;
 border-bottom:1px solid #333;
 border-right:1px solid #333;
 border-left:1px solid #333;
 background-color: transparent;
 z-index: 50;
}

#postcard-images .thumbnail img{
 float:left;
 display:inline;
 position: relative;
 z-index: 0;
 margin:0;
 padding:0;
}

#postcard-images .thumbnail span{ /*CSS for enlarged image*/
 position: absolute;
 width:250px;
 padding:10px;
 background:#fff;
 border:1px solid #000;
 left: -1000px;
 visibility: hidden;
 z-index:99;
}

#postcard-images .thumbnail span img{
 float:left;
 display:inline;
 with:250px;
 height:170px;
}

#postcard-images .thumbnail span p.order{
 float:left;
 display:inline;
 background:url(../media/images/order-print.gif) no-repeat 0px 0px;
 padding:4px 0px 0px 30px;
 margin:10px 0px 0px;
 height:20px;
}

#postcard-images .thumbnail span p.send{
 float:left;
 display:inline;
 background:url(../media/images/send-postcard.gif) no-repeat 0px 0px;
 padding:0px 0px 0px 30px;
 margin:10px 0px 0px;
 height:15px;
}

#postcard-images .thumbnail:hover span{ /*CSS for enlarged image on hover*/
 visibility: visible;
 top: 20px;
 left: -250px; /*position where enlarged image should offset horizontally */
}

#postcards input{
 float:left;
 display:block;
 margin:0;
 padding:0;
}

#postcards label{
 float:left;
 display:block;
 margin:0px 0px 0px;
 padding:0;
 font-family: "Trebuchet", sans-serif ;
 font-size:11px;
 color:#4f4e4e;
}

#sender-email{
 width:250px;
}

#recipient-email{
 width:250px;
}

#sender-name{
 width:250px;
}

.the-postcard {
 float:left;
 display:inline;
 width:750px;
 height:509px;
 margin:20px 12px 0px 0px;
}

.the-message {
 float:left;
 display:block;
 width:600px;
 margin:20px 10px 0px 10px;
}

#postcards label.print-size {
 float:left;
 display:inline;
 margin-right:2px;
}

#postcards #print-size {
 float:left;
 display:inline;
 margin:2px 10px 0px 0px;
 padding:0px;
 width:12px;
 height:12px;
}
