@charset "utf-8";
/* CSS Document */
html {margin:0 auto;padding:0 10px;
-webkit-text-size-adjust:none;
-webkit-text-size-adjust:100%;/* Allow zoom & Prevent font scaling in landscape*/
}
html, body,h1,h2,h3,h4,table,td {
-webkit-text-size-adjust: none;-webkit-text-size-adjust:100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust: 100%;}
h1,h2,h3{padding:5px; font-weight:bold}
h3{margin-left:0px;padding-left:8px; font-weight:bold}
body,td{
  color: #333;
  font: 14px/21px Arial,Lucida Sans,sans-serif;
  margin: 0 auto;
  /* max-width: 700px;
  _width: 700px; */
  padding: 0px 0px;
  -webkit-font-smoothing: antialiased;
}
.news{margin-right:33px}
/* remove rounded corners in iOS 
,input[type="search"],input[type="text"],
input[type="button"],input[type="submit"]
*/
input[type="search"],input[type="text"],
input[type="button"],input[type="submit"],input[type="file"]{-webkit-appearance: none;-webkit-border-radius: 0;border-radius:0px;}
input[type="submit"]{width:100%;height:33px;}

button {-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}
button {width:120px; height:80px; margin-top:10px}
button img {margin-left:-10px;border:0}
	
.icon_H {float:right;margin:8px;  padding-right:12px}

input,textarea,select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 7px;
}

.ui-content h1,p {text-align:left;}
ul {list-style:none;}
li {padding: 5px 0;}
a {text-decoration:none; color: #4F4F4F;font-weight:normal;padding:0 12px} /*color:#777; */

.logn {width:290%; max-width:320px} 
.edit {color:#333;margin:0 auto; width:96%; max-width:680px; padding-top:0px;margin:20px 0px 10px 0px;}

.edit a {color:#000;}
.edit a:hover {text-decoration:underline;}
.menubdr {font-weight:900}  /* border:#CCC solid 1px;  */


label { margin-top:10px} 
td {text-align:left;}
.hd1 {font-size:0.9em; color:#06C; text-transform:uppercase; font-weight:700; padding:10px 5px;}
.hdr {color: #C72E54;}
.centr {text-align:center;margin-top:0; font-size:0.8em}
.small {color: #000;font-size:85%; line-height:1.1em;}
.brdr {margin-top:35px;}
.hd {font-size:95%;font-weight:bold;}
.lgn {margin:0 auto}

.chkboxes{line-height:180%}
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(248,248,248);
  
  margin: 0px 1px 0px 0px;
  border: 1px solid #F9B577;
  /* #999padding: 4px 0px 5px 5px;border: 1px solid rgba(248,248,248); */
}

.clr {clear:both}
.req {color:#C00}
.ihead {background-color:#0A86EB}

form {width:100%;} /*max-width:680px;*/
form input,textarea {width:100%; border:1px solid #999;padding:5px 0 5px 5px ;font: 1em/1.4em Arial,Lucida Sans,sans-serif}

input:focus {border:1px solid #235A9E;font-size:14px}
.btn {color:#FFF; background-color:#0066CB; width:30px; height:24px;} /*
 style="width:265px; height:42px; padding:7px"
*/
.red {color: #FB283E}

@media screen and (-webkit-min-device-pixel-ratio:2) {
  select,textarea,input {font-size: 16px;}
}
footer {text-align:center}
