body {
    background-image: url("bg.jpg");
    background-attachment: fixed;
    font-family: sans-serif;
}

.small {
    font-size: small;
}

.main {
	text-align: left;
	background-color: #ffffff;
	width: 600px;
	padding: 20px;
	border-radius: 10px;
	background-image: url("noise.png");
	background-repeat: no-repeat;
	background-position: center 98%;
    margin-left: auto;
    margin-right: auto;
}
img {
	border-radius: 10px;
}

.center {
	    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center2{
	text-align: center;
	font-size:small;
	color: white;
}

a	{
		color: gray;
		text-decoration: none;
	}

a:visited	{
		color: black;
		text-decoration: none;
	}

a:active	{
		color: black;
		text-decoration: none;
	}

a:hover	{
		color: gray;
		text-decoration: underline;
	}

td { 
    padding: 5px;
}

.title {
	font-weight: bold;
}

table {
	width: 100%;
}

.right {
	text-align: right;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.error {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    background: #ff8888;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=text]:focus {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=checkbox] {
    padding: 14px 20px;
    margin: 8px 0;
    cursor: pointer;
}

