<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

 

.style1 {color: #FFFFFF;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif}
.style2 {color: #FFFFFF;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif}
.style3 {color: #103d5e;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif}
.style4 {color: #103d5e;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif}
.style5 {color: #77828b;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif}
.style6 {color: #77828b;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style7 {color: #FFFFFF;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style8 {color: #FFFFFF;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style9 {color: #103d5e;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style10 {color: #103d5e;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style11 {color: #77828b;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style12 {color: #77828b;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style13 {color: #000000;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif}
.style14 {color: #000000;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif}
.style15 {color: #000000;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style16 {color: #000000;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style17{color: #103d5e;font-size: 21px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style18{color: #ff0000;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style19{color: #ff0000;font-size: 21px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style20{color: #ff0000;font-size: 13px;FONT-FAMILY: arial,helvetica,sans-serif;}
.style21 {color: #000000;font-size: 17px;FONT-FAMILY: arial,helvetica,sans-serif;font-weight: bold;}
.style22{color: #ff0000;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif;}
 .style23 {color: #FFFFFF;font-size: 18px;FONT-FAMILY: arial,helvetica,sans-serif;}
  .style24 {color: #FFFFFF;font-size: 15px;FONT-FAMILY: arial,helvetica,sans-serif;}
 .style25 {color: #c2c8cc;font-size: 12px;FONT-FAMILY: arial,helvetica,sans-serif}
 .style26{color: #666666;font-size: 21px;FONT-FAMILY: arial,helvetica,sans-serif;}
 .style34{color: #000000;font-size: 29px;FONT-FAMILY: arial,helvetica,sans-serif;}
.style39 {color: #000000;font-size: 14px;FONT-FAMILY: arial,helvetica,sans-serif}
.style40{color: #ff0000;font-size: 29px;FONT-FAMILY: arial,helvetica,sans-serif;}
.style41{color: #0000ff;font-size: 29px;FONT-FAMILY: arial,helvetica,sans-serif;}

a:link {
	color: #0000ff;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
	 
}
a:active {
	text-decoration: none;
	color: #0000ff;
} 


 
table.two{
 
 
border-collapse:collapse; 
 table-layout:automatic;
border:1px solid #b6bdc3 

} 
 /*
 
 //////////////////////////////////////////////////////////////
 */
 
  
 /*////////////////////////////////////////////////////*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset 'UTF-8';
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.5;
}
#cssmenu {
  width: 100%;
  background: #fff;
}
#cssmenu > ul {
  border: 1px solid #000000;
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: #565656;
  background: -moz-linear-gradient(#565656 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#565656 0%, #323232 100%);
  background: linear-gradient(#565656 0%, #323232 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul:after {
  clear: both;
  content: '';
  display: table;
}
@media all and (max-width: 480px) {
  #cssmenu > ul {
    max-height: 32px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  #cssmenu.expand ul {
    max-height: 900px;
  }
}
#cssmenu > ul > li {
  border-right: 1px solid #000000;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  float: left;
}
#cssmenu > ul > li.mobile {
  display: none;
}
#cssmenu > ul > li.active {
  background: #444444;
  background: -moz-linear-gradient(#444444 0%, #323232 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #323232));
  background: -webkit-linear-gradient(#444444 0%, #323232 100%);
  background: linear-gradient(#444444 0%, #323232 100%);
}
@media all and (max-width: 480px) {
  #cssmenu > ul > li {
    border-right: 0 none;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: block;
    float: none;
  }
  #cssmenu > ul > li.mobile {
    display: block;
  }
  #cssmenu > ul > li.mobile i {
    float: right;
    font-style: normal;
  }
}
#cssmenu > ul > li:last-child {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#cssmenu > ul > li:last-child ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.mobile {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#cssmenu > ul > li > a {
  margin: 0 0 2px 0;
  font-size: 12px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
/* Sub menu */
#cssmenu ul ul {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 5px 12px;
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 200px;
  z-index: 1;
}
@media all and (max-width: 480px) {
  #cssmenu ul ul {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #444444;
}
 
-->


#boxback {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 22221;
}
#box {
    width: 99%;
    z-index: 22222;
}
#box.position-absolute {
    position: absolute;
}
#box .close{
	color:#fff;
	float:right;
	background:url(img/bin.png) no-repeat right center;
	padding-right:16px;
	cursor:pointer;
}

<input type="text"class="inputs" placeholder="e-mail" /> 
<br><br> 
 <input type="password" class="inputs"placeholder="Password" /> 
             
 
inputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

inputs-moz-placeholder {
    color: #b5b5b5;
}

.inputs {
    width: 270px;
    padding: 8px 14px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

.inputs:focus {
    background: #DFE9EC;
    color: #414848;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.inputs:hover {
    background: #DFE9EC;
    color: #414848;
}
 
/***************************** */
 
	
</style>