/**
 * ukiobank.co.uk default
 * ---------------------------------------------------------------------
 * Default screen, print, and handheld styles
 */

body {
	max-width: 100%;
}

address, blockquote, dl, form, h1, h2, h3, h4, h5, h6, ol, p, table, ul {
	margin: 0 0 1em;
	font-size: 100%;
	line-height: 140.77%;
}

a:link    { color: #227db6; }
a:visited { color: #5ba5d4; }
a:focus   { color: #b10021; }
a:hover {
	color: #b10021;
	text-decoration: none;
}
a:active {
	color: #b10021;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
}
h1 { font-size: 125%; }
h2 { font-size: 115%; }
h3 { font-size: 105%; }

ul, ol {
	clear: left;
	padding-left: 3em;
}

dt { font-weight: bold; }
dd { margin: 0 0 1em 3em; }

table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

caption {
	padding: 0 0 .5em;
	text-align: left;
}

td, th {
	padding: .3em .5em;
	border: 1px solid #ccc;
}

tbody th { text-align: left; }

big {
	font-size: 1.6em;
	letter-spacing: -2px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label { cursor: pointer; }

textarea {
	display: block;
	overflow: auto;
}

.radio label, .check label {
	display: block;
	margin-bottom: .5em;
	padding-left: 18px;
}

.radio br, .check br { display: none; }

.radio label br, .check label br { display: inline; }

.radio label input, .check label input {
	float: left;
	margin-left: -18px;
}

img { border: 0; }

label, img, input, select, textarea, button {
	vertical-align: middle;
	font: 100%/100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

button, input.button {
	overflow: visible;
	padding: .1em .5em;
}

tr.right, th.right, td.right, p.right { text-align: right; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

.hide { display: none; }
