@charset "UTF-8";

html {
			
	/*		background-image: linear-gradient(bottom, rgb(25,110,152) 20%, rgb(83,169,200) 50%, rgb(240,250,253) 100%);
background-image: -o-linear-gradient(bottom, rgb(25,110,152) 20%, rgb(83,169,200) 50%, rgb(240,250,253) 100%);
background-image: -moz-linear-gradient(bottom, rgb(25,110,152) 20%, rgb(83,169,200) 50%, rgb(240,250,253) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(25,110,152) 20%, rgb(83,169,200) 50%, rgb(240,250,253) 100%);
background-image: -ms-linear-gradient(bottom, rgb(25,110,152) 20%, rgb(83,169,200) 50%, rgb(240,250,253) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.2, rgb(25,110,152)),
	color-stop(0.5, rgb(83,169,200)),
	color-stop(1, rgb(240,250,253))
);*/


background: #f0fafd; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZmFmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzUzYTljOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTZlOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #f0fafd 0%, #53a9c8 35%, #196e98 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0fafd), color-stop(35%,#53a9c8), color-stop(100%,#196e98)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f0fafd 0%,#53a9c8 35%,#196e98 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f0fafd 0%,#53a9c8 35%,#196e98 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f0fafd 0%,#53a9c8 35%,#196e98 100%); /* IE10+ */

background: linear-gradient(top,  #f0fafd 0%,#53a9c8 35%,#196e98 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0fafd', endColorstr='#196e98',GradientType=0 ); /* IE6-8 */



}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
           
#mainbox {
	min-height:400px;
}

#bgfooter {
	border-top:1px #CCCCCC solid;
	height:30px;
	width:100%;
}

.midcentered, #mainbanner, #subbanner, #midsection, #lowersection {
	margin:0 auto;
	width:960px;
}

.padded {
	padding:20px;	
}

#remotebody {
	width:900px;
	min-height:570px;
}

#topcontainer {
	height:60px;
	width:100%;
	clear:both;
}

#midcontainer {
	width:100%;
	/*background: url(../images/common/bubbleslarge.png) center bottom no-repeat;*/
	padding-bottom:10px;
}

#footercontainer {
	height:50px;
	border-top:#CCCCCC 1px solid;
	width:100%;
	background:#FFFFFF;
}

body {
	/*font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font: 100%/1.4 Helvetica, Verdana, Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6, .htabs a, .select {
	font: 100%/1.4 Helvetica, Verdana, Arial, sans-serif;
	
}

h1 {
	font-size:26px;
	font-weight:bold;	
}

h2 {
	font-size:20px;
	font-weight:bold;	
}

h3 {
	font-size:16px;		
}

h4 {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

h5 {
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}



h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color:#444;
}

p{
	color:#666;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin-top:3px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-bottom:10px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	
}

#footertext {
	float:right;
	margin-top:0px;
	color:#999999;
	font-size:12px;
}

div#links {
	float:left;
	margin-top:0px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#right-hand-box {
	float:right;
	width:600px;
}

#phone {
	float:right;
	margin-top:-5px;
	margin-right:10px;
	margin-bottom:15px;
}

#phone-text > li {
	position: relative;
	display:inline-block;
	vertical-align:middle;
	width:170px;
	height:20px;
	/* for IE6/7 */
    *display: inline;
    zoom:1;
	text-align:center;
	color:#FFFFFF;
	font-size:.9em;
}

#supportno {
	text-align:center;
	margin-top:0px;
}

#salesno {
	margin-top:0px;	
	text-align:center;
}

#sntalist1 {
	margin-top:0px;
	margin-left:40px;	
}

#sntalist1 > li{
	position: relative;
	display:inline-block;
	vertical-align: top;
	width:220px;
	color:#666;
	font-size:15px;
	
}

#sntalist1 li {
	list-style:disc;
}

#menu {
	float:right;
	margin-top:-17px;
	width:960px;
}

#mainbanner {
	background-color:#FFFFFF;
	margin-bottom:20px;
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	border:#CCCCCC 1px solid;
}


#navigationcontainer {
	text-align:center;	
}

#navigationcontainer a{
	border:none;
}

.paneltext {
	width:470px;	
}

.paneltext h1 {
	/*font: 35px/1 'Droid Sans', Arial, sans-serif;*/
	font-weight:normal;	
}

.paneltext h2 {
	margin-top:-15px;
	font-weight:normal;	
}

.brochurevidbtns {
   margin-top:15px;	
}

.paneltext p{
	font-size:15px;	
}

#primary .paneltext {
	width:520px;	
}

.column {
 	width:300px;
	padding: 20px 30px;
}

#subbanner {
	margin-top:20px;
	height: 300px;
	display:block;
	border:#CCCCCC 1px solid;
}

#subbanner h3 {
	font-weight:bold;	
}

#subbanner p {
	font-size:14px;
	margin-top:10px;
	margin-bottom:15px;
}

.first {
	padding-left:20px;
	padding-top:30px;	
}

.second {
	float:left;
	margin-top:-305px;
	margin-left:330px;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	padding-right:0;
	padding-left:10px;
}

.third {
	float:left;
	margin-top:-305px;
	margin-left:640px;
}

#contact img {
	float:right;
	margin-right:50px;
	margin-top:30px;
	cursor:pointer;
}

#contact p {
	padding-right:30px;	
}

img#telephone {
	float:left;
	margin-right:20px;	
	margin-bottom:20px;
}

#midsection {
	height:300px;
	border:#CCCCCC 1px solid;
	margin-bottom:20px;
	background:#FFFFFF;
}

#midsection #contact {
	margin-top:-300px;
	text-align:center;
	padding-left:15px;
	/*border-left:#CCCCCC 1px solid;*/
}

#midsection #contact p{
	text-align:left;
	font-size:14px;
	margin-top:15px;
}

#midsection #contact img {
	margin-right:70px;
	margin-top:15px;
}


#midsection-text {
	text-align:center;
	width:636px;
	height:292px;
	margin-top:5px;
	margin-left:3px;
	background: url(../images/common/customerclouds.jpg) no-repeat left bottom;
	border-right:#CCCCCC 1px solid;
}

#midsection-text h1{
	padding-top:15px;
	color:#00a0e2;
}

#midsection-text p{
	font-size:13px;
	text-align:left;
}

#midsection-text a{
	color:#0099FF;	
}

/*grid*/
#gridcustomer
{
	margin-top:15px;
	margin-right:50px;
float:right;
/*overflow: scroll;*/
clear:both;
/*border:#666 1px solid;*/
}
.rowcustomer
{
float: left;
/*overflow: hidden;*/
}
.cellcustomer
{
float: left;
/*overflow: hidden;
white-space: nowrap;*/
}

.cellcustomer h5 {
	bottom:-20px;
}

#mid-text-column1, #mid-text-column2 {
	width:270px;
	/*border:#F00 1px solid;*/
	text-align:left;
}

#mid-text-column1 p, #mid-text-column2 p{
	font-size:18px;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
}

#mid-text-column h5{
	margin-top:-10px;
}

#mid-text-column p{
	padding-top:10px;
	padding-bottom:10px;
}

#mid-text-column img{
	margin-top:-3px;
}

#mid-video-column {
	float:left;
	margin-left:300px;
	margin-top:-300px;
	width:320px;
	height:270px;
	text-align:center;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
}

#mid-video-column p {
	font-weight:bold;
	margin-top:15px;
	margin-left:25px;	
}

#mid-video-column #midsection-video {
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}

#lowersection {
	height:300px;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

#lowersection ul {
	margin-left:30px;
	font-size:14px;	
	color:#666666;
}

#lowersection p {
	font-size:13px;
	margin-bottom:20px;		
}

#lowersection h4 {
	text-align:left;		
}

#training {
	padding:20px;
	padding-top:40px;
	width:300px;	
}

.lowerheadingimg {
	float:left;
	padding-right:10px;
}

img#disc {
	margin-top:-10px;	
}

img#laptop {
	float:right;
	
}

img#tools {
	float:right;
	margin-top:100px;
	margin-right:30px;	
}

img#redsoftwarebox {
	float:right;
	margin-top:60px;
	margin-right:10px;
}


img#lifering {
	margin-left:20px;
}

#support {
	float:left;
	margin-left:320px;
		margin-top:-250px;
	padding-left:10px;
	padding-top:25px;
	width:310px;
	height:255px;
}

.midlinebox {
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}

#support a, #training a {
	color:#0099FF;		
}

#subscription {
	float:left;
	margin-left:660px;
	margin-top:-275px;
	width:300px;
	padding-top:20px;		
}

.rounded {
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	background: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border:#CCC solid 1px;
}

.primaryvid1 {
	background:url(../images/common/primary/PTTSmallVideo.jpg) center top no-repeat;
}

.primarytip {
	/*background:url(../images/common/primary/PTTtip.jpg) center top no-repeat;*/
	background-color:#FFFFFF;
}

.videobutton {
  text-align:center;
  width:170px;
  height:129px;
  display:block;
  position:relative;
  border:#CCCCCC 1px solid;
  text-decoration:none;
  -webkit-box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
  -moz-box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
  box-shadow:rgba(0,0,0,0.4) 0 4px 10px;
  margin-left:50px;
}

.videobutton a span.zoom_icon{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url(../images/common/playarrow.png) no-repeat center center;
  opacity:0.75;
  -o-transition:opacity 0.25s;
  -moz-transition:opacity 0.25s;
  -webkit-transition:opacity 0.25s;
  transition:opacity 0.25s;
}

.videobutton a:hover span.zoom_icon {opacity:1}

.zoomable {
  position:relative;
}

.zoomable a {
  display:block;
  width:70px;
  margin:-5px;
  height:86px;
  position:relative;
  text-decoration:none;
}

.zoomable a span.videotitle {
	position:absolute;
	top:50%; 
	height:61px;
	width:86px;
	margin-top:-30px;
	padding:0;
	text-align:center;
	font-size:14px;
}

.zoomable a span.zoom_icon {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url(http://s3-eu-west-1.amazonaws.com/content.targettracker.org/images/videoIcon.jpg) no-repeat bottom right;
}

.zoomable a:hover span.zoom_icon {opacity:1}


.supportcontent a{
	text-decoration:none;
	color:#0099FF;
	margin-left:15px;
}

.supportcontent a:hover{
	text-decoration:underline;
}

#pin {
	padding:20px;
	width:60%;
	margin:0 auto;	
}

/* Contact Page */

#contactcontainer {
	width:920px;
	padding:0;
	margin:0;
	background-image:url(images/common/primary/clouds.jpg);
}

#contactcontainer div {
	display:inline-block;
	vertical-align: top;
}

div#contactform {
	width:40%;
	/*border:#39F 1px solid;*/
	padding-left:50px;	
}

div#contactphoneaddress {
	width:50%;
	height:100%;
	/*border:#FF0000 1px solid;*/
}

#contactdetails {
	/*border:#00FF33 1px solid;*/
}

div#contactdetails .col {
	display:inline-block;
	vertical-align:top;
}

#contactdetails h5 {
}

#contactdetails p {
	font-size:14px;
}

.contactelement {
	margin-bottom:20px;	
}

address {
	font-style:normal;
	padding-left:15px;
	color:#666;
	font-size:14px;
}

address h4 {
	margin-left:-15px;	
}

#maplink {
	float:right;
	font-size:12px;	
}

/* Tabs section   */

.block {
	margin: 15px auto 0;
	padding-right:5px;
	padding-left: 5px;
	clear:both;
	overflow:hidden;
	height:575px;
}

.htabs{	
	overflow:hidden; 
}

.htabs a{
	font-size:12px;
	font-weight:bold;
	padding: 7px;
	text-decoration:none;
	color:#666;
	margin-left:5px;	
}

.htabs a:hover{
	color:#000;
}

.htabs li{
	float:left;
	margin-top:2px;
	padding: 3px 2px 0 0;
	height:30px;
}

.tabs{
	height:530px;
	overflow:hidden;
}

.tabtext {
	width:500px;
	height:300px;
	padding-left:30px;	
}

.tabtext h1{
	padding-top:50px;	
}

.tabtext p{
	margin-top:10px;
	margin-bottom:20px;	
}

/*.btnFindOut {
	background:#09F;
	color:#FFF;
	padding:5px 10px;
	text-decoration:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}*/

.btnFindOut {
		color:#FFF;
		font-size:14px;
		text-decoration:none;
		height:20px;
		padding:7px 10px 10px 10px;
		-moz-box-shadow: 1px 1px 3px #333;
		-webkit-box-shadow: 1px 1px 3px #333;
		box-shadow: 1px 1px 3px #333;
		 
		 border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		
		background: #1e5799; /* Old browsers */
		background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
		background: linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */	
}

.btnFindOut a{
		color:#FFF;
		text-decoration:none;
		font-size:14px;
}

a.select{
	color:#FFF;
	text-decoration:none;
	margin-left:5px;	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, 0.4) 0 1px 6px;
	
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

a.select:hover {
	color:#FFF;
}

#bottomtabs {
	width:910px;
	margin-left:auto;
	margin-right:auto;	
}

/* -----------------end of tabs section---------------------- */
 
 
 /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* about us */

#summary {
	margin:20px 0;	
}

.photo img{
	padding:10px;
	margin-left:10px;
	-moz-box-shadow: 1px 1px 6px #666;
	-webkit-box-shadow: 1px 1px 6px #666;
	box-shadow: 1px 1px 6px #666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.cvtext {
	float:right;
	width:600px;
	margin-top:-180px;
}

.cvtext p{
	font-size:14px;
	margin:10px 0;
}

.cvtext ul li{
	margin-left:30px;
	list-style:disc;
	color:#666666;
}

.cvtext ul li a{
	font-size:14px;
	color:#09F;
}

.abouttext {
	padding:40px;
}

.abouttext h2{
	padding:0px;	
}

.staffdetails {
	min-height:240px;
	padding:20px 0;	
	border-bottom:#CCCCCC 1px solid;
	overflow: hidden;
}

.column1, column2 {
	position:relative;
	width: 300px;	
	float: left;
}

.column2 ul{
	margin-top:20px;
	margin-left:300px;
}

.column2 h3 {
	margin-left:300px;
	background-color:#CCC;
	padding:5px;
}

#column2 {
	margin-top:50px;
	clear:right;
}

img#speechbubbles {
	float:right;
	margin-top:-45px;
	margin-right:-32px;	
}

/*software page panel section*/

.textboxblack {
		 -moz-box-shadow: 1px 1px 5px #666;
		-webkit-box-shadow: 1px 1px 5px #666;
		box-shadow: 1px 1px 5px #666;
		background:#FFF;
		opacity:0.7;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-khtml-border-radius: 10px;
}

.arrow {
		  -moz-box-shadow: 1px 1px 3px #333;
		-webkit-box-shadow: 1px 1px 3px #333;
		box-shadow: 1px 1px 3px #333;
		 
		 position:relative;
		 width:20px;
		 height:20px;
		 float:left;
		 
		 opacity:0;
		 border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		-khtml-border-radius: 2px;
		
		-moz-transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform: rotate(45deg);
	 }
	 
	 .arrowright {
		 margin-left:190px;
	 }
	 
	 .arrowleft {
		 margin-right:190px;
	 }
	 
	 .narrow {
		width:170px;
		padding:3px 5px; 
	 }
	 
	 .arrowcontainer {
		width:230px;
	 }
	 
	 div.textboxblack p {
		 color:#000;
		 font-size:13px;
		 font-weight:550;
		 opacity:1;
	 }