﻿
/*----------------------------------------------------------------------
	Reset elements
----------------------------------------------------------------------*/
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, 
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;
}


/*
-webkit-tap-highlight-color:rgba(200,0,0,0.4);
*/

html, body {
  font: 13px Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none
}
a {text-decoration:none;}
p {margin:.6em 0 .4em;}

fieldset {
  margin-bottom:15px;
  margin-left: 5px;
  margin-right: 5px;
}
label + input[type="text"] {display:block;}
input[type="text"], textarea, select {
  width:100%;
}
textarea {
  width:93%;
  height:7em;
}

.panel fieldset *:not(p) {color:#222;}
.panel fieldset {
  background: #ffffff;
  -webkit-border-radius: 10px;
  border: 1px solid #999999;
}
.panel fieldset, .panel label, .panel textarea, .panel select, .panel input {
  font-size: 14px;
  -webkit-appearance: none;
}
.panel .row  {
  position: relative;
  min-height: 32px;
  line-height: 24px;
  padding:6px 0 2px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  clear:both;
}
.panel input:not(input[type=checkbox]), .panel select, .panel textarea {
  border: none;
  margin:0;
  background:none;
}
.panel input:not(input[type=checkbox]) {
  width:217px;
  width:217px;
  line-height: 24px;
  padding: 0;
}
.panel label {
  font-weight:bold;
  width:60px;
  margin:0 5px 0 8px;
}
.panel label, .panel input:not(input[type=checkbox]), .panel select {
  display:inline-block;
  vertical-align:middle;
}

body {
  color:#ffffff;
  background-color:#000000;
}



body { font-family: Helvetica, Arial, sans-serif; background-color: black; color:#bbb; margin:0 auto;}
a {color: #e1a400}
h2 {text-align:center;font-weight:normal;color:white;font-size:17px;}
h3 {font-weight: normal; font-size: 14px;color:white;}
div.iconPreview {width: 122px; height: 100px; padding-top: 22px; text-align:center; margin: 0 auto; font-size: 11px;} 
div.iconPreview img, div.makeover td.preview img {margin-bottom: 3px;}
p.delete, p.back {text-align:center; }
p.delete a {color:maroon; font-weight: bold;}
p.destination {text-align:center;}
p.destination a {color: gray;}
p.back a {color:white;}
div.send {text-align:center;}
ol.addInstructions {width: 230px; margin: 0 auto;padding:0;}
ol.addInstructions li {margin-bottom: 10px;}
p {font-size: 15px;}

label {font-weight: bold; font-size:12px;}
table.form {background: url(../images/formFill.gif) repeat-y;}
table.form span.label {font-size: 11px;}
table.form td {text-align:left;}
div.submit {text-align:left; margin: 5px auto;}
div.submit input {font-size: 12px;}
p.error {color: red; font-weight: bold; text-align: center;}


table.popular td {width: 80px; height: 100px; vertical-align:top; text-align: center;}
table.popular a {color: gray; text-decoration: none; font-size: 11px; font-weight: bold;}
table.popular img { margin-bottom: 3px;}
table.popular {margin: 0 auto;}

#nav { padding: 10px 0 3px; border-bottom: 1px solid gray; background-color: #121212; color: white;}
#nav ul { list-style-type: none; text-align: right; margin: 0; padding: 0 20px 5px;}
#nav ul li { display: inline; text-decoration: none; font-size: 12px; padding-left: 10px;}

.borderImageBtn { margin: 0; height: 30px; width:110px; text-align: center; font: bold 12px/30px Helvetica, sans-serif; text-decoration: none; display: block; }
.blueButton { border-left: 12px; border-right: 12px; color: white; text-shadow: #000 0px 1px 1px; -webkit-border-image:url("data/blueButton.png") 0 14 0 14; }
.whiteButton { border-left: 12px; border-right: 12px; color: #500; text-shadow: #fff 0px 1px 1px; -webkit-border-image:url("data/whiteButton.png") 0 14 0 14; }
