@font-face {
	font-family : "'Lato'";
	font-style : normal;
	font-weight : 300;
	src : local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype');
}

@font-face {
	font-family : "'Lato'";
	font-style : normal;
	font-weight : 400;
	src : local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype');
}

@font-face {
	font-family : "'Lato'";
	font-style : normal;
	font-weight : 700;
	src : local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/DvlFBScY1r-FMtZSYIYoYw.ttf) format('truetype');
}

/****************************
		other
*****************************/

a:link {
	text-decoration: none;
	color: #66cccc;
}

a:visited {
	text-decoration: none;
	color: #66cccc;
}

a:hover {
	text-decoration: none;
	color: #66cccc;
}

a:active {
	text-decoration: none;
	color: #f26c6d;
}

/****************************
		main
*****************************/


body {
	margin: 0 auto;
	padding: 0;
	min-width: 360px;
	min-height: 500px;
	background-color: #FFFFFF;
	overflow: scroll;
	font-family: 'Lato', sans-serif;
}

.container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 95;
	border: 0px;
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main_foot {
	position: relative;
	margin: 0px auto;
	height: 20px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: 300;
	color: #f5f5f5;
	z-index: 200;
	display: inline-block;
}

#grayfoot {
	background: #777777;
}

#footer {
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	opacity: 1;
	z-index: 102;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: 300;
	color: #f5f5f5;
}

.turqfoot {
	background: #66cccc;
}

.redfoot {
	background: #f26c6d;
}

/****************************
		top menu bar
*****************************/

#middle_menubar {
	position: absolute;
	top: 640px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: #66cccc;
	opacity: 1;
	z-index: 102;
}

#middle_menubar a {
	color: #fff;
}

#floatingMenu a {
	color: #fff;
}

#topmenu_bar {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	min-width: 480px;
	min-height: 60px;
	height: auto;
	max-height: 120px;
	background-color: #f5f5f5;
	opacity: 1;
	z-index: 102;
	display: inline-block;
}

#floatingMenu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: #66cccc;
	opacity: 1;
	z-index: 103;
	display: none;
}

.topmenu {
	position: relative;
	margin: 0px auto;
	padding-top: 12px;
	width: 420px;
	height: 40px;
	z-index: 103;
}

.topmenu_two {
	position: relative;
	margin: 0px 5px;
	padding-top: 12px;
	width: 420px;
	min-width: 300px;
	height: 40px;
	z-index: 103;
	float: right;
}

.topmenu_link {
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	z-index: 103;
	cursor: pointer;
	background: #66cccc;
	display: inline-block;
}

.topmenu_linktwo {
	position: relative;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 15px;
	width: auto;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #66cccc;
	text-align: center;
	letter-spacing: 1px;
	z-index: 103;
	cursor: pointer;
	background: #f5f5f5;
	display: inline-block;
}

.topmenu_link:hover {
	background-color: #f26c6d;
	color: #fff;
}

.topmenu_linktwo:hover {
	color: #f26c6d;
}

.topmenu_linktwo a:hover {
	color: #f26c6d;
}

/****************************
		slider elements
*****************************/

#slide_select {
	position: absolute;
	top: 490px;
	left: 48%;
	height: 18px;
	width: 114px;
	border: 0px #fff solid;
	text-align: center;
	z-index: 110;
}

.slide_selector {
	position: relative;
	margin: 0px 2px;
	height: 15px;
	width: 15px;
	border-radius: 20px;
	border: 0px #fff solid;
	background: #ccc;
	z-index: 110;
	float: left;
	display: inline-block;
	cursor: pointer;
}

.slide_selector:hover {
	border: 0px #fff solid;
	background: #66cccc;
}

.active_selector {
	background: #66cccc;
	display: block;
}

.slider {
	position: absolute;
}

.active_slider {
}

#slide_box {
}

#slide_one {
	min-width: 600px;
	width: 100%;
	height: auto;
	display: none;
}

#slide_two {
	min-width: 420px;
	width: 100%;
	display: none;
}

#slide_three {
	min-width: 420px;
	width: 100%;
	display: none;
}

#slide_four {
	min-width: 420px;
	width: 100%;
	display: none;
}

#slide_five {
	min-width: 600px;
	width: 100%;
	height: auto;
	display: none;
}

#slide_six {
	min-width: 600px;
	width: 100%;
	height: auto;
}


#search_page {
	min-width: 420px;
	width: 100%;
}

/****************************
		code lists
*****************************/

#list_box {
	position: absolute;
	top: 70px;
	left: 27px;
	height: 400px;
	width: 320px;
	background: #999;
	padding: 2px;
	border-top: 30px #999 solid;
	display: none;
}

#list_box h1 {
	position: absolute;
	top: -35px;
	left: 8px;
	color: #f5f5f5;
	font-size: 14pt;
	font-weight: 300;
	cursor: default;
}

#save_list {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 11pt;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	background-color: #66cccc;
	letter-spacing: 1px;
	z-index: 102;
	border-radius: 2px;
	border: 3px solid #66cccc;
	opacity: 1;
	cursor: not-allowed;
}

#save_list:hover {
	background: #00bbbb;
	border: 3px solid #00bbbb;
}

#code_list1 { 
	position: absolute;
	height: 350px;
	width: 308px;
	list-style-type: none;
	left: 8px;
	top: 8px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Lato', sans-serif;
	background: url(../../images/bg/bg3.png) repeat;
	overflow: auto;
}

.code_group {
	position: relative;
	list-style-type: none;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-top: #fff 0px solid;
	border-bottom: #fff 0px solid;
	opacity: 1;
	white-space: normal;
}

.code_group:hover {
	cursor: move;
	border-top: #22cccc 15px solid;
	border-bottom: #22cccc 5px inset;
}

/****************************
		container bars
*****************************/

#topleft_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 40px;
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 20pt;
	color: #66cccc;
	font-weight: normal;
	z-index: 310;
	background: url(../../images/icons/title_back2.png) no-repeat;
	border-radius: 0px 0px 2px 2px;
	cursor: pointer;
}

#floating_logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 40px;
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 20pt;
	color: #66cccc;
	font-weight: normal;
	z-index: 310;
	background: url(../../images/titles/icd10_charts1.png) no-repeat;
	border-radius: 0px 0px 2px 2px;
	cursor: pointer;
	float: left;
}

#codesearch_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 40px;
	padding-top: 20px;
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 20pt;
	color: #66cccc;
	font-weight: normal;
	z-index: 310;
	background: url(../../images/titles/codesearch_pro1.png) no-repeat;
	border-radius: 0px 0px 2px 2px;
	cursor: pointer;
	float: left;
}

#main_bar {
	position: relative;
	margin: 0px auto 0px auto;
	min-height: 600px;
	height: auto;
	width: 100%;
	min-width: 400px;
	z-index: 100;
	overflow: hidden;
	background: #f5f5f5;
	display: inline-block;
}

#main_wrap {
	z-index: 0;
}

#main_bar video {
	min-height: 600px;
	height: auto;
	min-width: 100%;
	z-index: 0;
}

#comp1 {
	position: relative;
	margin: -20px auto 0px auto;
	left: -150px;
	height: 500px;
	width: 30%;
	min-width: 400px;
	z-index: 100;
	overflow: hidden;
	background: url(../../images/main_bar/chart_builder1s2.png) no-repeat;
	float: right;
}

#slide_one article {
	position: relative;
	margin: 135px auto 0px auto;
	width: 50%;
	min-width: 300px;
	left: -50px;
	text-align: left;
	font-size: 16pt;
	color: #777;
	font-size: 13pt;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 101;
	border: 0px solid;
	opacity: 1;
	background: rgba(245,245,245,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f5f5f5', endColorstr='#b3f5f5f5',GradientType=1 );
	float: right;
}

#slide_one article h1 {
	margin: 15px auto;
	font-size: 28pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.secondary_title {
	font-size: 20pt;
	color: #888;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.turq {
	color: #66cccc;
}

#slide_one article h2 {
	position: relative;
	margin: 5px auto 0px auto;
	color: #777;
	font-size: 12pt;
	font-weight: 400;
}

.main_button {
	position: relative;
	top: -10px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 11pt;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	background-color: #66cccc;
	letter-spacing: 1px;
	z-index: 102;
	border-radius: 2px;
	border: 3px solid #66cccc;
	opacity: 1;
	cursor: pointer;
}

.main_button:hover {
	color: #66cccc;
	background-color: transparent;
	border: 3px solid #66cccc;
}

.green_button {
	position: relative;
	top: 0px;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	font-size: 11pt;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	background-color: #66cc66;
	letter-spacing: 1px;
	z-index: 102;
	border-radius: 2px;
	border: 3px solid #66cc66;
	opacity: 1;
	cursor: pointer;
}

.green_button:hover {
	color: #66cc66;
	background-color: transparent;
	border: 3px solid #66cccc;
}

#main_button {
	position: relative;
	top: -10px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 11pt;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	background-color: #008888;
	letter-spacing: 1px;
	z-index: 102;
	border-radius: 2px;
	border: 3px solid #008888;
	opacity: 1;
	cursor: pointer;
}

#main_button:hover {
	color: #008888;
	background-color: transparent;
	border: 3px solid #008888;
}

#comp2 {
	position: relative;
	margin: 10px auto 0px auto;
	height: 400px;
	width: 90%;
	min-width: 200px;
	z-index: 100;
	overflow: hidden;
	border: 0px #fff solid;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(60%,rgba(245,245,245,1)), color-stop(90%,rgba(245,245,245,0)));
}

#intro_video {
	position: relative;
	margin: 10px auto 0px auto;
	height: 400px;
	width: 100%;
	min-width: 200px;
	z-index: 100;
	overflow: hidden;
	border: 0px #fff solid;
}

.vimeovideo {
	position: relative;
	margin: 0px auto 0px auto;
	height: 550px;
	width: 977.777777779px;
	display: block;
	background: #f5f5f5;
}

#timeElapsed {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	width: 5px;
	opacity: 0;
}

.template {
    background: #66aeff none repeat scroll 0 0;
    border-radius: 2px 2px 2px 8px;
    color: #f5f5f5;
    float: left;
    height: 42px;
    margin: 2px;
    opacity: 0.8;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 175px;
    z-index: 111;
}

.template a {
	color: #f5f5f5;
}


.template:hover {
	color: #fff;
	opacity: 1;
}

.temp_title {
	font-family: 'Lato', sans-serif;
	color: #f5f5f5;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	z-index: 201;
	border: 0px #fff solid;
	text-overflow:ellipsis;
	cursor: default;
	overflow: hidden;
}

.temp_open, .temp_blank {
	position: absolute;
	width: 50px;
	margin: 3px auto;
	padding: 1px;
	font-family: 'Lato', sans-serif;
	color: #f5f5f5;
	font-size: 10pt;
	text-align: left;
	font-weight: 400;
	display: block;
	z-index: 201;
	border: 0px #fff solid;
	text-overflow:ellipsis;
	border-radius: 2px;
	cursor: pointer;
}

.temp_open:hover, .temp_blank:hover {
	background: #0C6;
}

#comp2 a {
	color: #fff;
}

.temp_code {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	display: none;
}

#slide_two article {
	position: relative;
	margin: 20px auto 0px auto;
	width: 80%;
	text-align: left;
	font-size: 16pt;
	color: #777;
	font-size: 13pt;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 101;
	border: 0px solid;
	opacity: 1;
	background: rgba(245,245,245,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f5f5f5', endColorstr='#b3f5f5f5',GradientType=1 );
}

#slide_two article a {
	color: #66AEFF;
}

#slide_two article a:hover {
	color: #00a3ec;
}

.greenish {
	color: #66cc66;
	cursor: pointer;
}

.blu {
	color: #66AEFF;
	cursor: pointer;
}

.blu:hover {
	color: #00a3ec;
}

#slide_two article h1 {
	margin: 15px auto;
	font-size: 24pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#slide_two article h2 {
	position: relative;
	margin: 5px auto 0px auto;
	color: #777;
	font-size: 12pt;
	font-weight: 400;
}

#template_button {
	position: relative;
	top: -10px;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 11pt;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	background-color: #66AEFF;
	letter-spacing: 1px;
	z-index: 102;
	border-radius: 2px;
	border: 3px solid #66AEFF;
	opacity: 1;
	cursor: pointer;
}

#template_button:hover {
	color: #008de7;
	background-color: transparent;
	border: 3px solid #008de7;
}

#comp3 {
	position: relative;
	margin: 30px auto 0px auto;
	height: 400px;
	width: 100%;
	min-width: 400px;
	z-index: 100;
	overflow: hidden;
	background: url(../../images/main_bar/searchbar_2.png) top no-repeat;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(55%,rgba(245,245,245,1)), color-stop(75%,rgba(245,245,245,0)));
}

#slide_three article {
	position: relative;
	margin: 20px auto 0px auto;
	width: 80%;
	min-width: 300px;
	text-align: left;
	font-size: 16pt;
	color: #777;
	font-size: 13pt;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 101;
	border: 0px solid;
	opacity: 1;
	background: rgba(245,245,245,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f5f5f5', endColorstr='#b3f5f5f5',GradientType=1 );
}

#slide_three article a {
	color: #777;
}

.reddish {
	color: #f26c6d;
}

#slide_three article h1 {
	margin: 15px auto;
	font-size: 28pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#slide_three article h2 {
	position: relative;
	margin: 5px auto 5px auto;
	color: #777;
	font-size: 12pt;
	font-weight: 400;
}

#search_button {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 11pt;
	color: #FFF;
	text-shadow: none;
	font-weight: normal;
	background-color: #f26c6d;
	letter-spacing: 1px;
	z-index: 102;
	border-radius: 2px;
	border: 3px solid #f26c6d;
	opacity: 1;
	cursor: pointer;
}

#search_button:hover {
	color: #f26c6d;
	background-color: transparent;
	border: 3px solid #f26c6d;
}

#comp4 {
	position: relative;
	margin: 40px auto 0px auto;
	height: 350px;
	width: 30%;
	left: -150px;
	min-width: 400px;
	z-index: 105;
	overflow: visible !important;
	float: right;
	border: 0px #fff solid;
	background: url(../../images/main_bar/iPhone5s_1S3.png) top no-repeat;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(85%,rgba(245,245,245,1)), color-stop(100%,rgba(245,245,245,0)));
}

#slide_four article {
	position: relative;
	margin: 110px auto 0px auto;
	width: 50%;
	min-width: 300px;
	left: -100px;
	text-align: left;
	font-size: 16pt;
	color: #777;
	font-size: 13pt;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 100;
	border: 0px solid;
	opacity: 1;
	float: right;
}

#slide_four article h1 {
	margin: 15px auto;
	font-size: 28pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#slide_four article h2 {
	position: relative;
	margin: 5px auto 5px auto;
	color: #777;
	font-size: 12pt;
	font-weight: 400;
}

#ios_badge {
	margin: 5px;
	width: 129px;
	height: 40px;
	background: url(../../images/main_bar/badge_ios.png) no-repeat;
	float: left;
	cursor: not-allowed;
}

#android_badge {
	margin: 5px;
	width: 120px;
	height: 40px;
	background: url(../../images/main_bar/badge_android.png) no-repeat;
	float: left;
	cursor: not-allowed;
}

#comp5 {
	position: relative;
	margin: 40px auto 0px auto;
	right: -50px;
	height: 500px;
	width: 30%;
	min-width: 300px;
	z-index: 100;
	overflow: hidden;
	background: url(../../images/main_bar/chartbuilder_pro1.png) no-repeat;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(245,245,245,1)), color-stop(80%,rgba(245,245,245,1)), color-stop(100%,rgba(245,245,245,0)));
	float: left;
}

#slide_five article {
	position: relative;
	margin: 60px auto 0px 50px;
	width: 50%;
	min-width: 300px;
	left: 0px;
	text-align: left;
	font-size: 16pt;
	color: #777;
	font-size: 13pt;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 101;
	border: 0px solid;
	opacity: 1;
	background: rgba(245,245,245,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f5f5f5', endColorstr='#b3f5f5f5',GradientType=1 );
	float: left;
}

#slide_five article h1 {
	margin: 15px auto;
	font-size: 28pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.darkturq {
	color: #008888;
}

#slide_five article h2 {
	position: relative;
	margin: 5px auto 0px auto;
	color: #777;
	font-size: 12pt;
	font-weight: 400;
}

#about_bar {
	position: relative;
	margin: 0px auto 0px auto;
	background: #f5f5f5;
	min-height: 500px;
	height: auto;
	max-height: 1200px;
	min-width: 400px;
	width: 100%;
	max-width: 2560px;
	padding-bottom: 80px;
	z-index: 102;
	display: inline-block;
	padding-bottom: 150px;
}

#about_bar article {
	position: relative;
	margin: 0px auto 0px auto;
	top: 100px;
	width: 90%;
	min-height: 400px;
	height: auto;
	max-height: 1500px;
	text-align: left;
	font-size: 12pt;
	color: #777;
	font-weight: 300;
	letter-spacing: 1px;
	z-index: 102;
	border: 0px solid;
}

#about_bar article h1 {
	margin: 0px auto;
	font-size: 24pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#template_bar {
	position: relative;
	margin: 0px auto 0px auto;
	background: #f5f5f5;
	min-height: 500px;
	height: auto;
	max-height: 1200px;
	min-width: 400px;
	width: 100%;
	max-width: 2560px;
	padding-bottom: 80px;
	z-index: 102;
	display: inline-block;
	padding-bottom: 150px;
}

#template_bar article {
	position: relative;
	margin: 0px auto 0px auto;
	top: 100px;
	width: 90%;
	min-height: 400px;
	height: auto;
	max-height: 1500px;
	text-align: center;
	font-size: 15pt;
	color: #777;
	font-weight: lighter;
	letter-spacing: 1px;
	z-index: 102;
	border: 0px solid;
}

#template_bar article h1 {
	margin: 0px auto;
	font-size: 24pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#templatepage_box {
	position: relative;
	margin: 20px auto 0px auto;
	min-height: 400px;
	height: auto;
	width: 90%;
	min-width: 200px;
	overflow: hidden;
	border: 0px #fff solid;
}

#template_box {
	position: relative;
	margin: 10px auto 0px auto;
	min-height: 400px;
	height: auto;
	width: 90%;
	min-width: 200px;
	overflow: hidden;
	border: 0px #fff solid;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(60%,rgba(245,245,245,1)), color-stop(90%,rgba(245,245,245,0)));
}

#second_bar {
	position: relative;
	margin: 0px auto 0px auto;
	background: #f5f5f5;
	min-height: 500px;
	height: auto;
	max-height: 1200px;
	min-width: 400px;
	width: 100%;
	max-width: 2560px;
	padding-bottom: 80px;
	z-index: 101;
	display: inline-block;
}

#second_bar article {
	position: relative;
	margin: 0px auto 0px auto;
	top: 100px;
	width: 90%;
	min-height: 400px;
	height: auto;
	max-height: 1500px;
	text-align: center;
	font-size: 15pt;
	color: #777;
	font-weight: lighter;
	letter-spacing: 1px;
	z-index: 102;
	border: 0px solid;
}

#second_bar article h1 {
	margin: 0px auto;
	font-size: 24pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#option_box {
	position: relative;
	margin: 0px auto;
	min-height: 300px;
	height: auto;
	max-height: 1200px;
	min-width: 250px;
	width: auto;
	max-width: 900px;
	border: 0px #fff solid;
	text-align: center;
}

.option {
	position: relative;
	margin: 10px auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 250px;
	height: 300px;
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	color: #777;
	font-weight: 400;
	opacity: .7;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.option:hover {
	opacity: 1;
}

.option img {
	position: relative;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
}

#search_codes {
	
}

#basic_chart {
	
}

#pro_chart {
	
}

#bulk_converter {
	
}

.option h5 {
	margin: 5px auto 5px auto;
	font-family: 'Lato', sans-serif;
	font-size: 16pt;
	color: #444;
	font-weight: 300;
	text-align: center;
}

#find_codes, #create_chart {
	position: relative;
	padding: 50px;
	text-align: center;
	font-size: 12pt;
	color: #66cccc;
	text-shadow: none;
	font-weight: normal;
	background-color: #eaeaea;
	letter-spacing: 1px;
	z-index: 102;
	border-radius: 2px;
	border: 0px solid;
	opacity: 1;
	cursor: pointer;
	box-shadow: 0px 2px 0px 0px #999;
	-moz-box-shadow: 0px 2px 0px 0px #999;
	-webkit-box-shadow: 0px 2px 0px 0px #999;
}

#create_chart:hover, #find_codes:hover {
	background-color: #f26c6d;
	color: #FFF;
}

#third_bar {
	position: relative;
	margin: 0px auto 0px auto;
	background: url(../../images/main_bar/chart_blur1.jpg) 50% 0 no-repeat fixed;
	min-height: 500px;
	height: auto;
	max-height: 1400px;
	width: 100%;
	min-width: 400px;
	max-width: 2560px;
	padding-bottom: 30px;
	z-index: 90;
	display: inline-block;
}

#third_bar article {
	position: relative;
	margin: 0px auto 0px auto;
	top: 80px;
	width: 90%;
	min-height: 600px;
	height: auto;
	max-height: 1500px;
	text-align: center;
	font-size: 15pt;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 1px;
	z-index: 101;
	border: 0px solid;
	padding-bottom: 30px;
}

#third_bar article h1 {
	margin: 0px auto;
	font-size: 24pt;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#third_bar article s1 {
	color: #fff;
	font-size: 15pt;
	font-weight: normal;
}

table#feature_table {
	position: relative;
	margin: 20px auto;
	min-height: 400px;
	height: auto;
	min-width: 250px;
	width: auto;
	color: #444;
	font-size: 11pt;
	font-weight: 300;
	text-align: left;
	border-spacing: 0px;
}

table#feature_table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #999 solid;
}

table#feature_table tr:nth-child(even) {
    background-color: #fff;
}

table#feature_table tr:nth-child(odd) {
    background-color: #eaeaea;
	padding: 5px;
}

table#feature_table th {
    color: #ffffff;
    background: #66cccc;
	font-size: 13pt;
	font-weight: normal;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #999 solid;
}


#fourth_bar {
	position: relative;
	margin: 0px auto 0px auto;
	background: 50% 0 repeat fixed #eaeaea;;
	min-height: 500px;
	height: auto;
	max-height: 800px;
	width: 100%;
	min-width: 400px;
	max-width: 2560px;
	z-index: 100;
	display: inline-block;
	padding-bottom: 30px;
}

#fourth_bar article {
	position: relative;
	margin: 0px auto 0px auto;
	top: 30px;
	width: 80%;
	min-height: 300px;
	height: auto;
	max-height: 1500px;
	text-align: left;
	font-size: 12pt;
	color: #555;
	font-weight: lighter;
	letter-spacing: 1px;
	z-index: 101;
	border: 0px solid;
}

#fourth_bar article h1 {
	margin: 0px auto;
	font-size: 24pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#fourth_bar article h2 {
	position: relative;
	margin: 5px auto 5px auto;
	color: #777;
	font-size: 12pt;
	font-weight: 400;
}

#search_page article {
	position: relative;
	margin: 160px auto 0px auto;
	width: 90%;
	text-align: left;
	font-size: 16pt;
	color: #777;
	font-size: 13pt;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 101;
	border: 0px solid;
	opacity: 1;
	background: rgba(245,245,245,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f5f5f5', endColorstr='#b3f5f5f5',GradientType=1 );
}

#search_page article h1 {
	margin: 15px auto;
	font-size: 24pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#search_page article h2 {
	position: relative;
	margin: 5px auto 0px auto;
	color: #777;
	font-size: 12pt;
	font-weight: 400;
}

/****************************
		code components
*****************************/

.code {
	position: relative;
	width: 298px;
	min-height: 15px;
	margin: 4px 1px;
	opacity: 1;
	font-size: 1em;
	white-space: normal;
	outline: none;
	list-style-type: none;
	border: 0px;
}

.code.codeA {
	display: none;
}

.code_placeholder {
	position: relative;
	width: auto;
	background: #B2DDFC;
	border: #6ab8ee 1px dashed;
	min-height: 15px;
	height: auto;
	margin: 4px 2px;
	opacity: 1;
	white-space: normal;
}

.ICD9 {
	position: absolute;
	width: 31px;
	left: 0px;
	min-height: 16px;
	height: 100%;
	padding: 1px 1px 1px 1px;
	color: #f0484a;
	font-size: 7.5pt;
	font-weight: normal;
	background: #fff;
	cursor: default;
}

.ICD10 {
	position: absolute;
	width: 49px;
	left: 33px;
	min-height: 16px;
	height: 100%;
	padding: 1px 1px 1px 1px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	background: #66cccc;
	cursor: default;
}

.description {
	position: absolute;
	width: 210px;
	left: 84px;
	min-height: 16px;
	padding: 1px 1px 1px 1px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	text-align: left;
	font-size: 7.5pt;
	font-weight: normal;
	background: #eaeaea;
	overflow: visible;
	cursor: default;
}

.DESCput {
	position: absolute;
	top: 0px;
	left: 84px;
	width: 208px;
	max-width: 208px;
	min-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline;
	color: #000;
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 7.5pt;
	font-weight: normal;
	background: #eaeaea;
	overflow: visible;
	border: 0px;
	display: none;
	outline: none;
	z-index: 199;
}

.DESCput:focus {
	border: 0px;
	outline: none;
}

.category {
	position: absolute;
	width: 210px;
	left: 84px;
	min-height: 16px;
	padding: 1px 1px 1px 1px;
	color: #000;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	background: #fff;
	cursor: default;
}

.category.nocode {
	position: absolute;
	width: 298px;
	top: 10px;
	left: 0px;
	min-height: 16px;
	padding: 1px 1px 1px 1px;
	color: #ccc;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	font-weight: regular;
	background: none;
	cursor: default;
}

.CATput {
	position: absolute;
	top: -2px;
	left: 85px;
	width: 208px;
	max-width: 208px;
	min-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	background: #fff;
	overflow: visible;
	border: 0px;
	display: none;
	outline: none;
	z-index: 199;
}

.CATput:focus {
	border: 0px;
	outline: none;
}

.categorize {
	height: 0px;
	width: 0px;
	overflow: hidden;
	display: none;
	z-index: 0;
}

.code .x, .code_group .x {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 2px;
	background: url(../../images/icons/x3.png) no-repeat;
	opacity: 0;
	cursor: pointer;
}

.code .edit, .code_group .edit {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 20px;
	background: url(../../images/icons/edit3.png) no-repeat;
	opacity: 0;
	cursor: pointer;
}

.code .confirm, .code_group .confirm {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 20px;
	background: url(../../images/icons/confirm3.png) no-repeat;
	opacity: 1;
	display: none;
	cursor: pointer;
	z-index: 200;
}

.code .green_plus, .code_group .green_plus {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 2px;
	background: url(../../images/icons/add3.png) no-repeat;
	opacity: 0;
	display: none;
	cursor: pointer;
}

.code .green_add, .code_group .green_add {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 2px;
	background: url(../../images/icons/add3.png) no-repeat;
	opacity: 0;
	display: none;
	cursor: pointer;
}

.code .add_all, .code_group .add_all {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 2px;
	background: url(../../images/icons/add3.png) no-repeat;
	opacity: 0;
	display: none;
	border: 0px;
	cursor: pointer;
}

.delete_option {
	position: absolute;
	right: 15px;
	width: 210px;
	height: 100%;
	padding-left: 75px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: #6ab8ee;
	opacity: 1;
	font-size: 9pt;
	color: #fff;
	overflow: hidden;
	z-index: 110;
}

.delete_group {
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	background: #f26c6d;
}

.delete_group:hover {
	background: #ef2934;
	cursor: pointer;
}

.delete_code {
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	color: #fff;
	background: #f26c6d;
}

.delete_code:hover {
	background: #ef2934;
	cursor: pointer;
}

.add_option {
	position: absolute;
	right: 15px;
	width: 210px;
	height: 100%;
	padding-left: 75px;
	padding-bottom: 2px;
	padding-top: 2px;
	background: #6ab8ee;
	opacity: 1;
	font-size: 9pt;
	color: #fff;
	overflow: hidden;
	z-index: 110;
}

.add_group {
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	background: #7bd68c;
}

.add_group:hover {
	background: #5cd673;
	cursor: pointer;
}

.add_code {
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	color: #fff;
	background: #7bd68c;
}

.add_code:hover {
	background: #5cd673;
	cursor: pointer;
}

/****************************
	special results codes 
*****************************/

#results .code .green_add, #results .code .add_all, #results .code_group .green_add {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 2px;
	opacity: 0;
	display: block;
}

#results .code .green_add:hover, #results .code .add_all:hover, #results .code_group .green_add:hover {
	color: #fff;
	opacity: 1;
}

#results .code .x, #results .code_group .x {
	color: #eaeaea;
	opacity: 0;
	display: none;
}

#results .code .x:hover, #results .code_group .x:hover {
	color: #fff;
	opacity: 1;
}

#results .code .edit, #results .code_group .edit {
	color: #eaeaea;
	opacity: 0;
	display: none;
}

#results .code .edit:hover, #results .code_group .edit:hover {
	color: #fff;
	opacity: 1;
}

#results .code_group {
	position: relative;
	list-style-type: none;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: #fff 0px solid;
	border-bottom: #fff 0px solid;
	opacity: 1;
	white-space: normal;
}

#results .code_group:hover {
	cursor: move;
	border-top: #6ab8ee 0px inset;
	border-bottom: #6ab8ee 0px inset;
}

/****************************
		search components
*****************************/

#wrap_search {
	position: fixed;
	top: 110px;
	width: 100%;
	z-index: 300;
}

.active_btn {
	position: absolute;
	right: 0px;
	width: 15px;
	height: 20px;
	background-color: #44cccc;
	padding: 3px 0px 5px 10px;
	z-index: 101;
	border-right: 2px #fff solid;
}

.active_btn:hover {
	color: #fff;
	background-color: #44cccc;
	cursor: pointer;
}

.side_btn {
	position: absolute;
	right: 0px;
	width: 15px;
	height: 20px;
	padding: 3px 0px 5px 10px;
	z-index: 101;
	border-right: 2px #fff solid;
}

.side_btn:hover {
	color: #fff;
	background: #15E0C9 !important;
	cursor: pointer;
}

.side_btn:active {
	background: #22cccc;
}

.side_show {
	position: absolute;
	height: 20px;
	padding: 3px 10px 5px 10px;
	left: 27px;
	color: #fff;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	background: #44cccc;
	opacity: .9;
	z-index: 102;
	display: none;
}

#list_btn {
	top: 70px;
	left: 0px;
	height: 60px;
	background: url(../../images/icons/list1.png) #999 no-repeat;
	border-top: 0px #fff solid;
	border-bottom: 0px #fff solid;
	z-index: 301;
}

#list_btn:hover {
	background: url(../../images/icons/list1.png) #888 no-repeat !important;
}

#list_btn.active_btn {
	background: url(../../images/icons/list1.png) #888 no-repeat;
}

#list_show {
	top: 70px;
	padding-top: 23px;
	height: 40px;
	background: rgba(153,153,153,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3999999', endColorstr='#b3999999',GradientType=1 );
}

#popwindow_btn {
	top: 140px;
	left: 0px;
	height: 60px;
	background: url(../../images/icons/new_window1.png) #66cccc no-repeat;
	border-top: 0px #fff solid;
	border-bottom: 0px #fff solid;
	z-index: 301;
}

#popwindow_btn:hover {
	background: url(../../images/icons/new_window1.png) #00bbbb no-repeat !important;
}

#popwindow_btn.active_btn {
	background: url(../../images/icons/new_window1.png) #44cccc no-repeat;
}

#popwindow_show {
	top: 140px;
	padding-top: 23px;
	height: 40px;
	background: rgba(153,153,153,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3999999', endColorstr='#b3999999',GradientType=1 );
}

#search_btn {
	top: 0px;
	left: 0px;
	height: 60px;
	background: url(../../images/icons/search5W.png) #66AEFF no-repeat;
	border-top: 0px #fff solid;
	border-bottom: 0px #fff solid;
	z-index: 301;
}

#search_btn:hover {
	background: url(../../images/icons/search5W.png) #f26c6d no-repeat !important;
}

#search_btn.active_btn {
	background: url(../../images/icons/search5W.png) #f26c6d no-repeat;
}

#search_show {
	top: 0px;
	padding-top: 23px;
	height: 40px;
	background: rgba(153,153,153,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3999999', endColorstr='#b3999999',GradientType=1 );
}

#code-search {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 68px;
	border-radius: 0px;
	opacity: .9;
	z-index: 300;
	display: none;
}

#code-search:hover {
	opacity: 1;
}

.code_search {
	background: -moz-linear-gradient(left,  rgba(102,204,204,0) 0%, rgba(102,204,204,1) 26%, rgba(102,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(102,204,204,0)), color-stop(26%,rgba(102,204,204,1)), color-stop(100%,rgba(102,204,204,1)));
	background: -webkit-linear-gradient(left,  rgba(102,204,204,0) 0%,rgba(102,204,204,1) 26%,rgba(102,204,204,1) 100%);
	background: -o-linear-gradient(left,  rgba(102,204,204,0) 0%,rgba(102,204,204,1) 26%,rgba(102,204,204,1) 100%);
	background: -ms-linear-gradient(left,  rgba(102,204,204,0) 0%,rgba(102,204,204,1) 26%,rgba(102,204,204,1) 100%);
	background: linear-gradient(to right,  rgba(102,204,204,0) 0%,rgba(102,204,204,1) 26%,rgba(102,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cccc', endColorstr='#66cccc',GradientType=1 );
}

.pro_search {
	background: #555;
}

#codesearch_handle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 68px;
	z-index: 100;
	background: #0493d1;
	cursor: move;
	display: none;
	border-radius: 2px 0px 0px 2px;
}

#codesearch_handle img {
	position: absolute;
	top: 22px;
	left: 5px;
	width: 10px;
	height: 20px;
}

#popout {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 8px;
	height: 8px;
	cursor: pointer;
	z-index: 101;
	opacity: 1;
	border-radius: 6px;
	background: #2FA163;
}

#popout:hover {
	opacity: .8;
	background: #2FA163 url(../../images/icons/popout2.png) no-repeat;
}

#popout img {
	position: absolute;
	top: 1px;
	right: 1px;
}

#minimize {
	position: absolute;
	top: 1px;
	right: 11px;
	width: 8px;
	height: 8px;
	cursor: pointer;
	z-index: 101;
	opacity: 1;
	border-radius: 6px;
	background: #FC3;
}

#minimize:hover {
	opacity: .8;
	background: #FC3 url(../../images/icons/minimize2.png) no-repeat;
}

#minimize img {
	position: absolute;
	top: 1px;
	right: 1px;
}

#search_wrap {
	position: relative;
	margin: 0px auto;
	width: 450px;
}

#results {
	position: absolute;
	top: 53px;
	left: 91px;
	width: 308px;
	height: auto;
	max-height: 335px;
	list-style-type: none;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	z-index: 101;
	border-radius: 0px 0px 2px 0px;
}

#results ul {
	position: relative;
	list-style-type: none;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.code_results {
	border-left: 5px #66cccc solid;
	border-right: 5px #66cccc solid;
	border-top: 2px #66cccc solid;
	border-bottom: 5px #66cccc solid;
}

.pro_results {
	border-left: 5px #555 solid;
	border-right: 5px #555 solid;
	border-top: 2px #555 solid;
	border-bottom: 5px #555 solid;
}

#search_by {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 66px;
	height: 38px;
	padding: 6px 7px 7px 7px;
	font-family: 'Lato', sans-serif;
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
	color: #fff;
	background: #008de7 url(../../images/icons/down_select2.png) no-repeat;
	border: 0 !important;
	display: block;
	border-radius: 0px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
}

.tab {
	width: 44px;
	height: 16px;
	padding: 4px 3px 4px 3px;
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
	color: #f5f5f5;
}

.search_bar {
	position: absolute;
	width: 303px;
	height: 34px;
	top: 15px;
	left: 96px;
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
	background: #f5f5f5;
	border: 0px;
	padding: 2px 0px 2px 5px;
}

#search_bar9 {
	color: #f26c6d;
	display: none;
}

#search_bar9:focus {
	color: #f26c6d;
	background: #fff;
	border: 0px;
	outline: none;
}

#search_bar10 {
	color: #66cccc;
	display: none;
}

#search_bar10:focus {
	color: #66cccc;
	background: #fff;
	border: 0px;
	outline: none;
}

#search_barC {
	color: #6ab8ee;
	display: none;
}

#search_barC:focus {
	color: #6ab8ee;
	background: #fff;
	border: 0px;
	outline: none;
}

#search_barD {
	color: #999;
}

#search_barD:focus {
	color: #999;
	background: #fff;
	border: 0px;
	outline: none;
}

#no_result {
	position:relative; 
	left: 0px; 
	width: 100%;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	background: #f26c6d;
}

#view_more {
	position: relative; 
	left: 0px;
	width: 100%;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	background: #7bd68c;
}

#view_more:hover {
	background: #5cd673;
	cursor: pointer;
}

/****************************
		donate components
*****************************/

#btc_box {
	position: relative;
	margin: 10px auto 0px auto;
	width: 100%;
	height: 40px;
	font-family: 'Lato', sans-serif;
	color: #444;
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
	border-radius: 2px;
}

#btc_box h5 {
	margin: 0px auto 10px auto;
	font-size: 14pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#btc_donate {
	position: relative;
	margin: 0px auto;
	width: 120px;
	height: 25px;
	display: inline-block;
}

#stripe_box {
	position: relative;
	margin: 40px auto 0px auto;
	width: 100%;
	height: 60px;
	font-family: 'Lato', sans-serif;
	color: #444;
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
	border-radius: 2px;
}

#stripe_box h5 {
	margin: 10px auto;
	font-size: 14pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#paypal_box {
	position: relative;
	margin: 40px auto 0px auto;
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: #444;
	text-align: left;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
	border-radius: 2px;
}

#paypal_box h5 {
	margin: 0px auto;
	font-size: 14pt;
	color: #444;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

#paypal_donate {
	position: relative;
	margin: 10px auto;
	width: 100px;
	height: 25px;
	display: inline-block;
}

.donation_btn {
	position: relative;
	margin: 0px auto;
	width: 50px;
	height: 25px;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	cursor: pointer;
	border-radius: 2px;
	background: #00a3ec;
	display: inline-block;
}

.donation_btn:hover {
	background: #008de7;
}