/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url('http://www.wkacanada.ca/images/wka_bg_s.png');
 background-position: top right;
 background-repeat: repeat-x;
 background-color: #f2f2f2;
}
#wrapper { 
 margin: 0 auto;
 width: 628px;
}
#header {
	margin-top: 40px;
	text-align: right;
	background-color: #333333;
	width: 608px;
	height: 40px;
	padding:10px;
	border:8px solid #333333;
}
#content { 
 color: #333;
 border: 8px solid #333333;
 background: #ffffff;
 margin: 30px 0px 10px 0px;
 padding: 10px;
 height: auto;
 width: 608px;
}
#notification {
	float: right;
	margin-right:30px;
	width: 275px;
	font-size: 1.7em;
	display: block;
	
	/*font-weight: bold;*/
	font-family: arial;
	letter-spacing: -1px;
	padding: 3px;
	background-image: url('http://www.wkacanada.ca/eng/webapp/images/message.png');
	background-repeat: repeat-x;
	position: top;
}
#notification a{
	color: #336699;
	
}

.error {
	color: #990000;
	border:8px solid #990000;
}
.pass {
	color: #009900;
	border:8px solid #009900;
}
	

h1 {
	font-size: 1.7em;
	color: #990000;
	margin-bottom:5px;
	letter-spacing:-1px;
}

label {
	font-size: .9em;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #666666;
	font-family: arial;

}

input.text {
	border:1px solid #666666;
	height: 30px;
	font-size: 1.5em;
	margin-bottom: 5px;
	color:#666666;
	font-family: arial;
}
input.button {
	border:2px solid #336699;
	height: 35px;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial;
	font-size: .9em;
	background-image: url('http://www.wkacanada.ca/eng/webapp/images/button_background.png');
	background-repeat: repeat-x;
	position: top;
	color:#336699;
}
.error {
	font-size: .9em;
	color: #990000;
	padding-bottom: 5px;
	font-family: arial;
	
	}
	
a{
	color: #ffffff;	
	
}
a:link {
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
textarea {
	font-size: 1.2em;
	margin-bottom: 5px;
	color:#666666;
	font-family: arial;
	width: 400px;
}
