body, div, h1, h2, h3, p, span,
strong, a, img, form, ul, li, hr {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    }

body {
    background: #efefef;
    color: #333;
    font: 62.5% Verdana, Helvetica, Arial, sans-serif;
    padding: 15px 20px 40px;
    width: 400px;
    }

input.text {
    margin-bottom: 6px;
    padding: 3px;
    width: 200px;
    }

input.med {
    width: 130px;
    }

input.short {
    width: 50px;
    }

input.button {
    font-size: 1.2em;
    padding: 3px;
    }

h1 {
    font-size: 1.4em;
    line-height: 1.6;
    margin-bottom: 15px;
    }

h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 25px;
	}

h3 {
	color: #ba4703;
	font-size: 1.1em;
	line-height: 1.3;
	margin-bottom: 12px;
	}

p {
    line-height: 1.3;
    margin-bottom: 10px;
    }

    p.more {
		font-size: 1em;
		margin-bottom: 30px;
	}

	p.navRight {
		margin-top: 10px;
		}

li {
    margin-bottom: 3px;
    }

hr {
    color: #000;
    background: #000;
    height: 1px;
    margin-bottom: 13px;
    }

#error {
    background: #f9e7bd;
    border-bottom: 2px solid #eac46a;
    border-top: 2px solid #eac46a;
    color: #963;
    margin: 15px 0;
    padding: 8px 10px;
    }

	#error h3 {
		color: #963;
		font-size: 1.3em;
		font-weight: normal;
		margin-bottom: 10px;
		}

	#error ul {
		padding-left: 15px;
		}

#attendee {
    margin-bottom: 30px;
    }

    #attendee p {
		margin-bottom: 0;
		}

		#attendee p span {
			float: left;
			line-height: 2;
			width: 145px;
			}

#association {
	line-height: 1.5;
	margin-bottom: 30px;
	}

	#association span {
		display: inline-block;
		width: 80px;
		}

#options {
	margin-bottom: 30px;
	}

	#options table tr#join-now td {
		background: #f9e7bd;
		border: 1px solid #eac46a;
		color: #963;
		padding: 3px;
		text-align: center;
		}

		#options table tr#join-now td a {
			color: #963;
			text-decoration: underline;
			}

	#options table td {
		line-height: 1.3;
		padding: 3px 3px 3px 0;
		vertical-align: top;
		}

		#options table td.item {
			padding-right: 25px;
			padding-top: 6px;
			}

		#options table td.option {
			padding-top: 6px;
			}

	#options #total {
		font-size: 1.3em;
		margin-top: 15px;
		}

#payment {
    margin-bottom: 20px;
    }

    #payment div {
		line-height: 1.3;
		}

		#payment div#first {
			margin-bottom: 8px;
			}

		#payment div input.radio {
			float: left;
			}

		#payment div p {
			float: right;
			width: 370px;
			}

			#payment div p span {
				float: left;
				line-height: 2;
				width: 105px;
				}

#attendee p:after,
#payment div:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    }

* html #attendee p,
* html #payment div {
    height: 1%;
    }

#attendee p,
#payment div {
    display: inline-block;
    }

#attendee p,
#payment div {
    display: block;
    }