/* http://meyerweb.com/eric/tools/css/reset/ *//* v1.0 | 20080212 */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}

body {
	background: #248DBC;
	font-family: sans-serif;
	font-size: 13px;
	color: #444;
	}

.hed {
	display: block;
	width: 600px;
	height: 236px;
	margin: 0 auto;
	background: url("givethis.gif") 0 0 no-repeat;
	}
	
	.hed h1 {
		visibility: hidden;
		}

#gift {
	margin: 10px auto 220px;
	width: 600px;
	}
		
	#gift p {
		font-family: Georgia, Times New Roman, serif;
		font-size: 18px;
		line-height: 22px;
		color: #F2F2F2;
		margin-bottom: 13px;
		}
	
	.giftform {
		margin: 30px 0;
		padding: 32px;
		background: #F2F2F2;
		position: relative;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: #444 2px 2px 5px;
		-moz-box-shadow: #444 2px 2px 5px;
		box-shadow: #444 2px 2px 5px;
		}
	
	.giftform h2 {
		margin-bottom: 13px;
		font-size: 26px;
		letter-spacing: -1px;
		text-shadow: #AAA 1px 1px;
		}
	
	.giftform label {	
		display: block;
		margin-bottom: 6px;
		font-weight: bold;
		}
		
		.giftform #canshare {
			position: relative;
			font-size: 10px;
			
			width: 300px;
			padding-right: 24px;
			overflow: hidden;			
			}
		
	
	.giftform input {
		display: block;
		margin-bottom: 13px;
		padding: 6px;
		height: 22px;
		width: 524px;
		font-size: 18px;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;		
		-webkit-box-shadow: inset #333 0 0 3px;
		}
		
		.giftform select {
			margin-bottom: 13px;
			width: 100%;
			font-size: 18px;
			}
		
		input.address1 {
			margin-bottom: 6px;
			}
		
		input.email {
			width: 324px;
			}
			
			#nospam {
				margin-top: -60px;
				float: right;
				height: 70px;
				width: 110px;
				font-size: 10px;
				padding-left: 70px;
				background: url("nospam.gif") 0 -10px no-repeat;
				}
		
		.giftform input:focus, .giftform select:focus {
			outline: solid 1px #248DBC;
			}
		
		input.error, input.error:focus {
			outline: solid 1px red;
			}
		
		label.error {
			color: red;
			}
		
	
	.giftform img {
		position: absolute;
		width: 70px;
		height: 70px;
		top: 10px;
		right: 10px;
		}

#canshare {
	font-size: 10px;
	color: #CDF;
	line-height: 16px;
	}


	

#confirm {
	margin: 20px;
	width: 210px;
	height: 80px;
	overflow: hidden;
	background: url("confirm.gif") 0 0 no-repeat;
	border: none;
	outline: none;
	float: right;
	cursor: pointer;
	}
	
	#confirm:hover {
		background-position-y: -85px;
		}
	
	



#shareboxes {
	position: fixed;
	top: 250px;
	right: 0;
	margin: 0;
	padding: 20px;
	background: #FCB040;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: #444 2px 2px 5px;
	-moz-box-shadow: #444 2px 2px 5px;
	box-shadow: #444 2px 2px 5px;
	}
	
	#shareboxes div {
		margin: 10px;
		}




/* CONFIRMATION PAGE */

#confirmdialogue {
	margin: 32px auto;
	width: 600px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	line-height: 22px;
	color: #F2F2F2;
	}
	
	#confirmdialogue a {
		color: #F2F2F2;
		}
		
		#confirmdialogue a:hover {
			color: maroon;
			}

#pricebox {
	width: 236px;
	margin: 13px 0;
	padding: 32px;
	border: solid 1px #fff;
	text-align: center;
	font-size: 13px;
	}

p.price {
	margin-top: 13px;
	font-size: 48px;
	}


#paypalbutton {
	margin-top: -120px;
	width: 210px;
	height: 85px;
	float: right;
	}
	
	#paypalbutton input {
		width: 210px;
		height: 85px;
		background: url("paynow.gif") 0 0 no-repeat;
		border: none;
		outline: none;
		cursor: pointer;
		overflow: hidden;
		}
		
		#paypalbutton input:hover {
			background-position-y: -85px;
			}


.confirmgift {
	margin: 32px auto;
	width: 600px;
	height: 300px;
	background: url("envelope.jpg") 0 0 no-repeat;
	text-align: center;
	-webkit-box-shadow: #444 2px 2px 5px;
	-moz-box-shadow: #444 2px 2px 5px;
	box-shadow: #444 2px 2px 5px;
	}
	
	div.confirmgift p {
		padding-top: 120px;
		font-family: monospace;
		font-size: 18px;
		}




	