/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body, html {
	padding:  0px;
	margin:  0px;
	width: 100%;
	height:  100%;
}

.social-share {
	margin-top:  50px;
	margin-left: 20px;
}

@yellow: #ffc600;

#page {
	width: 100%;
	
	a {
		color: #28bfde;
	}

	.cross {
		position:absolute;
		cursor:pointer;
	}
	
	.outer {
		width: 100%;
	}
	
	.inner {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	
	textarea {
		border: @yellow 1px solid;
		padding: 10px;
		
		&:focus {
			outline: none;
		}
	}
	
	.cover {
		color: grey;
		font-family: PTSans-Caption;
		font-size: 12px;
		line-height: 20px;
		position: absolute;
		padding: 10px;
		z-index: 100;
	}
	
	#title-outer {
		height: 300px;
		background: @yellow;
	
		#title {
			div {
				position: absolute;
			}
		}
	}
	
	#description-outer {
		height: 350px;
	
		#description {
			div {
				position: absolute;
			}
		}
	}
	
	#fill-outer {
		height: 300px;
	
		#fill {
			width: 1000px;
			
			div {
				position: absolute;
				z-index: 50;
			}
			
			#bookName {
				width: 155px;
				height: 60px;
				font-family: PTSans-Caption;
				font-size: 12px;
				line-height: 20px;
			}
			
			#bookTwit {
				width: 520px;
				height: 200px;
				font-family:PTSerif-Regular;
				font-size: 30px;
				line-height: 30px;
			}
			
			#email {
				width: 155px;
				height: 60px;
				font-family: PTSans-Caption;
				font-size: 12px;
				line-height: 20px;
			}
			
			#send {
				width: 157px;
				padding: 30px 10px;
				text-align: center;
				background: @yellow;
				font-family:Gothic725BlkBT;
				font-size: 15px;
				line-height:20px;
				
				#sendCover {
					position: absolute;
					width: 177px;
					height: 100px;
					background: rgba( 255, 255, 255, 0.7 );
					z-index: 200;
					margin-top: -30px;
					margin-left: -10px;
				}
			}
		}
	}
	
	#your-outer {
		border-top: @yellow 1px solid;
		display: none;
		height: 200px;
	
		#your {
			width: 1000px;
		
			div {
				position: absolute;
			}
			
			#your-bookName {
				width: 157px;
				height: 62px;
				padding: 10px;
				font-family: PTSans-Caption;
				font-size: 12px;
				line-height: 20px;
			}
			
			#your-bookTwit {
				width: 522px;
				font-family:PTSerif-Regular;
				font-size: 30px;
				line-height: 30px;
				padding: 10px;
			}
			
			#your-twit {
				background: @yellow;
				text-align: center;
				padding: 10px 7px 10px 8px;
				cursor: pointer;
			}
		}
	}
	
	#their-outer {
	
		.their {
			height: 200px;
			width: 100%;
			border-top: @yellow 1px solid;
			
			.their-inner {
				width: 1000px;
				position: relative;
				margin: 0 auto;
				
				div {
					position: absolute;
				}
				
				.their-bookName {
					width: 157px;
					height: 62px;
					padding: 10px;
					font-family: PTSans-Caption;
					font-size: 12px;
					line-height: 20px;
				}
				
				.their-bookTwit {
					width: 522px;
					font-family:PTSerif-Regular;
					font-size: 30px;
					line-height: 30px;
					padding: 10px;
				}
				
				.their-twit {
					text-align: center;
					padding: 10px 7px 10px 8px;
					cursor: pointer;
				}
			}
		}
	}
}




.winners {


font-family:  PTSans-Caption;
	margin-left: 150px;
	position: relative;
	width: 1000px;
	margin-bottom: 200px;
	
	
}