html {overflow: hidden;}
body {font-size: 62.5%; background: rgb(255,255,255); font-family: Arial, Sans-serif;}

/* Layout */
#content {width: 96em; margin: 0 auto;}
#header {float: left;}
#article {-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: rgb(255,255,255); background: rgba(255,255,255,0.7); float: left; position: relative; z-index: 4; margin: 11.5em auto 0 auto; padding: .5em 0 0 0; width: 36em;}
/* clearfix */
#article:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.grey-bg {height: 114px; width: 100%; z-index: 1; position: absolute; bottom: 0; background: url(/img/grey_bg.png) repeat-x left bottom;}
.flowers-bg {overflow: hidden; margin-left: -300px; z-index: 2; width: 1485px; height: 195px; position: absolute; bottom: 0; background: url(/img/flowers.png) no-repeat left top;}

/* Header */
#header p {padding: 2em 0 0 0; margin: 0;}
#header p a {float: left; background: url(/img/pepsico.jpg) no-repeat top left; width: 124px; padding-top: 49px; height: 0; display: block; font-size: 0; overflow: hidden; color: rgb(255,255,255);}
#header h1 {margin: 0 0 0 12em; padding: 8em 0 0 0;}
#header h1 a { background: url(/img/logo.png) no-repeat top left; width: 169px; padding-top: 160px; height: 0; display: block; font-size: 0; overflow: hidden; color: rgb(255,255,255);}

/* Text */
p {font-size: 1.3em; line-height: 1.4em; color: rgb(76,76,76); margin-bottom: 1em;}
.defaultText { width: 96%; }
	.defaultTextActive { color: #a1a1a1; }
p.notice {font-size: 2em}
#article p {margin-left: .5em; margin-right:.5em;}

/* Form */
form {margin-top: 3em; z-index: 5; position: relative; margin: 0 .5em}
legend, label {position: absolute; text-indent: -9999px;}
input {font-family: Arial, sans-serif; padding: .3em; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 1em; clear: both; width: 96%; font-size: 1.3em; background: url(/img/input_bg.png) bottom repeat-x rgb(248,248,247); border: 1px rgb(197,198,198) solid;}
#submit {width: auto; background: rgb(248,248,247);}
#submit:active {border: rgb(76,76,76) 1px solid;}
