@charset "utf-8";
/* CSS Document */

 


.kw .btn {
	display: block;
	position: relative;
	background: #aaa;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.kw .btn * {
	font-style: normal;

	display: block;
	position: relative;
}
.kw .btn i {
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.kw .btn span {
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.kw .btn span i {
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
		text-decoration:none;
}
.kw.btn span span {
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
		text-decoration:none;
}
* html .kw .btn span, * html .btn i {
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
		text-decoration:none;
}
.kw .btn.blue {
	background: #2ae;
}
.kw .btn.green {
	background: #9d4;
}
.kw .btn.red {
	background: #b40101;
}
.kw .btn:hover {
	background-color:  #900 ;
		text-decoration:none;
}
.kw .btn:active {
	background-color: #900;
}
.kw .btn[class] {
	background-image: url(../images/shade.png);
	background-position: bottom;
	border:1px solid #CCC;
}
/*to make the corners rounded in IE - not using rounded currently
* html .btn {
	border: 3px double #aaa;
}
* html .btn.blue {
	border-color: #2ae;
}
* html .btn.green {
	border-color: #9d4;
}
* html .btn.pink {
	border-color: #e1a;
}
* html .btn:hover {
	border-color: #a00;
	text-decoration:none;
}*/

form {
	margin-top: 2em;
}
form p .btn {
	margin-right: 1em;
	
}
textarea {
	margin: 1em 0;
}

