/*

Dark pink:      #ec008c
Lighter pink:   #f799d1

*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana;
    margin: 12px auto;
    width: 960px;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1 {
    text-indent: -9999px;
    background: url('../images/publicservicethankyou.gif') no-repeat;
    height: 40px;
    width: 600px;
}

h2 {
    padding-bottom: 5px;
    font-size: 20px;
    color: red;
}

h3 {
    padding-bottom: 5px;
    font-size: 25px;
    color: #ec008c;
}

ul.standard {
    margin-left: 2em;
}

#container {
    position: relative;
    margin-top: 5px;
    border-bottom: 1px solid #000000;
    height: 70px;
}

ul#navigation_main {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45px;
}

ul#navigation_main li {
    display: inline;
    font-family: Georgia;
    font-weight: bold;
    color: #444;
}

ul#navigation_main li a {
    padding: 1px 3px;
    color: #444;
    text-decoration: none;
}

ul#navigation_main li a:hover {
    background: #f799d1;
    color: #fff;
}

ul#navigation_main li a.selected {
    background: #ec008c;
    color: #fff;
    text-decoration: none; 
}

a#saythankyou {
    position: absolute;
    top: -35px;
    left: 720px;
    display: block;
    text-indent: -9999px;
    width: 240px;
    height: 228px;
    background: url('../images/saythankyou.gif') no-repeat;
    z-index: 9980;
}

div#information {
    width: 720px;
}

p {
    font-weight: bold;
    font-size: 16px;
    color: #555;
}

span.pre_written_text {
	color: #888;
}

div#thankyous {
    position: relative;
    list-style: none;
    margin: 0;
    width: 960px;
    height: 540px;
    display: block;
    background: #eff8fc;
    border: 1px solid #C7D5FF;
}

div.thankyou {
    position: absolute;
    top: 190px;
    left: 400px;
}

div.thankyou div.firstname {
    position: absolute;
    top: 45px;
    left: 0px;
    opacity: 0.8;
}

div.thankyou div.firstname a {
    display: block;
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
    width: 160px;
    text-align: center;
    background: #fff;
    color: #444;
}

div.thankyou div.firstname a:hover {
    background: #f799d1;
    color: #fff;
}

p.explanation {
    font-weight: bold;
    color: #a5c3d1;
    margin: 10px;
}

p#close_icon {
    cursor: pointer;
    text-indent: -9999px;
    width: 30px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 10px;
    background: url('../images/cross.gif') no-repeat right;
}

button {
    cursor: pointer;
    background: none;
    border: 0;
    margin-left: 10px;
    text-align: left;
    font-size: 1.5em;
    color: #a5c3d1;
	background: #dfedf3;
}

button:disabled {
    color: #ccc;
}

p {
    margin: 0;
    padding: 0 0 1em 0;
}


div#card_address_span, div#pack_address_span {
    display: block;
}

div#thank_you_card {
    position: absolute;
    top: 50px;
    left: 200px;
    border: 1px solid #666;
    width: 500px;
    background: #ffffdd;
    padding: 4em 2em;
    margin-bottom: 2em;
    z-index: 9990;
}

div#getting_results {
    padding: 2em;
    position: absolute;
    top: 50px;
    left: 328px;
    width: 256px;
    height: 256px;
    z-index: 9999;
    opacity: 0.5;
    background: url("/images/indicator_verybig.gif") no-repeat center;
}

.next_thankyou {
    float: right;
}

.prev_thankyou {
    float: left;
}

#errorExplanation {
  width: 580px;
  border: 1px solid red;
  padding: 10px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #FFD1C2;
}

#errorExplanation ul li {
  margin-left: 2em;
}

#footer {
  border-top: 1px solid #000;
  margin-top: 3em;
  padding-top: 1em;
  font-size: 0.7em;
  color: #aaa;
}

#footer a {
  color: #999;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}



.awesomeform fieldset {
  padding-bottom: 10px;
  border: none;
  background: #dfedf3;
  border-bottom: 5px solid #fff;
}

.awesomeform legend {
  width: 600px;
  font-weight: bold;
  padding-left: 5px;
  background: #dfedf3;
  padding-right: 5px;
  padding-top: 5px;
}

.awesomeform label { 
	width: 300px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
	font-size: 13px;
}

.awesomeform label.noawesome {
    padding: 0 10px;
    text-align: left;
    width: 550px;
}

.awesomeform input.noawesome {
    margin-top: 0.2em;
    margin-left: 430px;
}

.awesomeform label.long, .awesomeform p.label {
	margin-left: 120px; /* subjective */
	width: 590px; /* (textarea width) + (label width) + (label margin) - (left margin) */
}
.awesomeform label em {
	color: #900; /* color of required asterisk */
	padding-right: 0.2em;
}
.awesomeform input, .awesomeform textarea, .awesomeform select,
.awesomeform .checks input, .awesomeform.checks input {
	margin-left: 310px; /* (label width) + (label margin) */
	width: 200px; /* subjective, only applies to non-checkbox or radio inputs */
}
.awesomeform textarea { 
	width: 300px; /* subjective, recommend: (3/2)(input width) */
}
.awesomeform p.desc {
	margin-left: 310px; /* (label width) + (label margin) **recommended */
}
.awesomeform .checks label, .awesomeform.checks label {
	margin-left: 320px; /* (label width) + 2(label margin) */
}

* html .awesomeform .checks input, * html .awesomeform.checks input { 
	margin-left: 205px;  /* (1/2)((label width) + (label margin)) */
}
* html .awesomeform .checks label, * html .awesomeform.checks label { 
	margin-left: 310px; /* (label width) + (label margin) */
	height: 1em; 
}


/*********************************************************************************
	DO NOT EDIT BELOW THIS LINE
*********************************************************************************/


.awesomeform {
	margin: 0 0 1em;
	width: 640px;
}

.awesomeform label {
	float: left;
	text-align: right;
	padding-top: 0.1em;
}

.awesomeform label.long {
	float: none;
	text-align: left;
}

.awesomeform input.long {
	float: none;
	text-align: left;
}

.awesomeform input, .awesomeform textarea, .awesomeform select {
	display: block;
	margin-bottom: 0;
}
.awesomeform select[multiple="multiple"] {
	margin-left: 0px;
}
.awesomeform br {
	clear: left;
} 

.awesomeform input[type="radio"], .awesomeform input[type="checkbox"], 
.awesomeform input[type="hidden"] { 
	width: auto; 
	border: 0;
}

.awesomeform input[type="hidden"] {
	display: none;
}

.awesomeform p.desc {
	display: block;
	position: relative;
	top: -1em;
	margin-bottom: 0em;
	font-style: italic;
	font-size: 0.9em;
}


.awesomeform .checks label, .awesomeform.checks label {
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	height: 1.4em;
	padding-top: 0;
	margin-bottom: 0;
}

.awesomeform .checks label:after, .awesomeform.checks label:after, .checks label:after  { 
	content: ""; 
} 

.awesomeform .checks input, .awesomeform.checks input {
	float: left;
	text-align: right;
	width: auto;
}
* html .awesomeform br {
	line-height: 1em;
	font-size: 0.5em;
}

.small_print {
    color: #777;
    font-size: 12px;
    width: 700px;
}
