﻿/* 
	Resets defualt browser settings
	reset.css

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page Style
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
*/
#newsleter-slider {
	width:350px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:350px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:350px;
	float:left;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	float:left;
	height:70px;
	background:#FFFFFF;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px #999999;
	border:1px solid #DDDDDD;
}
.slide p{
	font-size:12px;
}
.slide strong{
	float:none;
	font-size:12px;
}
.controls{
	float:left;
	width:100%;
	margin:5px 0 0 0;
	position:relative;
	  z-index: 999;
}

.terms input[type=checkbox]{
	float:left;
	margin-right:5px;
}
.terms{
	float:left;
	width:100%;
	position:relative;
	top:-20px;
	left:120px;
}

.terms label{
	float:left;
	font-size:12px;
	color:#999999;
}

.slide label{
	float:left;
	font-size:12px;
	color:#464646;
	margin-right:10px;
	margin-left:12px;
}
.slide p{
	float:left;
	text-align:center;
	width:100%;
}
.slide input[type=text]{
	float:left;
	border:1px solid #ccc;
}

.controls a.next {
    background: url("../images1/button.png") no-repeat 0 0;
    color: #999999;
    display: block!important;
    float: left;
    height: 18px;
    padding: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
    top: -26px;
	font-size:12px;
	right:0;
    width: 62px;
}
.controls a.prev {
    background: url("../images1/button.png") no-repeat 0 0;
    color: #999999;
    display: block!important;
    float: left;
    height: 18px;
    padding: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
    top: -26px;
	font-size:12px;
	left:4px;
    width: 62px;
}

#slide1 .controls a.prev{display:none!important;}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:350px;
	overflow:hidden;
	position:relative;
	
	height:70px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:10px;
	width:330px;
	height:70px;
	display:block;
	position:relative;
}

.row1{
	float:left;
	width:100%;
	position:absolute;
}
/*
	Next/prev buttons
*/
/*
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}
*/
/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.controls a.toggle-inactive{
display:none!important;
}

.toggle-inactive{
display:none!important;
}

.controls a.next-hide {
	display:none!important;   
}

.controls .go-btn{
	background: url("../images1/button.png") no-repeat scroll 0 0 transparent;
	color: #999999;
	display: block !important;
	float: left;
	font-size: 12px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	position: absolute;
	cursor:pointer;
	right: 0;
	left:272px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFFFFF;
	top: -27px;
	width: 73px;
}
.invalid
{
 background-color:#C6A97F;
}
