body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    text-align: center;
	background-color: #fafafafa;
}

.contr{
	display: inline-block;
    width: 90%;
    max-width: 500px;
    /* border: 1px solid; */
    border: 1px solid #d5dde6;
    border-radius: 8px;
    transform: translateY(50px);
	background-color: #ffffff;
	padding:15px;

}

.bluebutton {
    background-color: #5593e5;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    color: #fff;
    padding: 8px 12px;
    margin: 20px;
    -webkit-appearance: none;
    /* transition: 1s linear; */
}

.bluebutton:hover {
    background-color: #1e57a2;
    transition: 0.5s;
}

.inputField {
    width: 90%;
    min-width: 250px;
	max-width:400px;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    vertical-align: middle;
	text-align:center;
}

.ttl{
	margin:20px;
	text-align:center;
	margin-bottom: 5px;
}

.hh2{
	max-width: 400px;
    /* display: block; */
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.row > td {
    border: 1px solid #d5dde6;
	padding: 5px;
}

.row > th {
    border: 0px solid #d5dde6;
    background-color: #5593e5;
    color: white;
    padding: 5px;
}

.tble {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

.this{
	    background-color: #5593e529;

}

.error {
    color: #e40000;
}

.bluebutton:disabled{
	cursor:default;
	background-color:gray;
}