@charset "UTF-8";

@media screen{

/* ////////////////////////////////////////////////////////////////////////////////////////////////////

[ header ] 

//////////////////////////////////////////////////////////////////////////////////////////////////// */


#header {
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
  background: white;
}


#header .in {
  width: 1070px;
  margin: 0 auto;
  padding: 0;
}



#header .logo {
  float:left;
}


#introInfo{ padding:15px; }



input[type="submit"]{
color: #363636;
display: inline-block;
text-align: center;
border: 1px solid #CCC;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
overflow: visible;
background: #363636;
background-image: -moz-linear-gradient(top,#ffffff,#e5e5e5);
background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e5e5e5));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#e5e5e5);
background-image: linear-gradient(to bottom,#ffffff,#e5e5e5);
border-image: initial;
padding: 3px 5px;
font-size: 12px;
margin-left:10px;
}



#cl_login input[type="text"], textarea, input[type="select"],
#md_login input[type="text"], textarea, input[type="select"] {
padding: 0;
color: #363636;
background: #FBFBFB;
border: 1px solid #c0c0c0;
border-radius: 3px;
-moz-border-radius: 3px;
margin-right:5px;
margin-left:3px;
}


.table.whiteTable tr{  background:whitesmoke }
.table.whiteTable td{  background:whitesmoke; border-right:solid 5px black; padding-right:10px;  }
#sub .table.whiteTable a{ color:#333; }


input[type="submit"].button {
    padding:3px 5px;
      font-weight:bold;
color: #363636;
display: inline-block;
text-align: center;
border: 1px solid #CCC;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
overflow: visible;
background: #363636;
background-image: -moz-linear-gradient(top,#ffffff,#e5e5e5);
background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e5e5e5));
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#e5e5e5);
background-image: linear-gradient(to bottom,#ffffff,#e5e5e5);
border-image: initial;
padding: 3px 5px;
font-size: 12px;
margin-left: 10px;
}

input[type="submit"].orange {
  padding:3px 5px;
	color: white;
  font-weight:bold;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
input[type="submit"].orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
input[type="submit"].orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

}