@charset "utf-8";
/* CSS Document */

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

body {
	padding:0px;
	margin:0px;
}

a {
    color:#00f;
}

a:hover {
    color:#f90;
}

a img {
	border:none;
}

p, ul {
    line-height:21px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

article div:last-child, section div:last-child {
	float:none;
	clear:both;
}

.bold {
	font-weight:bold;
}

.clear {
	clear:both;
}

div.error {
	padding:10px 0px 10px 0px;
	font-weight:bold;
	color:#a33;
	font-size:125%;
}

p.medium {
	font-size:200%;
}

.fake-link {
	color:#00f;
	text-decoration:underline;
	cursor:pointer;
}

tr.isTrades {
    background:#FDD;
}

form.standard-form {
    
}

form.standard-form label {
    display:block;
}

form.standard-form input, form.standard-form select {
    padding:5px;
    min-width:50%;
    width:100%;
    max-width:400px;
    display:block;
    margin:3px 0px 20px 0px;
}

form.standard-form textarea {
    font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    min-width:50%;
    height:100px;
    margin:3px 0px 20px 0px;
    display:block;
    width:100%;
    max-width:400px;
}

form.standard-form button {
    display:block;
    border:none;
    background:#b82;
    border:2px solid #950;
    font-weight:bold;
    font-size:125%;
    text-shadow:2px 2px #750;
    color:#fff;
    cursor:pointer;
    padding:16px 5px;
    margin:20px 0px 0px 0px;
    width:100%;
    max-width:400px;
}

form.standard-form button:hover {
    background:#c94;
}

.red {
    color:#f00;
}
