@charset "utf-8";
/* CSS Document */

#center_maker{
	width:960px;		
	margin: 0px auto; 
}
	

header{
	font-weight: bold;
	border: 0px	
}

	
nav{
	width: 260px; 
	float: left;
	paddling-right 50px;

}

section{
	float: right;	
	width: 669px;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 20px;	
	border: 1px solid black;
}

section.WASET{
	float: right;	
	width: 669px;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 20px;	
	border: 1px solid black;
	background-color:#0066FF;
}
section.last{
	float: right;	
	width: 669px;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 20px;	
	border: 1px solid black;
}

.TextWrap{
float: right;
margin: 0px;
border-radius: 5px;
}

.TextWrapLeft{
float: left;
margin-right: 10px;
border-radius: 5px;
}
body{
font-family: Helvetica, Arial, sans-serif; margin:0px auto;
font-size: 120%;
}

p
{
	margin-top: 0%;
	margin-bottom: 10pt;
	font-size: 100%;
 	hyphens: auto;
}



h1
{
	margin-top: 0%;
	margin-bottom: 0%;
	font-size: 120%;

}

h2
{
	margin-top: 5pt;
	margin-bottom: 0%;
	font-size: 100%;

}
h3
{
	margin-top: 0 pt;
	margin-bottom: 0 pt;
	font-size: 125%;

}
ul
{
	margin-top: 0%;
	margin-bottom: 0%;
	font-size: 100%;
}


table.schedule { 
border: 1px solid black;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

table.schedule thead
{
font-size: 90%;

}

table.schedule tbody
{
font-size: 80%;
}

table schedule th, td
{
border-collapse: collapse;
padding-left: 10px;
padding-right: 10px;
}

form {
     width: 660px;
    /* To see the outline of the form */
    padding: 1px;
}

label {
    /* To make sure that all labels have the same size and are properly aligned */
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
}

form div + div {
    margin-top: 5px;
}

fieldset
{ 
border: solid 1px black;
border-radius: 8px;
margin:5px;
}


}

input:focus {
    /* To give a little highlight on active elements */
    border-color: #000;
}
input[type=text], input[type=email], input[type=file]{
    /* To make sure that all text fields have the same font settings
       By default, textareas have a monospace font */
    font: 1em sans-serif;

    /* To give the same size to all text field */
    width: 400px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      /* To harmonize the look & feel of text field border */
%    border: 1px solid #999;
}

input[type=radio]{
  width   : 40px;
  

}
.radioHolder{
  text-align: center;

}

.fileButton{
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    margin-left: 50px;


}

.buttonHolder{ 
text-align: center;
 }


input[type=submit] {
    width: 80px; 
    font: 1em sans-serif;
 
	
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

