body {
margin-top:0;
padding-top:0;
margin-left:0;
padding-left:0;
margin-right:0;
padding-right:0;
margin-bottom:0;
padding-bottom:0;
background-image:url('images/texbackground.gif');

}

DIV.content {
width: 980px;
margin-left: 50px;

overflow: hidden;
}

DIV.overlayCont {
 position:absolute;
 top:-500px;
 left:0;
 right:0;
}
DIV.shareButton {
 position:absolute;
 left:0px;
 top:80px;
 height:200px;
 width:100px;
}
DIV.galleryButton {
 position:absolute;
 left:0px;
 top:210px;
 height:105px;
 width:100px;
}
DIV.overlay {
 position:relative;
 top:0;
 margin-left: auto;
 margin-right: auto;
 width:753px;
 height:453px;
 background-image:url('images/papernew5.png');
}
DIV.galleryInfoBox {
 position:relative;
 top:0;
 margin-left: auto;
 margin-right: auto;
 width:425px;
 height:192px;
 background-image:url('images/sharedrop.png');
}
DIV.galleryInfoTitle {
 position:absolute;
 left:55px;
 top:30px;
 width:335px;
 height:300px;
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 color: #656464;
 font-size:14px;
 font-weight: bold;
}
DIV.galleryInfoCont {
 position:absolute;
 left:55px;
 top:50px;
 width:335px;
 height:300px;
 font-family: Arial, Helvetica, sans-serif;
 color: #656464;
 font-size:12px;
 line-height: 130%;
}
DIV.extraBar {
 position:absolute;
 left:12px;
 top:5px;
 width:728px;
 height:90px;
 border:0;
}
DIV.logo {
 position:absolute;
 left:35px;
 top:10px;
 border:0;
}
DIV.replay {
 position:absolute;
 top:36px;
 left:20px;
 border:0;
}
DIV.follow {
 position:absolute;
 left:310px;
 top:330px;
 border:0;
}
DIV.like {
 position:absolute;
 left:210px;
 top:330px;
 border:0;
}
DIV.appstore {
 position:absolute;
 left:40px;
 top:322px;
 border:0;
}
DIV.powered {
 position:absolute;
 left:560px;
 top:368px;
 border:0;
}
DIV.divider {
 position:absolute;
 left:333px;
 top:11px;
 width: 7px;
 height: 265px;
 background-image:url('images/end_divider.jpg');
}
DIV.personalize {
 position:absolute;
 left:385px;
 top:12px;
}
DIV.shareCont {
 position:absolute;
 left:390px;
 margin-bottom:20px;
 width:310px;
 font-family: Arial, Helvetica, sans-serif;
 color: #656464;
 font-size:14px;
 line-height: 130%;
}
DIV.emailSignup {
 position:absolute;
 left:40px;
 top:380px;
 margin-bottom:0px;
 width:390px;
 font-family: Arial, Helvetica, sans-serif;
 color: #656464;
 font-size:12px;
 line-height: 130%;
}
DIV.galleryShare {
 position:absolute;
 left:40px;
 top:140px;
 margin-bottom:0px;
 width:280px;
 font-family: Arial, Helvetica, sans-serif;
 color: #656464;
 font-size:14px;
 line-height: 130%;
}

DIV.inputInfo {
 width: 100px;
 height: 35px;
 font-weight: bold;
 font-size:20px;
 text-align: right;
 margin-top: 15px;
 float:left;
 color: #a2a2a2;
}
DIV.inputBox {
 width: 200px;
 height: 35px;
 margin-top: 15px;
 float:right;
}
DIV.shareIcons {
 width: 200px;
 height: 35px;
 margin-top: 0px;
 float:right;
}
DIV.closeLink {
 position:absolute;
 left:693px;
 top:6px;
 width:50px;
 height:50px;
 margin-bottom:0px;
 margin-top:0px;
 margin-left:0px;
 font-family: Arial, Helvetica, sans-serif;
 color: #656464;
 font-size:14px;
}
h2 {
 color: #898989;
 font-family: Arial, Helvetica, sans-serif;
 font-size:16px;
}

a:link {
	color:#656464;
	text-decoration: underline;
}
a:visited {
 	color:#656464;
	text-decoration: underline;
}

a:hover {
 	color:#e46419;
	text-decoration: underline;
}

a:active {
 	color:#656464;
	text-decoration: none;
}

input {
 color: #e46419;
 font-family: Arial, Helvetica, sans-serif;
 font-size:16px;
}

input.email {
 color: #656464;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 float: left;
 margin-right: 10px;
 display: block;
}

a.replayButton {  
    display: block;
    width: 217px;
    height: 80px;
    background: url('images/end_replay.jpg') no-repeat 0 0;  
}  
a:hover.replayButton {  
    background-position: 0 -80px;
}
a.followButton {  
    display: block;
    width: 92px;
    height: 25px;
    background: url('images/followusbutton.jpg') no-repeat 0 0;  
}  
a:hover.followButton {  
    background-position: 0 -25px;
}
a.likeButton {  
    display: block;
    width: 71px;
    height: 24px;
    background: url('images/likeus.gif') no-repeat 0 0;  
}
a:hover.likeButton {  
    background-position: 0 -24px;
} 
a.appButton {  
    display: block;
    width: 132px;
    height: 40px;
    background: url('images/appstore.gif') no-repeat 0 0;  
}
a:hover.appButton {  
    background-position: 0 -40px;
} 

a.submitButton {
	float:left;
    display: block;
    width: 57px;
    height: 20px;
    background: url('images/submitbutton.jpg') no-repeat 0 0;  
}  
a:hover.submitButton {  
    background-position: 0 -20px;
}
.emailSignup div{float: left; width: 205px; height: 21px; line-height: 21px; position: relative;}
#ajax-wait{display: none;}
.clear{clear: both;}
