/* generics */

a:focus {
  outline-style:none;
}

body {
  background:#333333 url( images/dot.gif ) repeat scroll left top;
  font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #000000;
  padding: 0;
  margin: 0;
  border: 0;
}

#body_div {
  background:#FFFFFF url(  images/detailsBarBg.png ) repeat-x scroll left bottom;  
  border: 1px solid black; 
  width: 320px;
  margin: 0 auto;
}

/* header */

#black_menu_bar {
	background:#000000 url( images/iPhoneToolbar.png ) repeat-x top left;
	color: white;
	font-weight: bold;
	height: 33px;
	line-height: 29px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	white-space: nowrap;
	width: 100%;
}

#black_menu_bar a {
  color: #FFFFFF; 
  text-decoration: none;
  font-weight:bold;
  margin:0 10px;
}

#black_menu_bar img {
  vertical-align: middle;
}

#titler {
  background:#004851 url( images/butnBarBg.png ) repeat-x scroll left bottom;
  color: whitesmoke; 
  font-weight: bold;
  width: 320px;
  height: 50px;
  line-height: 18px;
  text-align: center;
  padding-top: 10px;
}

#help {
  display: none;
  color: black; 
  font-size: 18px;
  padding: 15px;
  width: 288px;
  height: auto;
  border: 1px solid blue;
  background:#FFFFFF url(  images/detailsBarBg.png ) repeat-x scroll left bottom;  
}

/* step one area */

#step_one {
  margin: 0 auto;
  width: 300px;	
}

#arrow_left, #arrow_right {
  float: left;
  margin: 5px 0 0 0;
  cursor: hand;	
  width: 75px;
  height: 75px;
}

.arrow_off
{
  opacity: 0.25;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}

.arrow_on
{
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#image_div {
  float: left;
  margin: 20px 10px 20px 10px;	
  text-align: center;
}

#thumbz_div {
  float: left;	
}

#thumbz {
  border-top: 2px solid #666666;
  border-left: 2px solid #666666;
  border-right: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
}

/* step two */

#step_two {
  display: none;
}

#text_div {
  font-size: 18px;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}

#text_div textarea {
 width: 300px;
 height: 140px;
 overflow: auto;
 margin: 20px 40px 0 0;
 font-size: 24px;
}

.textin {
 width: 200px;
 height: 25px;
 margin: 5px;
 font-size: 22px;
}

.user_text_off {
 background-color: #CCFFCC;
 color: #99AA99;
}

.user_text_on {
 background-color: #FFF;
 color: #000;
}


/* step three */
#step_three {
  display: none;
}


/* footer */

.footer {
background:#474747 none repeat scroll 0 0;
clear:both;
color:white;
display:block !important;
font-size:12px;
margin:0 auto;
padding:15px 0;
position:relative;
text-align:center;
width:320px;
}

.footer a, .footer a:visited {
color:#FF94D1;
font-weight:bold;
text-decoration:none;
}

.seo {
  text-align: justify;
  font-size: 10px;
  margin: 0 auto;
  width: 290px;
}


