body {
color: #000;
background: #fff;
font-size: 12px;
margin-left:auto;margin-right:auto;width:960px;
	}
	
.header_cotainer {
width: 100%;
height: 100%;
display: block;
background-color:#fff;
text-align:center;
       }
	   
.iphone1/*Grey Bg*/
	  {
width: 390px;
height: 740px;
display: block;
/*---Rounded Corners---*/
-moz-border-radius: 60px;
border-radius: 60px;
border:1px solid #979797;
background-color:#e8e8e8;
}

.iphone2/*White Bg*/
{
width: 372px;
height: 722px;
display: block;
/*width: 374px;
height: 724px;*/
/*---Rounded Corners---*/
-moz-border-radius: 50px;
border-radius: 50px;
background-color:#fff;
border:1px solid #979797;
top:8px;
left:8px;
position:relative;
	  }
	  
.iphone3 /*Black Bg*/
{
width: 360px;
height: 710px;
display: block;
/*---Rounded Corners---*/
-moz-border-radius: 50px;
border-radius: 50px;
background-color:#0e0e0e;
top:6px;
left:6px;
position:relative;
	  }
/*================Top and Volume Buttons===========================*/
.TopBut
{
top:-12px;
right:60px;
position:absolute;
width: 65px;
height:2px;
display: block;
background-color:#939393;
}
.silenceBut
{
top:60px;
left:-12px;
position:absolute;
width: 2px;
height:30px;
display: block;
background-color:#939393;
}
.volumeBut
{
top:110px;
left:-12px;
position:absolute;
width: 2px;
height:55px;
display: block;
background-color:#939393;
}
.volumeButInter
{
top:165px;
left:-11px;
position:absolute;
width: 1px;
height:15px;
display: block;
background-color:#939393;
}
.volumeBut2
{
top:180px;
left:-12px;
position:absolute;
width: 2px;
height:55px;
display: block;
background-color:#939393;
}
/*================================================================*/
.headphone
 {
width: 75px;
height: 15px;
display: block;
/*---Rounded Corners---*/
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#000;
top:40px;
left:140px;
position:absolute;
}

.headphone2
{
width: 55px;
height: 8px;
display: block;
/*---Rounded Corners---*/
-moz-border-radius: 4px;
border-radius: 4px;
background-color:#5e6166;
top:4px;
left:10px;
position:relative;
}

.triangle {
/*drawing triangle*/
border-color: white white transparent  transparent;
border-style: solid;
border-width: 180px 150px 180px 150px;/*left-side, top-side, right-side, bottom-side*/
-moz-border-radius-topright:40px;
-webkit-border-top-right-radius:40px;
height: 0px;
width: 0px;
/*Transparency*/
 filter:alpha(opacity=10);
        -moz-opacity:0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
/*Gradient*/
background: #fff; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#5e5e5e'); /* for IE */
background: -webkit-gradient(linear, right top, left bottom, from(#ffffff), to(#5e5e5e)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #5e5e5e); /* for firefox 3.6+ */
/*Position*/
top:7px;
left:50px;
position:relative;
}

/*============================Working ares=========================*/
.blockforlines
{
display: block;
width: 320px;
height: 520px;
border:1px sold grey;
background-color:#dbdbdd;
top:90px;
left:20px;
position:absolute;
/*---Rounded Corners---*/
-moz-border-radius: 10px;
border-radius: 10px;
}

.firstline
{
display: block;
width: 320px;
height: 20px;
border-bottom:1px solid #596269;
/*---Rounded Corners---*/
/*Opera*/
border-top-right-radius:5px;
border-top-left-radius:5px;
/*Mozilla*/
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
/*WebKit equivalent*/
webkit-border-top-right-radius:5px;
webkit-border-top-left-radius:5px;
/*Gradient*/
background: #eff7fa; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff7fa', endColorstr='#bfc7ca'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#eff7fa), to(#bfc7ca)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #eff7fa,  #bfc7ca); /* for firefox 3.6+ */
}

.leftcorner
{
float:left;
width:80px;
display:block;
top:1px;
left:8px;
position:absolute;
}

.text
{
color:#0d74c1;
/*Text emboss*/
text-shadow: 0px 1px 0px #e5e5ee;
filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
text-align:right;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
top:2px;
position:relative;
}

.textMiddle
{
color:#4a5050;
/*Text emboss*/
text-shadow: 0px 1px 0px #e5e5ee;
filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
text-align:center;
text-transform:uppercase;  
font-weight:bold;
font-size:12px;
top:2px;
position:relative;
}

.textRight
{
color:#4a5050;
text-transform:uppercase;  
/*Text emboss*/
text-shadow: 0px 1px 0px #e5e5ee;
filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
text-align:right;
font-weight:bold;
top:3px;
right:35px;
position:absolute;
font-size:12px;
}

/*=================================================Battery=================================*/
.battery1
{
float:right;
right:10px;
top:5px;
position:absolute;
display:block;
width: 20px;
height: 10px;
border:1px solid #aaacb8;
/*Gradient*/
background: #eff7fa; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838383', endColorstr='#c7c7c7'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#838383), to(#c7c7c7)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #838383,  #c7c7c7); /* for firefox 3.6+ */
}

.charge
{
top:0px;
position:relative;
display:block;
width: 15px;
height: 9px;
border-top:1px solid #98e271;
/*Gradient*/
background: #75b859; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cef7a8', endColorstr='#75b859'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#cef7a8), to(#75b859)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #cef7a8,  #75b859); /* for firefox 3.6+ */
}

.battery2
{
display:block;
width: 2px;
height: 4px;
background-color:#aaacb8;
top:3px;
left:21px;
position:absolute;
}

.battery2_1
{
display:block;
width: 1px;
height: 2px;
background-color:white;
top:1px;
position:relative;
}

/*============================================*/
.connection1/*small*/
{
width: 4px;
height: 2px;
background-color:#0d74c1;
border-bottom:1px solid #fff;
margin-right:1px;
top:13px;
left:0px;
position:absolute;
}

.connection2/*2d*/
{
width: 4px;
height: 4px;
border-bottom:1px solid #fff;
background-color:#0d74c1;
margin-right:1px;
top:11px;
left:5px;
position:absolute;
}

.connection3/*3d*/
{
display: block;
width: 4px;
height: 6px;
border-bottom:1px solid #fff;
background-color:#0d74c1;
margin-right:1px;
top:9px;
left:10px;
position:absolute;
}

.connection4/*4th*/
{
display: block;
width: 4px;
height: 8px;
border-bottom:1px solid #fff;
background-color:#0d74c1;
margin-right:1px;
top:7px;
left:16px;
position:absolute;
}

.connection5/*5th*/
{
display: block;
width: 4px;
height: 10px;
border-bottom:1px solid #fff;
background-color:#0d74c1;
margin-right:1px;
top:5px;
left:21px;
position:absolute;
}

/*==========================Second Block=======================*/
.secondLine
{
display: block;
width: 320px;
height: 45px;
border-top:1px solid #d8e1ea;
border-bottom:1px solid #546473;
top:21px;
left:0px;
position:absolute;
/*Gradient*/
background: #c4ced8; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ced8', endColorstr='#93a5bb'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#c4ced8), to(#93a5bb)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #c4ced8,  #93a5bb); /* for firefox 3.6+ */
}

.messages
{
display: block;
left:18px;
top:8px;
position:absolute;
width: 60px;
height: 30px;
border-top:2px solid #354d67;
border-left:1px solid #4d5e72;
border-right:1px solid #4d5e72;
border-bottom:1px solid #c5d3e5;
-moz-border-radius: 5px;
border-radius: 5px;
/*Gradient*/
background: #c4ced8; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94aac2', endColorstr='#5b80ac'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#94aac2), to(#5b80ac)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #94aac2,  #5b80ac); /* for firefox 3.6+ */
}

.messages p
{
right:1px;
bottom:5px;
position:relative;
text-align:center;
font-weight:bold;
color:white;
/*Text emboss*/
text-shadow: 0px -1px 0px #374683;
filter: dropshadow(color=#374683,offX=0,offY=-1);
}

.plusBg
{
float:right;
right:10px;
top:8px;
position:absolute;
display:block;
width: 60px;
height: 30px;
border:1px solid #aaacb8;
border-top:2px solid #354d67;
border-left:1px solid #4d5e72;
border-right:1px solid #4d5e72;
border-bottom:1px solid #c5d3e5;
-moz-border-radius: 5px;
border-radius: 5px;
/*Gradient*/
background: #c4ced8; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94aac2', endColorstr='#5b80ac'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#94aac2), to(#5b80ac)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #94aac2,  #5b80ac); /* for firefox 3.6+ */
}

.plusBg p
{
right:1px;
bottom:7px;
position:relative;
text-align:center;
font-weight:bold;
color:white;
/*Text emboss*/
text-shadow: 0px -1px 0px #374683;
filter: dropshadow(color=#374683,offX=0,offY=-1);
}

/*===================================*/
.plusHor{
display:block;
width:13px;
height:4px;
left:7px;
top:10px;
position:relative;
background-color:white;
border-top:1px solid #7b8795;
}

.plusVert
{
display:block;
width:4px;
height:13px;
left:12px;
top:1px;
position:relative;
background-color:white;
border-top:1px solid #7b8795;
}

.textMiddle2
{
width:150px;
height:20px;
text-align:left;
font-weight:bold;
color:white;
/*Text emboss*/
text-shadow: 0px -1px 0px #374683;
filter: dropshadow(color=#374683,offX=0,offY=-1);
font-size:16px;
right:50px;
top:4px;
position:absolute;
}

/*========================Add Contact==============================*/
.addContact
{
position:relative;
float:right;
top:5px;
right:10px;
display: block;
width: 27px;
height: 27px;
background-color:grey;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
}

.blueCircle
{
position:relative;
float:right;
top:1px;
right:1px;
display: block;
width: 22px;
height: 22px;
background-color: #2477d8;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border:1px solid white;
/*Gradient*/
background: #3772b9; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b3f4', endColorstr='#3772b9'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#82b3f4), to(#3772b9)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #82b3f4,  #3772b9); /* for firefox 3.6+ */
}

/*==============================3d line================================*/
.thirdLine
{
display: block;
width: 320px;
height: 40px;
border-top:1px solid #d8e1ea;
border-bottom:1px solid #9b9ea5;
top:70px;
left:0px;
position:absolute;
background-color:#eeeff3;
}

.thirdLine p
{
text-align:right;
color:grey;
font-weight:bold;
font-size:14px;
float:left;
left:10px;
bottom:1px;
position:relative;
position:absolute;
/*Text Emboss*/
text-shadow: 0px 1px 0px #e5e5ee;
filter: dropshadow(color=#e5e5ee,offX=0,offY=1);
}

/*===================Message Block=====================*/
.msgBlock
{
display: block;
width: 320px;
height: 40px;
border-top:1px solid #9b9ea5;
border-bottom:1px solid #9b9ea5;
top:270px;
left:0px;
position:absolute;
background-color:#eeeff3;
}

.msgArea
{
position:relative;
top:6px;
left:10px;
width: 230px;
height: 25px;
display: block;
/*---Rounded Corners---*/
-moz-border-radius: 15px;
border-radius: 15px;
border:1px solid #6e6f6f;
background-color:#fff;
/*==========Shadow===========*/
-moz-box-shadow: inset 0px 1px 5px #6d6e6f;
-webkit-box-shadow: inset 0px -1px 5px #6d6e6f;
box-shadow: inset 0px -1px 5px #6d6e6f;
}

.msgBut
{
position:absolute;
float:right;
top:7px;
right:10px;
width: 55px;
height: 25px;
display: block;
border-bottom:1px solid white;
/*---Rounded Corners---*/
-moz-border-radius: 15px;
border-radius: 15px;
/*Gradient*/
background: #3772b9; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82b3f4', endColorstr='#3772b9'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#82b3f4), to(#3772b9)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #82b3f4,  #3772b9); /* for firefox 3.6+ */
-moz-box-shadow: inset 0px 1px 3px #6d6e6f;
-webkit-box-shadow: inset 0px 1px 3px #6d6e6f;
box-shadow: inset 0px 1px 3px #6d6e6f;
}

.msgBut p
{
font-size:16px;
color:#c2dbfb; /*aacefb*/
font-weight:bold;
position:relative;
bottom:15px;
}

/*================KeyBoard block=====================*/
.keybordBlock
{
width:320px;
height:208px;
float:left;
top:292px;
position:relative;
display:block;
/*Gradient*/
background: #8f97a3; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f97a3', endColorstr='#525c69'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#8f97a3), to(#525c69)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #8f97a3,  #525c69); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px
}

.number
{
float:left;
left:5px;
margin-right:5px;
margin-bottom:10px;
top:10px;
position:relative;
display:block;
width:26px;
height:38px;
/*Gradient*/
background: #dddfe1; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfb', endColorstr='#dddfe1'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#fafbfb), to(#dddfe1)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fafbfb,  #dddfe1); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*Shadow*/
-moz-box-shadow:  0px 1px 3px #292c2f;
-webkit-box-shadow:  0px 1px 3px #292c2f;
box-shadow:  0px 1px 3px #292c2f;
}

.number p
{
font-weight:bold;
font-size:22px;
bottom:17px;
position:relative;
color:black;
}

.number a
{text-decoration:none;}

.number a:hover
{
text-decoration:none;
float:left;
left:0px;
margin-right:5px;
bottom:29px;
position:relative;
display:block;
width:26px;
height:68px;
/*Gradient*/
background: #fbfcfc; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddfe1', endColorstr='#fbfcfc'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#dddfe1), to(#fbfcfc)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #dddfe1,  #fbfcfc); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius: 5px;
-webkit-border-radius:5px;
/*Shadow*/
-moz-box-shadow: 0px -2px 15px -3px #000;/*636262*/
-webkit-box-shadow: 0px -5px -30px 3px #000;
box-shadow: 0px -5px -30px 3px #000;
}

/*==========================================*/
.number2
{
float:left;
left:5px;
margin-right:5px;
top:15px;
position:relative;
display:block;
width:40px;
height:38px;
/*Gradient*/
background: #dddfe1; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfb', endColorstr='#dddfe1'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#fafbfb), to(#dddfe1)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fafbfb,  #dddfe1); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*Shadow*/
-moz-box-shadow:  0px 1px 3px #292c2f;
-webkit-box-shadow:  0px 1px 3px #292c2f;
box-shadow:  0px 1px 3px #292c2f;
}

.number2 p
{
font-weight:bold;
font-size:22px;
bottom:15px;
position:relative;
color:black;
}

.number2 a
{text-decoration:none;}

.number2 a:hover
{
text-decoration:none;
float:left;
left:0px;
margin-right:5px;
bottom:29px;
position:relative;
display:block;
width:40px;
height:68px;
/*Gradient*/
background: #fbfcfc; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddfe1', endColorstr='#fbfcfc'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#dddfe1), to(#fbfcfc)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #dddfe1,  #fbfcfc); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius: 5px;
-webkit-border-radius:5px;
/*Shadow*/
-moz-box-shadow: 0px -2px 15px -3px #000;/*636262*/
-webkit-box-shadow: 0px -5px -30px 3px #000;
box-shadow: 0px -5px -30px 3px #000;
}

.number4
{
float:left;
left:5px;
top:15px;
position:relative;
margin-right:5px;
margin-bottom:15px;
display:block;
width:38px;
height:38px;
/*Gradient*/
background: #969ea8; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969ea8', endColorstr='#687280'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#969ea8), to(#687280)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #969ea8,  #687280); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*Shadow*/
-moz-box-shadow:  0px 1px 3px #292c2f;
-webkit-box-shadow:  0px 1px 3px #292c2f;
box-shadow:  0px 1px 3px #292c2f;
}

.number4 p
{
font-weight:bold;
font-size:16px;
bottom:8px;
position:relative;
color:white;
text-shadow: 0px -1px 0px #374683;
}

/*=====================Del Button================================*/
.field1/*square*/
{
float:left;
left:16px;
top:12px;
position:absolute;
display:block;
width:16px;
height:16px;
background-color:white;
/*Border Radius*/
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius:3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
}

.field2/*triangle*/
{
right:22px;
top:12px;
position:absolute;
/*drawing triangle*/
border-color: transparent white transparent  transparent;
border-style: solid;
border-width: 8px 8px 8px 8px;
height: 0px;
width: 0px;
}

/*cross*/
.cross1
{
float:left;
left:18px;
top:19px;
position:absolute;
display:block;
width:8px;
height:2px;
background-color:#686e78;
/*rotate block*/
-moz-transform:  rotate(-45deg); 
-webkit-transform:rotate (-45deg);
}

.cross2
{
float:left;
left:21px;
top:16px;
position:absolute;
display:block;
width:2px;
height:8px;
background-color:#686e78;
/*rotate block*/
-moz-transform:  rotate(-45deg); 
-webkit-transform:rotate (-45deg);
}

/*last line of keys*/
.space
{
float:left;
left:5px;
top:16px;
position:relative;
display:block;
width:155px;
height:38px;
/*Gradient*/
background: #dddfe1; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfb', endColorstr='#dddfe1'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#fafbfb), to(#dddfe1)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fafbfb,  #dddfe1); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*Shadow*/
-moz-box-shadow:  0px 1px 3px #292c2f;
-webkit-box-shadow:  0px 1px 3px #292c2f;
box-shadow:  0px 1px 3px #292c2f;
}

.space p
{
font-weight:bold;
font-size:17px;
bottom:9px;
position:relative;
color:#656f7c;
text-shadow: 0px 1px 0px #e5e5ee;
}

.return
{
float:left;
left:10px;
top:15px;
position:relative;
margin-right:5px;
margin-bottom:15px;
display:block;
width:60px;
height:38px;
/*Gradient*/
background: #969ea8; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969ea8', endColorstr='#687280'); /* for IE */
background: -webkit-gradient(linear, right top, right bottom, from(#969ea8), to(#687280)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #969ea8,  #687280); /* for firefox 3.6+ */
/*Border Radius*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*Shadow*/
-moz-box-shadow:  0px 1px 3px #292c2f;
-webkit-box-shadow:  0px 1px 3px #292c2f;
box-shadow:  0px 1px 3px #292c2f;
}

.return p
{
font-weight:bold;
font-size:16px;
bottom:8px;
position:relative;
color:white;
text-shadow: 0px 1px 0px #e5e5ee;
}

/*Earth*/
.earth
{
position:relative;
float:right;
top:6px;
right:6px;
display: block;
width: 24px;
height: 24px;
background:transparent;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border:1px solid white;
}

.equator
{
float:left;
left:0px;
top:12px;
position:absolute;
display:block;
width:24px;
height:1px;
background-color:#fff;
}

.meridian
{
float:left;
left:12px;
top:0px;
position:absolute;
display:block;
width:1px;
height:24px;
background-color:#fff;
}

.oval
{
position:absolute;
float:right;
top:7px;
left:7px;
display: block;
width: 9px;
height: 7px;
background:transparent;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border:1px solid white;
-moz-transform:  scaleY(2.7);   
}

.oval2
{
position:absolute;
float:right;
top:16px;
left:7px;
display: block;
width: 8px;
height: 6px;
background:transparent;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid white;
-moz-transform:  scaleX(1.8);   
}

.oval3
{
position:absolute;
float:right;
top:0px;
left:7px;
display: block;
width: 8px;
height: 6px;
background:transparent;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid white;
-moz-transform:  scaleX(1.8);   
}

/*==========================Last Button========================*/
.lastButton
{
position:absolute;
float:right;
bottom:15px;
right:140px;
display: block;
width: 70px;
height: 70px;
background:#000;
-moz-border-radius: 40px;
-webkit-border-radius:40px;
/*Shadow*/
-moz-box-shadow: inset 0px -20px 20px -10px #636262;
-webkit-box-shadow: inset -20px -20px 10px #636262;
box-shadow: inset -20px -20px 10px #636262;
}

.lastsquare
{
float:left;
left:26px;
top:26px;
position:absolute;
display:block;
width:16px;
height:16px;
background:transparent;
border:1px solid white;
/*Border Radius*/
-moz-border-radius: 3px;
-webkit-border-radius:3px;
}
