* {
	margin:0 ; padding:0;
}

img {
	border: none;
}

input[type=text],input[type=password], textarea { border: 1px solid #aaa; background: #fff url('../images/innie.png') scroll no-repeat top left; padding: 5px; margin-bottom: 4px; }
input[disabled=yes] { border: none; background: transparent; padding: 5px;}

li, .indented {
	margin: 7px 10px 7px 50px;
}

.onbottom {
	position: absolute;
	bottom: 16px;
}

.very-small {
	font-size: 12px;
}

.big-text {
	font-size: 24px;
}

.vert1{
	#position: relative;
	display: table; width:492px; height:328px; overflow: hidden;
/*	background: #f77; */
}

.vert2 {
	#position: absolute; #top: 50%;
	display: table-cell; vertical-align: middle;
	text-align: center;
/*	background: #7f7; */
}

.vert3 {
	width: 452px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
/*	background: #77f;*/
}

.black { color: #000; }

