/* TasteVouchers.com :: Screen CSS Definitions */

body
{
   margin: 0px;
   padding: 0px;

   font-size: 75%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

   background-color: #F5F5F5;

   background-image: url(../img/page/img-pge-bkg.gif);
   background-repeat: repeat-y;
   background-position: center;
}

#page
{
   width: 900px;

   margin: 0px auto;
}

#content
{
   padding: 20px;
   padding-top: 0px;
   font-size: 0.9em;
   line-height: 12pt;
}

#content h1
{
    color: #264C8A;
    font-size: 1.4em;
    margin-top: 15px;
}

#content h2
{
    color: #264C8A;
    font-size: 1.3em;
    margin-top: 15px;
}

#content h3
{
    color: #6B8EC6;
    font-size: 1.1em;
    margin-top: 5px;
}

#content td
{
    font-size: 11px;
}

td.label
{
   width: 220px;

   text-align: right;
}

div.errors
{
   padding: 10px;

   margin-top: 1em;
   margin-bottom: 1em;

   border: 1px solid #DD6060;

   background-color: #FFD0D0;

   border-radius: 3px;
   -moz-border-radius: 3px;
}

div.errors h2
{
   margin-top: 0px !important;

   color: #FF0000 !important;

   font-size: 1.4em;
   font-weight: bold;
}

div.errors ul
{
   margin-top: 1em;
   margin-bottom: 0em;
}

table.has-error
{
   margin: 1px 0px;

   padding: 0px 2px 0px 0px;

   border: 1px solid #DD6060;

   background-color: #FFD0D0;

   border-radius: 3px;
   -moz-border-radius: 3px;
}

span.required
{
   color: #FF0000;
}

td.comment
{
   color: #606060;
}

table.textarea td.label, table.captcha td.label
{
   padding-top: 5px;

   vertical-align: top;
}

.captcha-field div.image
{
   float: left;
}

.captcha-field div.image img
{
   border: 1px solid #C0C0C0;

   margin-bottom: 2px;
}

.captcha-field div.icons
{
   float: left;
}

.captcha-field div.icons div.icon
{
   margin-left: 2px;
   margin-bottom: 2px;
}

#sda
{
   margin: 20px auto;
}

#sda-area
{
   margin-top: 40px;
   margin-bottom: 200px;
}

#sda .frame {
width: 860px;
height: 160px;
        display: block;
	color: #FFFFFF;
	font-size: 30pt;
	position: relative;
        text-decoration: none;
background-size: 860px 160px;
}
#sda .frame h1 {
	font-size: 20px;
	word-spacing: -1px;
	letter-spacing: -1px;
	padding-top: 90px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 24px;
	color: #ffffff;
	font-weight: bold;
	width: 860px;
}

#sda .banner-discription {
	width: 850px;
	height: 38px;
	background: url(/images/discription-bg.png) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	line-height: 36px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
 *bottom:4px;
	padding:0 10px 0 0;
}

#vouchers-box > h2 {
    font-size: 2em;
}

#regForm input.button
{
   color: white;

   border: 0;

   padding: 8px 15px;

   background: #221F54;

   font-size: 18px;
   font-weight: 400;

   border-radius: 5px;

   -webkit-appearance: none;
}

#regForm input.button:hover
{
   background: #423F74;

   -webkit-appearance: none;
}