@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
form#myForm {
    width: 400px;
}

.shadow {
	-moz-box-shadow: 3px 3px 14px #000;
	-webkit-box-shadow: 3px 3px 14px #000;
	box-shadow: 3px 3px 14px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
body{overflow:hidden;letter-spacing:0;border:0px solid black;background-color:#333333;}
body{font-size:20px;}
a{color:blue;}
table{font-family: "Droid Sans";font-size:16px;}
td{font-family: "Droid Sans";vertical-align:top;font-size:16px;}
hr{background-color:#f1f1f1;margin-top:15px;height:1px;border-width:0px;width:99%;}
b{color:<?=$globalFontColor?>;cursor:pointer;font-size:18px;}
.read_more{font-size:12px;text-decoration:none;color:<?=$globalColor?>;font-weight:bold;}
.reviews{font-size:12px;text-decoration:none;color:#a9a9a9;font-weight:bold;margin-bottom:5px;}
.reviews2{font-size:14px;text-decoration:none;margin-bottom:5px;}
.read_less{display:none;}
.date{font-size:16px;color:#a9a9a9;}
.form_note{font-size:18px;color:#999999;margin-top:5px;margin-bottom:0px;}
.icon{vertical-align:top;margin-right:5px;margin-bottom:5px;}


body {
	font-family: "Droid Sans";
	border:0px solid black;
}

h2 {
	font-size: 24px;
	text-align: left;
	margin-right:0px;
	
}

h4 { margin: 0; }

p { margin: 2.5em; }

#container {
	display: block;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
	
	.blank-space {
		display: inline-block;
		margin-right: 2em;
	}

   .back_gradient {
		-moz-border-radius: 20px;
		border-radius: 10px;
		color: #666;
		background: #fefefe;
		background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9));
		background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
		width:85%;
	}
	
	/* Button */
	.button {
		font-weight:bold;
		display: inline-block;
		background: #fefefe;
		background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9));
		background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		border: 1px solid #aaa;
		color: #444444;
		font-family: tahoma,Helvetica, sans-serif;
		font-size: 18px;
		padding: 8px 20px 8px 20px;
		border-radius: 4px;
		margin: 10px 0px 10px 0px;
		cursor: pointer;
		letter-spacing: 1px;
		
	}
	
	.button2 {
		font-weight:bold;
		display: inline-block;


		background: #56B650;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		border: 1px solid #aaa;
		color: #ffffff;
		font-family: tahoma,Helvetica, sans-serif;
		font-size: 18px;
		padding: 6px 20px 6px 20px;
		border-radius: 8px;
		margin: 20px 0px 0px 20px;
		cursor: pointer;
		letter-spacing: 1px;
	}
	.button-disabled {
		background: #fafafa;
		background: -moz-linear-gradient(top,  #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(40%,#f4f4f4), color-stop(100%,#e5e5e5));
		background: -webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
		background: -o-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); 
		background: -ms-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
		background: linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
		border-color: #aaa;
		color: #999;
		box-shadow: none;
	}
	
	.button:not(.button-disabled):hover {
		background: #fefefe;
		background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9));
		background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		background: linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
		border: 1px solid #aaa;
	}
	
	.button:not(.button-disabled):active {
		background: #f4f4f4;
		background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(40%,#efefef), color-stop(100%,#dcdcdc));
		background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
		background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
		background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
		background: linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
		box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	}
	
	/* Radio Button & Checkbox */
	.radio, .checkbox {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		top: .5em;
		display: inline-block;
		background: #fafafa;
		background: -moz-linear-gradient(top,  #fafafa 0%, #dcdcdc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcdcdc));
		background: -webkit-linear-gradient(top,  #fafafa 0%,#dcdcdc 100%);
		background: -o-linear-gradient(top,  #fafafa 0%,#dcdcdc 100%);
		background: -ms-linear-gradient(top,  #fafafa 0%,#dcdcdc 100%);
		background: linear-gradient(top,  #fafafa 0%,#dcdcdc 100%);
		flter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcdcdc',GradientType=0 );
		position: relative;
		width: 18px;
		height: 18px;
		border-radius: 15px;
		border: 1px solid #aaa;
		box-shadow: inset 0 1px 2px #fff, 0 1px 2px #bbb;
		-webkit-transition: .1s linear;
		-moz-transition: .1s linear;
		-ms-transition: .1s linear;
		-o-transition: .1s linear;
		transition: .1s linear;
		-moz-border-radius: 10px;
	}
	
	.checkbox {
		border-radius: 3px;
	}
	
	.radio:checked:after{
		content: '';
		display: inline-block;
		position: absolute;
		height: 15px;
		width: 15px;
		border-radius: 10px;
		background: #777;
		margin-left: 1px;
		margin-top: 1px;
		box-shadow: 0 1px 1px #fff;
	}
	
	.checkbox:checked:after{
		content: '.';
		display: inline-block;
		position: absolute;
		margin-left: 0em;
		margin-top: -0.75em;
		color: #444;
		font-weight: bolder ;
		font-size: 50px;
		text-shadow:  0 1px 1px #fff;
		font-family:tahoma;
	}
	
	.radio:not(:disabled):active,
	.checkbox:not(:disabled):active {
  		background: #f0f0f0;
		background: -moz-linear-gradient(top,  #f0f0f0 0%, #bebebe 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#bebebe));
		background: -webkit-linear-gradient(top,  #f0f0f0 0%,#bebebe 100%);
		background: -o-linear-gradient(top,  #f0f0f0 0%,#bebebe 100%);
		background: -ms-linear-gradient(top,  #f0f0f0 0%,#bebebe 100%);
		background: linear-gradient(top,  #f0f0f0 0%,#bebebe 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#bebebe',GradientType=0 );
		box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  		text-shadow: 0 1px 0 rgba(255,255,255,0.25);
	}

	.radio:not(:disabled):hover, 
	.checkbox:not(:disabled):hover {
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
		background: linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
	}
	
	.radio:disabled, 
	.checkbox:disabled {
		border: 1px solid #bbb;
	}
	
	/* Select Box */
	.select {
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		display: inline-block;
		background: #fafafa;
		background: -moz-linear-gradient(top,  #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(40%,#f4f4f4), color-stop(100%,#e5e5e5));
		background: -webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
		background: -o-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
		background: -ms-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
		background: linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
		padding: 8px 30px 8px 14px;
		border-radius: 8px;
		border: 1px solid #aaa;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		color: #444;
		font-weight:bold;
		font-family: Helvetica, sans-serif;
		margin:20px 0px 0px 35px;
	}
	
		.select:focus {
			outline: none;
		}
	
	.select-arrow { 
		display: inline-block;
		position: absolute;
		margin: 18px 0px 0px -26px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #777;
	}
	
	/* Input Text */
	.input-text {
	
		padding: 3px;
		border: 3px solid #ccc;
		border-radius: 5px;
		box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.1);
		font-size: 80%;
		letter-spacing:1;
		color: #666666;
	}
	
	.input-text:focus {
		outline: none;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);
	}

	.drp_shadow {
	border: 1px solid #000;
	background-color: #333333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	box-shadow: 0px 2px 20px #000;
	-webkit-box-shadow: 0px 2px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	}
	
	.img_drp_shadow {
	border: 2px solid #000;
	background-color: #333333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
	filter:alpha(opacity=70);
	box-shadow: 0px 2px 20px #000;
	-webkit-box-shadow: 0px 2px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	}

	.fb_drp_shadow {
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	}

.new-button {
  font: bold 20px Arial,sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0.1em 0 rgba(255, 255, 255, 0.5);
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 0.4em 2em 0.5em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 1px solid;
  border-color: #bbbbbb #a2a2a2 #888888;
  background-color: #eee;
  background-image: -moz-linear-gradient(#eeeeee, #d4d4d4);
  background-image: -webkit-linear-gradient(#eeeeee, #d4d4d4);
  background-image: linear-gradient(#eeeeee, #d4d4d4);
  -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.3), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}
.new-button:hover {
  -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4), 0 -0.1em 0.07em rgba(0, 0, 0, 0.3) inset, 0 0.1em 0.07em rgba(255, 255, 255, 0.2) inset;
}
.new-button:active {
  padding: 0.4em 2em 0.4em;
  margin-top: 0.1em;
  border-color: #a2a2a2 #bbbbbb #eee;
  background-image: -moz-linear-gradient(#e1e1e1, #eeeeee);
  background-image: -webkit-linear-gradient(#e1e1e1, #eeeeee);
  background-image: linear-gradient(#e1e1e1, #eeeeee);
  -moz-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.1) inset, 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset, -0.05em 0 0.07em rgba(0, 0, 0, 0.2) inset;
  -moz-transition: all 10ms;
  -o-transition: all 10ms;
  -webkit-transition: all 10ms;
  transition: all 10ms;
}

 .pull-left {
-webkit-transform: rotate(-9deg);
-moz-transform: rotate(-9deg);
transform: rotate(-9deg);
}

 .pull-left2 {
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
transform: rotate(30deg);
}
 
 ::-webkit-scrollbar {
    width: 10px;
	background-color:transparent;
}

::-webkit-scrollbar-track {
    //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
	background-color:transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

 .dragnme {
	position:relative;
 }
 
 #awesome_btn {
  background-image: url(images/awesome_btn.png);
  position: absolute;
  width: 123px;
  top: 140px;
  left: 370px;
  height: 41px; 
  border: 0px solid #000000; 
  background-color: transparent;
  display: block;
  cursor:pointer;
	}

img#plus_sign_btn:hover {
//-webkit-transform: rotate(360deg);
//-webkit-transition: -webkit-transform 0.5s ease-in;
}
	
 div#ToolTipDiv {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  position: absolute;
  top: 100px;
  left: 100px;
  //height: 20px; 
  border: 1px solid #000000; 
  background-color: #333333;
  display: none;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-weight: bold;
  z-index: 200;
  letter-spacing:1;
  font-family: tahoma,Helvetica, sans-serif;
  font-size: 20px;

}
 
#box1 { left:200px; position:absolute; margin:5px 0px 5px 0; z-index:10;}
#box2 { left:100px; position:absolute; margin:5px 0px 5px 0; z-index:10;}
button { left:200px; position:absolute; margin:5px 0px 5px 0; z-index:20;}
.box1 { height:80px; width:80px; background:#090; }
.box2 { height:80px; width:80px; background:#090; }
#log { clear:left; }




.box-corner
{
	-moz-border-radius: 20px;
	border-radius: 10px;
	color: #666;
}
.img-corner
{
	-moz-border-radius: 8px;
	border-radius: 3px;
	vertical-align:top;
	margin:5px 5px 5px 5px;
}

.ppl-corner
{
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 14px #000;
	-webkit-box-shadow: 3px 3px 14px #000;
	box-shadow: 3px 3px 14px #000;

}

a{text-decoration:none;}

 .arrow_noon {
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
transform: rotate(20deg);
}

 .arrow_three {
-webkit-transform: rotate(110deg);
-moz-transform: rotate(110deg);
transform: rotate(110deg);
}

.arrow_four {
-webkit-transform: rotate(170deg);
-moz-transform: rotate(170deg);
transform: rotate(170deg);
}

 .arrow_six {
-webkit-transform: rotate(230deg);
-moz-transform: rotate(230deg);
transform: rotate(230deg);
}

 .arrow_nine {
-webkit-transform: rotate(290deg);
-moz-transform: rotate(290deg);
transform: rotate(290deg);
}

 .arrow_ten {
-webkit-transform: rotate(350deg);
-moz-transform: rotate(350deg);
transform: rotate(350deg);
}

