/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#7D0D00;
}
body,td,th {
	font-family: "PT Sans", sans-serif;
}
input {
    height: 40px;
    padding: 0 5px;
    width: 300px;
    line-height: 32px;
	-webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
	text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font: 11px BlinkMacSystemFont;
	border-radius:5px;
	border:none;
	padding-left:70px;
	margin-top:10px;
}
#idInput{
	background-color: #5b0d04;
	border-radius:5px 0px 0px 5px;
	width:65px;
	height:43px;
	position:absolute;
	margin-left:-2px;
	margin-top:10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#button{
	width:100px;
	padding:5px;
	border:none;
	background-color:#CCC;
	border-radius:5px;
	color:#7D0D00;
	font-weight:bold;
	cursor:pointer;
}
