﻿body {
	font-family: Verdana,Geneva,sans-serif;
}
h1 {
	color: #A4303A;
	font-family: impact, arial black, sans-serif;
	font-size: 38px;
	text-align: center;
}
h2 {
	color: #A4303A;
	text-align: center;
}
#container p {
	margin: 1em;
	font-size: 16px;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 23px;
	text-indent: 0;
}
ul {
	margin-right: 1em;
	line-height: 23px;
}
li {
	margin-bottom: 10px;
	margin-top: 10px;
}
#container {
	background-color: white;
	border: 0;
	box-shadow: 0 0 3px #717171;
	margin: 15px auto;
    width: 100%;
	max-width: 760px;
}
.red {
	color: #A4303A;
}
.redCheck {
	list-style: none url(https://plimages.blob.core.windows.net/images/landing/cancerbook/bullet-redCheck.gif);
}
.redPointer {
	list-style: none url(https://plimages.blob.core.windows.net/images/landing/cancerbook/bullet-redPointer.gif);
}

.signupContainer small {
	padding: 15px 5px;
	display: block;
}

.input-container {
    margin-top: 20px;
}

.signup-image {
    margin: 10px 0 10px 10px;
    display: block;
    width: 175px;
    float: left;
}

#sidebarThanks {
	background-color: white;
	border: 1px solid black;
	display: none;
	font-size: 16px;
	height: 100px;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 215px;
}
#sidebar2Thanks {
	background-color: white;
	border: 1px solid black;
	display: none;
	font-size: 16px;
	height: 100px;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 215px;
}
.sidebarButton {
	margin: 15px 0px 10px 0px;
}

#container .wrapper {
	padding: 0 30px 10px 30px;
}

.base-button {
    margin: 15px 0 ;
    background-color: #c90000;
    text-shadow: 0 0 2px #000;
    font-size: 18px;
    padding: 5px 10px;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 15px;
    box-shadow: -2px 2px 5px black;
    border: none;
    cursor: pointer;
}

.base-button:active {
    box-shadow: -1px 1px 3px black;
}