body {
	font-family: "Cabin", Helvetica, sans-serif;
	font-size: 14px;
}

#pdf_text {
	width: 260px;
	height: 30px;
	text-align: center;
}

#error_email_1,#error_email_2,#error_phone_1,#error_phone_2 {
	color: #ffffff;	
	padding: 8px;
	width: 240px;
	background-color: #3177b0;
	font-size: 14px;
	margin-bottom: 4px;
	display: none;
}

#smallTxt {
	color: #ffffff;	
	padding: 4px;
	width: 250px;
	background-color: #3177b0;
	font-size: 11px;
}

#pdf_box {
	width: 260px;
	height: 150px;
	border: 0px solid #000000;
}

a {
	font-family: Helvetica, Verdana;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	letter-spacing: -1px;
	text-shadow: -2px 2px 5px #808285;	
}

.a {
	font-family: "Cabin",Helvetica, Verdana;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #ff0000;
	letter-spacing: 0px;
	text-shadow: 0px 0px 0px #ff0000;
}

#anchor {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	width: 250px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #aaaaaa;
	background-color: #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 
	  inset 2px 2px 2px #ffffff,
	  inset -2px -2px 2px #ffffff;	
}
#anchor:active {
	position: relative;
	top: 1px;
	left: 1px;
}
#anchor:hover {
	background: -webkit-radial-gradient(#dddddd,#aaaaaa); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#dddddd,#aaaaaa); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#dddddd,#aaaaaa); /* For Fx 3.6 to 15 */
    background: radial-gradient(#dddddd,#aaaaaa); /* Standard syntax (must be last) */ 
}

#download {	
  	margin-left: 20px;
	width: 250px;
	border: 0px solid #000000;
}

#CanadaField {	
	color: #ffffff;
	width: 240px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 
	  inset 2px 2px 2px #ffffff,
	  inset -2px -2px 2px #ffffff;
	border: 1px solid #aaaaaa;
}

img {	
	display: block;
  	margin: 0 auto;
	border: 0px solid #000000;
}

.link {
  	font-size: 17px;
  	color: #ffffff;
  	padding: 14px;
  	display: block;
  	text-decoration: none;
  	margin: 0 auto;
	width: 200px;
	border: 0px solid #000000;
	background-color: #f99d1c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

h1 {
	font-family: "Cabin", Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	text-align: left;
}

h2 {
	font-family: "Cabin", Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	text-align: center;
}

h3 {
	font-family: "Cabin", Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	text-align: left;
	font-weight: bolder;
}

label {
	position: relative;
	bottom: 4px;
	font-family: "Cabin", Helvetica, sans-serif;
	font-size: 14px;
    height: 15px;
    margin-left: 0px;
    border: 0px solid #aaaaaa;
}

input[type="radio"] {
	position: relative;
	top: 3px;
	margin-bottom: 12px;
	width: 1.2em;
	height: 1.2em;
	font-size: .8em;
}

.checkbox {
  	height: 18px;
	width: 18px;
}

.inputfield {
	position: relative;
	color: #000000;
	font-family: "Cabin", Helvetica, sans-serif;
	height: 24px;
	margin-bottom: 10px;
	padding: 4px;
  	border: 1px solid #aaaaaa;
}

.fieldset {
  	font-size: 16px;
  	margin: 0;
  	padding: 0;
  	width: 480px;
  	border: 0px solid #ff0000;
}

.textbox {
  	margin-top: 0px;
  	margin-right: 50px;
  	text-align: right;
  	font-weight: lighter;
  	width: 40%;
  	color: #58595b;
	border: 0px solid #ff0000;
}

select {
	font-family: Helvetica, Verdana;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	color: #808285;
	padding: 10px;
  	border: 1px solid #aaaaaa;
}

.button {
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	font-family: Helvetica, Verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff;
	letter-spacing: -1px;
	text-shadow:	
		-1px -1px 2px #1b4e77;
	width: 260px;
	height: 50px;
	border: 1px solid #286494;
	background-color: #00558a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 
	  inset 2px 2px 2px #ffffff,
	  inset -2px -2px 2px #ffffff;	
}
.button:active {
	position: relative;
	top: 3px;
	left: 3px;
}
.button:hover {
	background: -webkit-radial-gradient(#ffffff,#eeeeee); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#ffffff,#eeeeee); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#ffffff,#eeeeee); /* For Fx 3.6 to 15 */
    background: radial-gradient(#00558a,#3177b0); /* Standard syntax (must be last) */ 
}


<!-- RESPONSE AND PROCESS STYLES -->

#process {
	position: absolute;
	top: 60px;
	left: 140px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url('http://www.laerdalevents.com/iss/images/ajax_loader.gif');
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	border: 1px solid #000000;
	z-index: 100;
}

#responseBox {
	position: relative;
	width: 230px;
	margin-bottom: 20px;
	display: none;
	padding: 14px;
	background-color: #ff0000;
}

#response {
	font-family: Arial,Verdana;
	font-size: 16px;
	font-weight: lighter;
	color: #ffffff;
	text-align: center;
	line-height: 16px;
	margin-left: auto;
	margin-right: auto;
	border: solid 0px #b11116;
}