/* 
    Document   : styles
    Created on : Jul 10, 2013, 4:00:41 PM
    Author     : jeffgibbs
    Description:
        Purpose of the stylesheet follows.
*/
label {
	display:block;
	margin-bottom: 2px;
}

input[type="checkbox"] + label { display: inline-block }
input[type="radio"] + label { display: inline-block }
input[type="text"] {
	width: 250px;
}
ol li {
	margin-bottom: 4px;
}

ol {
	margin-bottom: 15px;
}

li.if_owned {
	display: none;
}

img.banner {
	margin-bottom: 10px;
}

#left p.error {
	color: red;
}
