body {
  font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;background:#eee; height:100%; margin:0px 0; padding:0;
  background: #ffffff;
}

#div_content{width: 800px;margin-left: auto ;margin-right: auto;}



.container {
  margin: 80px auto;
  width: 640px;
}


.container_form {
  margin: 10px auto;
  width: 640px;
}

.form_container {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
 }
 
.form_container:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.form_container h2 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
  
  
  p { margin: 20px 0 0; }
  p:first-child { margin-top: 0; }
  p.submit { text-align: right; }

  input[type=text], input[type=password] { width: 278px; }


:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

a {font-family:Verdana;font-size:12px;color: black;text-decoration:none;}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px; // Can we get this on WebKit please?
  @include box-shadow(inset 0 1px 3px rgba(black, .12));

  &:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0; // WebKit sets this to -1 by default
  }
}


.lt-ie9 {
  input[type=text], input[type=password] { line-height: 34px; }
}




.sys_table {
  border-left: 1px solid #aaa;
  border-top:  1px solid #aaa;
  border-right:  1px solid #aaa;
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sys_td {
	color:black;
	text-decoration:none;
	border-left: 1px solid #aaa;
        border-top:  1px solid #aaa;
	border-right:  1px solid #aaa;
        border-bottom: 1px solid #aaa;
}

.sys_td_heading {
	margin: -20px -20px 21px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-shadow: 0 1px white;
	background: #f3f3f3;

	background:#f3f3f3;
	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-left: 0px solid #aaa;
        border-top:  0px solid #aaa;
	border-right:  0px solid #aaa;
        border-bottom: 0px solid #aaa;

}

.sys_td_text {
	color:black;
	background:white;
	text-decoration:none;
	border-left: 1px solid #aaa;
        border-top:  1px solid #aaa;
	border-right:  1px solid #aaa;
        border-bottom: 1px solid #aaa;
}
.sys_footer {
	font-size:10px;
	background:white;
	text-decoration:none;
	border-left: 1px solid #aaa;
        border-top:  0px solid #aaa;
	border-right:  1px solid #aaa;
        border-bottom: 1px solid #aaa;
	vertical-align:middle;
	text-align:center;
	height:20px;
}

.response{
  font-size:12px;
  font-weight:bold;
  width: 600px;
  color:white;
  position: relative;
  margin: 0 auto;
  padding: 10px 10px 10px;
  background: #ff7a7a;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
 }