
body {
	font-family: Arial;
    background: #FF9900 url(icon.png) top left no-repeat;
}

input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}

.panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px 10px 10px;
}

.panel > fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.panel > fieldset.ads {
	padding: 5px 0;
	text-align: center;
}

.row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: right;
}

fieldset > .row:last-child {
    border-bottom: none !important;
}

.row > input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 110px;
    height: 42px;
    background: none;
}

.row > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row > input[type=button],
.row > input[type=submit] {
    padding: 3px;
	margin: auto;
	width: 100%;
    font-weight: bold;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

h1 {
	margin: 0px 0 15px 80px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	font-family: Arial;
	color: black;
    text-shadow: rgba(255, 255, 255, 0.75) 1px 2px 0;
}

.row > input.match {
	color: green;
	font-weight: bold;
	text-align: right;
}

.row > input.mismatch {
	color: red;
	font-weight: bold;
	text-align: right;
}

div.row p {
	text-align: center;
	padding: 3px 12px;
	font-size: small;
}

div.row p.tiny {
	font-size: x-small;
}
