#v071-video-player {

	min-width:100px;
	min-height:100px;
	max-height: 500px;
	position: relative;
   	z-index: 1;
		
}

#v071-popup {
	
	/*
	
	Key attribute: containing div must be relative
	
	*/
	
	position:absolute; 
	left:4px;	
	
	/* top position is in element  */
	
	z-index:3;
	display:none;
	line-height: 1.2em;
	background-color: #fff;
	
}

#v071-popup p {
	
	margin-bottom: 10px;
	
}

#v071-wrap {
	
	width: 380px;
	position:absolute; 
	top:50%;
	left: 50%; 
	height:200px; 
	margin-top:-105px;
	margin-left:-195px;
	border: #c8c8c8 solid 1px;
	border-radius: 3px;
	padding:5px;
	color:#000;
	
}

#v071-top-wrap {
	
	margin-top:5px;
	margin-left:10px;
	
}

#v071-close {

	float:right;
	margin-top:-6px;
	margin-right: -5px;
	z-index: 4;
	color:#000;
	background-image: url('images/close-r.png');
	width: 16px;
	height: 16px;
	z-index: 10;
	
}

#v071-close:hover {

	cursor:pointer;
	border-radius: 50%;
  	width: 16px;
  	height: 16px;
	box-shadow:2px 2px 3px 3px rgba(88, 88, 88, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(88, 88, 88, 0.3);
	-webkit-box-shadow: 2px 3px 3px rgba(88, 88, 88, 0.5);

}

#v071-image {
	
	float:left;
	
}

.v071-image {

	border: 1px solid #c8c8c8;
	border-radius:3px;	
	width: 100px;
	height:125px;

}


#v071-text {
	
	width:242px;

}

#v071-text ul li {
	
	background-image: url(images/checkmark1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	 
}

#v071-text h3 {

	line-height: 1em; 
	margin-bottom: 10px;
	font-size: 1.4em;
	
}

#v071-headline {
	
	font-size: 1.4em;
	margin-top: -5px;
	margin-bottom: 10px;
	text-align: left;	
	padding-bottom: 6px;
	border-bottom: 1px dotted #c8c8c8;
	
}

#v071-list li {
	
	line-height: 1.3em;
	margin-bottom: 0px;
	font-size: 1.1em;
	
}

#v071-para2 {
	
	margin-top: 7px;
	
}

#v071-footer-wrap {
	
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

#v071-footer-wrap img {
	
	display: inline-block;
	
}

#v071-footer {
	
	display:inline;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 8.5pt;
	padding-left: 3px;
	
	
}

#v071-footer-image {
	
	
}

#v071-form {

	width: 95%;
	padding: 5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;

}

#v071-form input[type="text"] {

	width: 115px;
	height: 20px;
	line-height: 1em;
	font-size: 11pt;
	border-radius: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
	padding: 3px 3px 3px 5px;
	
	
}

#v071-form input {
	
	margin-right:10px;
	
}
	
#v071-text ul {
	
	margin-bottom: 5px;
	text-align:left;
	
}

#v071-form {
	
	box-shadow:2px 2px 2px 2px rgba(88, 88, 88, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(88, 88, 88, 0.5);
	-webkit-box-shadow: 2px 3px 3px rgba(88, 88, 88, 0.5);
	
}

#v071-form input {
	
	margin-bottom: 5px;
}

#v071-form button {
	padding: .5em 1em .5em;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#v071-form button:hover {
	text-decoration: none;
}
.v071-button  button:active {
	/*
	position: relative;
	top: 1px;
	*/
}

/* green */
.v071-light-green {
	color: #000;
	border: solid 1px #78934d;
	background: #C6E592;
	background: -webkit-gradient(linear, left top, left bottom, from(#C6E592), to(#95C447));
	background: -moz-linear-gradient(top,  #C6E592,  #95C447);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C6E592', endColorstr='#95C447');
}
.v071-light-green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#95C447), to(#C6E592));
	background: -moz-linear-gradient(top,  #95C447,  #C6E592);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C447', endColorstr='#C6E592');
}
.v071-light-green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#95C447), to(#C6E592));
	background: -moz-linear-gradient(top,  #95C447,  #C6E592);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C447', endColorstr='#C6E592');
}

#v071-message {
	
	text-align:center;
	line-height: 1.5em;
	width: 340px;
	min-height: 35px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -170px;
	
}

#v071-name {
	
	margin-left: 7px;
	
}

#v071-content-wrap {
	
	height: 170px;
	
}


input[type="text"].v071-input {
	
	background: #f8f8f8;
	background: -webkit-radial-gradient(circle, #fff, #e8e8e8);
	
}


.v071-input-valid {
	
	background: #f8f8f8;
	background: -webkit-radial-gradient(circle, #fff, #e8e8e8);
	border: #c8c8c8 solid 1px;
	
}

.v071-invalid {
	
	border: #b30000 solid 2px;
	background: #ffe5e5;
	background: -webkit-radial-gradient(circle, #fff, #ffe5e5);
	
	box-shadow:2px 2px 2px 2px rgba(88, 88, 88, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(88, 88, 88, 0.5);
	-webkit-box-shadow: 2px 3px 3px rgba(88, 88, 88, 0.5);	
	
}