/* CSS Document */

body {
	text-align: center;
	font-size: 12pt;
}
#login {
	width: 400px;
	margin: 0 auto;
	padding: 0;
	margin-top: 40px;
	color: #555555;
	text-align: left;
}
#login.wide {
	width: 500px;
}
#login h2 {
	text-align: center;
	font-size: 1.25em;
	color: #2E5C8B;
}
#login a {
	text-align: center;
	font-size: 0.9em;
	color: #222222;
}
input, select {
	border: 1px solid #999999;
	padding: 2px;
	color: #666666;
	margin: 2px;
}
input.button {
	cursor: pointer;
	cursor: hand;
	border: none;
	border: 1px solid #777777;
}
#header {
	height: 75px;
	background-image: url(http://images.kttx.org/blueheader.png);
	background-repeat: none;
	background-position: left bottom;	
	/*background-image: url(../images/banner_r1_1.png);*/
	background-color: #3B5998;
	margin: 0;
	padding: 0;
}
#main {
	background-image: url(http://images.kttx.org/blueheaderbottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
}
#footer {
	text-align: center;
}
#footer a {
    color: #888888;
    text-decoration: none;
}


div.error {
    text-align: center;
    background-color: #FFDFD7;
    color: #AF371A;
    border: 1px dotted #DD6144;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
