
button {
  box-shadow: 0px -2px 1px rgba(50, 50, 50, 0.75);
}

.site-main {
  padding:0px;
  background-color:white;
}

#main {
  background-color:white !important;
}

.content-area {
  padding:20px;
  background-color:white !important;
}

#container {
  padding-top:0px;
}
.breadcrumb-list {
  padding:0;
}
#contact {
  margin: 0px;
  margin-top: 20px;
  padding: 10px;
  background-color:white;
  max-width:100%;
}

#btn {
  cursor: pointer;
/*
  height: 38px;
  line-height: 38px;
*/
  color: white;
/*
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  padding-left:10px;
  padding-right:10px;
  vertical-align: center;
*/
  background:#008576;
}

#reset {
  background:white;
  color:#515151;
}

#btn-back {
  padding-top:10px;
  background:url(mimages/btn-backback.jpg) top left no-repeat;
  min-height:64px;
}

#sei, #sei2 {
  /* float:left; */
  padding:5px;
  width:150px;
}

#mei, #mei2 {
  float:left;
  padding: 5px;
  width: 150px;
  margin: 0px;
  margin-left: 20px;
}

#form0 {
  border:1px dotted #020202;
  padding:20px;
  margin:0px;
}

#form1 {
  margin:0px;
  padding-left:100px;
  padding-right:100px;
}

#form2 {
  margin:0px;
  padding-left:100px;
  padding-right:100px;
}

#form3 {
  margin:0px;
  padding-top:10px;
  padding-left:150px;
  padding-right:150px;
}

#form4 {
  padding-top:10px;
  padding-left:150px;
  padding-right:150px;
}

#form5 {
  margin:0px;
  padding-top:10px;
  padding-left:100px;
  padding-right:100px;
}

#th-reqconf {
  width: 35%;
  text-align:left;
  background-color:#ceecf5;
}

#main {
  background-color:#efedeb;
}

#entry {
  margin: 0px;
  padding: 0px;
  border: none;
  border-collapse: collapse;
}
#entry tr {
  border: none;
}

#entry td {
  margin: 0px;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  color: #828282;
  font-weight: bold;
  table-layout: fixed;
  vertical-align:middle;
  font-size: 13px;
}

#entry td img {
  margin: 0px;
  padding: 0px;
}

#entry th {
  margin: 0px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #828282;
  font-weight: normal;
  table-layout: fixed;
  vertical-align:middle;
  font-size: 13px;
}

.email-tbl {
  width: 75%;
  border: none;
}

#email-title {
  padding: 6px;
  height: 30px;
  line-height: 30px;
  width: 18%;
  border: none;
  background-color: #CEECF5;
}

#email-cnt {
  padding: 6px;
  height: 30px;
  line-height: 30px;
  width: 18%;
  border: none;
}

#email-prt {
  padding: 6px;
  height: 30px;
  line-height: 30px;
  border: none;
}


#email-err {
  padding: 6px;
  height: 30px;
  line-height: 30px;
  border: none;
}


.req-title {
  padding: 6px;
  min-height: 30px;
  line-height: 1.6em;
  width: 28%;
  background-color: #e9e6e0;
}

.req-title2 {
  padding:0 !important;
/*
  min-height: 60px;
  line-height: 60px;
*/
  width: 10%;
  text-align: center;
  background-color: #e9e6e0;
}

.req-cnt {
  padding: 6px;
  min-height: 30px;
  line-height: 30px;
  width: 55%;
  border: 1px solid #ccc;
}

.req-err {
  padding: 6px;
  min-height: 30px;
  line-height: 30px;
  border: none;
}

.req-sep {
  height: 2px;
  line-height: 2px;
  padding: 0px !important;
  border: none !important;
  background-color: white;
}


#reqc-title {
  padding:0px;
  height:30px;
  line-height:30px;
  width:20%;
  border:none;
}

#reqc-title2 {
  padding:0px;
  height:30px;
  line-height:30px;
  width:10%;
  text-align:center;
  border:none;
}

#reqc-cnt {
  padding: 0px;
  height: 30px;
  line-height: 30px;
  width: 40%;
  border: none;
}

#reqc-err {
  padding:0px;
  height:30px;
  line-height:30px;
  border:none;
}

#reqc-sep {
  height: 2px;
  line-height:2px;
  padding:0px;
  border:none;
}

#dwn-title {
  width:25%;
  height:31px;
  line-height:31px;
  background-color:#CEECF5;
}

#dwn-title2 {
  width: 10%;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background-color: #CEECF5;
}

#dwn-cnt {
  width:50%;
  height:31px;
  line-height:31px;
}

#btn-search {
  float:left;
  margin: 0px;
  margin-left: 20px;
  padding:5px !important;
  background-color:#dddddd;
  color:#4d4d4d;
/*
  line-height: 30px;
*/
}


select,textarea,
input[type="text"], 
input[type="password"] , input[type="email"]{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background:#f4f4f4;
	border:1px solid #aaa;
	border-bottom-color:#ccc;
	border-radius:2px;
	margin:0;
	outline:none;
	padding:5px;
	vertical-align:middle;
}
label,
button:hover, 
a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover {
 cursor: pointer;
}

p.smallred {
	font-size: 11px;
	margin-right: 25px;
	margin-left: 25px;
	padding: 25px;
	color: #06C;
	background-color: #f4fbff;
}


 @media screen and (max-width: 950px) {

  #wrap2 {
  	margin: 0px;
  	padding: 10px;
  	background-color: #fff;
  }
  #email {
    width:96%;
  }
  #email_confirm {
    width:96%;
  }
  #title {
    width:96%;
  }
  #inquiry {
    width:96%;
  }
  #entry {
  	width: 98%;
  }
  #entry td {
  	width: 98%;
  	background-image: none;
  	display: block;
  }
  #entry th {
  	width: 98%;
  	background-image: none;
  	display: block;
  }
  .req-title {
    margin-top: 10px !important;
  }

  #entry input[type="text"] {
  	background-image: none;
  }

  #entry textarea {
    width:96% !important;
  }

  #contact {
    max-width: 100%;
  	margin-top: 20px;
  	padding: 2%;
  	background-color: white;

  }

	p#errmsg {
  	font-size: 11px;
  	padding: 5px;
  	color: #F00;
	}
	
  #form0 {
    width: 97.08%;
    margin: 0px;
    padding: 10px;
  }

  #form1 {
    width: 100%;
    margin:0px;
    padding:0px;
  }

  #form2 {
    width: 100%;
    margin:0px;
    padding:0px;
  }

  #form3 {
    width: 100%;
    margin:0px;
    padding:0px;
  }

  #form4 {
    width: 100%;
    margin:0px;
    padding:0px;
  }

  #form5 {
    width: 100%;
    margin:0px;
    padding:0px;
  }

  #th-reqconf {
    text-align:left;
    background-color:#ceecf5;
  }

  #req-err {
    width: 10%;
    display: table;
  }
  label {
  }
}
