.BODY {
	BACKGROUND: url(image/bgimage.jpg) fixed, fixed; BACKGROUND-COLOR: #fdbf76; MARGIN: 0px; BACKGROUND-REPEAT: repeat-x;
}
.contact_background {
	background: url(image/custom_background_contact.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.horoscope_matching {
	background: url(image/horoscope_matching.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.ac_details {
	background: url(image/ac_details.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
/*.BODY {
	BACKGROUND-IMAGE: url(image/galaxyGif.gif); BACKGROUND-COLOR: #ffa74c; MARGIN: 0px; BACKGROUND-REPEAT:repeat;
}*/
BODY {
	BACKGROUND-IMAGE: url(image/body-bg.jpg); BACKGROUND-COLOR: #ffa74c; MARGIN: 0px; BACKGROUND-REPEAT: repeat-x;
}
.maintable {
	BACKGROUND-IMAGE: url(image/bg.jpg); BACKGROUND-COLOR: #fa770d; BACKGROUND-REPEAT: repeat-x; width:850px;
}
#Oobj1 {
  position: absolute;
  font-size: 10px;
  z-index: 1;
  text-align: left;
  left: 61.70em;
  top: 0.00em;
  width: 31.20em;
  height: 19.10em;
}
#Oobj2 {
  position: absolute;
  font-size: 10px;
  z-index: 2;
  left: 61.70em;
  top: 0.00em;
  width: 31.20em;
  height: 19.10em;
}
img#Ggeo2 {
  width: 100%;
  height: 100%;
}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.form{width:276px; height:32px; background-color:#ffa74c; border-style:none; border-radius:7px; padding-left:5px; padding-right:5px; color:#ffffff; font-family:Trebuchet MS;}
.btn{height:32px; background-color:#c90300; border-style:none;  border-radius:7px; padding-left:15px; padding-right:15px; color:#ffffff; font-family:Trebuchet MS; font-size:14px; cursor:pointer;}
/* all */
::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

/* individual: webkit */
#field2::-webkit-input-placeholder { color:#fff; }
#field3::-webkit-input-placeholder { color:#fff; background:lightgreen; text-transform:uppercase; }
#field4::-webkit-input-placeholder { font-style:italic; text-decoration:overline; letter-spacing:3px; color:#fff; }

/* individual: mozilla */
#field2::-moz-placeholder { color:#fff; }
#field3::-moz-placeholder { color:#fff; background:lightgreen; text-transform:uppercase; }
#field4::-moz-placeholder { font-style:italic; text-decoration:overline; letter-spacing:3px; color:#fff; }