﻿.table {
    display:table;
    width:100%;
    height:100%;
}
.cell {
    display:table-cell;
    width:10%;
}
.row {
    display:table-row;
}
.cell {
   
    padding-top:-10px;
    padding-right:15px;
    padding-left:15px;
}


.hellodiv
{
   color:#666666;
   height:100%;
   width:100%;
   padding-bottom: 20px;  
}


.table1 {
    display:table;
    width:100%;
    height:80%;
    vertical-align:middle;
    
}
.cell1 {
    display:table-cell;
    width:2%;
    
    
}
.row1 {
    display:table-row;
    padding:20px;
    
}
.cell1 {
  
    padding:2px;
     
}
/************************************/
/****************mouse over image*******************/
#wrapper .text {
position:relative;
top:-20px;
 text-align:center;
visibility:hidden;
}

#wrapper:hover .text {
visibility:visible;
}
/*************************************************/
.headerline
{
    top:-3px;
	line-height: 25px;
	z-index: 9999;
	position: relative;
	border-top :7px solid #ff9900;
	direction:ltr;
    left: 0px;
    width: 100%;
}
/*************************heaerline************************/
.headerlogin
{
    height:40px;
    width:90%;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
    background-color:#f8f8f8;
    top:-3px;
    position: relative;
  margin-right:5%;
  margin-left:5%;
  padding-left:15px;
  padding-right:15px;
  
    
}

/****************************************/
.enterdiv
{
    border-radius:5px;
    border :1px solid #ff9900;
    width:30%;
    height :150px;
     position: relative;
  margin-right:20%;
  margin-left:35%;
    
}
/*************************************/
.iframe {
  max-width: 320px;
  max-height:200px;
  margin: 0px auto;
   position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 10%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.auto-resizable-object {
  max-width: 420px;
  max-height:420px;
  margin: 0px auto;
  
}

.auto-resizable-object > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-object object {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.auto-resizable-fieldset {
  max-width: 90px;
    max-height:220px;
  margin: 0px auto;
  
}

.auto-resizable-fieldset > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-fieldset fieldset {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.auto-resizable-Image {
  max-width: 420px;
  max-height:120px;
  margin: 0px auto;
  
}

.auto-resizable-Image > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-Image Image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/***************************emailstyle**************************/
.emailstyle
{
  border-radius:10px;
 
  border :1px solid #ff9900;
  width:98%;
  height:auto;
  padding:7px;
 text-align:right;
  

  
}
.answeremailstyle
{
  border-radius:10px;
 
  border :1px solid #ff9900;
  width:95%;
  height:auto;
  padding:7px;
 text-align:right;
  

  
}
#tableemailstyle
{
  border-radius:10px;
  


  
}
.emailstyleline
{
    border-bottom:1px solid #ff9900;
    line-height: 25px;
    width:100%;
}