* {
    box-sizing: border-box;
}

.topcorner{
   position:absolute;
   top:0;
   right:0;
}

div {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 5px;
}

.logo_left {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 60%;
}

.banner {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 100%;
}

.intro {
    float: left;
    width: 100%;
    margin-top: 2px; 
    font-family: sans-serif, verdana;    
    font-size: 18px;    
    color: black;   
    padding: 5px;
   }  

li, p {
  line-height: 1.0;
  font-size: 16px;    
}

p.intro {
   line-height: 1.5;
}

li.introlist {
   line-height: 1.5;
   font-size: 16px;
   padding-bottom: 5px;
}

.container {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: sans-serif, verdana;  
    font-size: 18px;
    width: 100%;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 5px;
}

.name_info {
    float: left;
    width: 100%;
    margin-top: 2px;
    text-align: left;
}

.ticket_choices {
    float: left;
    width: 100%;
    margin-top: 2px;
}

.memory_choices, .patron_choices, .other_support {
    float: left;
    width: 100%;
    margin-top: 2px;
}

fieldset {
    padding: 5px;
}
legend {
    padding: 5px 5px 5px 0;
    display: inline-block;
    font-size: 18px;
}

input[type=text], select, textarea, email {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: vertical;
    font-size: 16px;
}

input[type=number] {
    width: 20%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: vertical;
}

label {
    padding: 5px 5px 5px 5px;
    display: inline-block;
    font-size: 16px;
}

input[type=submit], [type=button], input[type=reset] {
    background-color: #1d4663;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    float: left;
}

input[type=submit]:hover, [type=button]:hover {
    background-color: #2e6f9e;
}

.col-20 {
    float: left;
    width: 20%;
    margin-top: 2px;
}
.col-60 {
    float: left;
    width: 60%;
    margin-top: 2px;
}

.col-80 {
    float: left;
    width: 80%;
    margin-top: 2px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The container for buttons */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #8c8c8c; /* #737373; */
    border-radius: 10%;
}

/* On mouse-over, add a light grey background color */
.radio_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a dark blue background */
.radio_container  input:checked ~ .checkmark {
    background-color: #102a3c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_container :after {
    content: "";
    position: absolute;
    display: none;
    font-size: 18px;
}

/* Show the indicator (dot/circle) when checked */
.radio_container  input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 10%;
	background: white;
}

.on_left_40 {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 40%;
    float: left;
}
.on_left {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
}
.on_left_50 {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 50%;
    float: left;
}
.on_left_70 {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 70%;
    float: left;
}
.on_left_80 {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 80%;
    float: left;
}

.on_right {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 50%;
    float: right;
    overflow: hidden;
}

