/* Video widget */
div.pua-video-signup.widget{
	border-top: 1px solid #c1c1c1;
	padding-top:3px;
	width: 640px;
	margin-top:0;
}

div.pua-video{
	margin-bottom:45px;
}

h2.video-prompt{
	margin:1px 0 0 0;
	border-bottom:1px solid black;
	width:640px;
	height:47px;
	line-height:50px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	padding-top:3px;
	color:#fff;
	background:transparent url(img/video-tag-bg-2.png) repeat;
}

div.video-info{
	width:640px;
	background:transparent url(img/video-text-bg-2.png) repeat-y;
	height:120px;
}

div.video-text{
	width:375px;
	float:left;
	color:#fff;
	text-align:center;
	padding:10px 15px;
}

div.video-text p{
	color:#fff;
	margin-top:0;
	font-size:13px;	
}

div.video-form{
	width:235px;
	float:left;
	color:#fff;
}

div.video-form p.spam-policy{
	font-size:11px;
	line-height:15px;
	text-align:center;
	color:#836e65;
}

/* Form styles */

div.pua-video input.input_name,
div.pua-video input.input_email{
	height:25px;
	width:190px;
	font-weight:bold;
	color:#7c7873;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #838383;
	margin:9px 0 10px 20px;
}



div.pua-video input.input_name:focus,
div.pua-video input.input_email:focus{
	color:#000;
}

.submit_button{
	display:block;
	font-family: "Arial", sans-serif;
	font-weight:bold;
    font-size: 13px;
    color: #443333;
    padding: 5px 20px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #CCC;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    width:196px;
    
    margin:0 auto 10px auto;
 
    background: #696969;
    background: -moz-linear-gradient(top, #d1d1d1 10%, #7b7b7b 60%, #696969 80%, #696969 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#7b7b7b), color-stop(0.4, #d1d1d1), color-stop(0.8, #7b7b7b), color-stop(.9, #696969), color-stop(0.9, #696969));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#7b7b7b', GradientType=0 );
 
    cursor: pointer;
 
}
.submit_button:hover {
    color: #000;
    -moz-box-shadow: 0 1px 3px #fff;
    -webkit-box-shadow: 0 1px 3px #fff;
    box-shadow: 0 1px 3px #fff;
}


.submit_button:active {

    padding: 6px 20px 4px 20px;

	background: -moz-linear-gradient(top, #696969 10%, #696969 60%, #7b7b7b 80%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b), to(#d1d1d1), color-stop(0.4, #696969), color-stop(0.8, #7b7b7b), color-stop(.9, #696969), color-stop(0.9, #696969));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#d1d1d1', GradientType=0 );
    -moz-box-shadow: 0 1px 3px #000;
    -webkit-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    
    color: #333;
    text-shadow: none;
    
}


/* Triple widget */

a.header1, a.header2, a.header3{
	display:block;
	height:33px;
	width:300px;
	font-size:18px;
	line-height:38px;
	padding-left:10px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
}


a.header1:hover, a.header2:hover, a.header3:hover{
	text-decoration:none;
	padding-left:14px;
	width:296px;
}


a.header1{
	background: transparent  url(img/more-brown.png) no-repeat;
}


a.header2{
	background: transparent  url(img/more-pink.png) no-repeat;
}

a.header3{
	background: transparent  url(img/more-gray.png) no-repeat;
}

div.pua-triple img{
	padding-bottom:1px;
	border-bottom:1px solid #c1c1c1;
}

div.pua-triple div.info{
	margin-top:1px;
	background: url(img/bg-box.png) repeat;
	padding:15px 25px;
	font-size:12px;
	height:230px;
	overflow:hidden;
}


div.pua-triple div.info h4{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background: url(img/bg-box.png) repeat;
	border-bottom:1px solid #2e2e2e;
	padding-bottom:14px;
	text-transform: none;
	margin:0;

}

div.pua-triple div.info p{
	border-top: 1px solid #6a6a6a;
	padding-top:11px;
	color:#bababa;
	font-size:12px;	
}

div.pua-triple div.info p.more{
	border-top: none;
	padding-top:5px;
	color:#fff;
	font-size:12px;	
}

div.pua-triple div.info p.more a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

div.pua-triple div.info p.more a:hover{
	text-decoration:none;
	padding-left:3px;
}


/* Testimonial widget */

body.home div.pua-testimonial{
	background:#fff url(img/bg-white.png) repeat;
	padding:9px;
	margin-bottom:20px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;		
}

body.home div.pua-testimonial div.testimonial{
	background: transparent url(img/quote.png) no-repeat;
	float: left;
	margin-left:20px;
	width: 505px;
	height: 150px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #000;
	padding:60px 0 0 15px;
	font-size:18px;
	line-height:28px;
	overflow: hidden;
}

body.home div.pua-testimonial div.testimonial.fullwidth{
	width: 810px;
}


body.home div.pua-testimonial div.testimonial p.name{
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #669198;
	font-size:14px;
	line-height:23px;
	margin-top:20px;
}

body.home div.pua-testimonial div.video-small{
	float:left;
}


/* Small video widget */

body.home div.pua-video-small{
	background:#fff url(img/bg-white.png) repeat;
	padding:9px;
	margin-bottom:20px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;		
}


body.home div.pua-video-small div.textarea{
	float:left;	
	width:500px;
}

body.home div.pua-video-small div.textarea h4{
	text-transform:uppercase;
	font-size:18px;
	margin-top:20px;
	padding-bottom:15px;
	font-weight:bold;	
}

body.home div.pua-video-small p.more{
	margin-top:20px;

}

body.home div.pua-video-small p.more a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

body.home div.pua-video-small p.more a:hover{
	text-decoration:none;
	padding-left:3px;
}


body.home div.pua-video-small div.video-small{
	float:right;
}









