﻿body{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0;padding:0;background:#EDEDED}
	.sessionBox{
		width: 620px;
		margin: 0px auto;
		min-height: 350px;
		margin-top: 5%;
		border: 1px solid #999;
		background: #fff;
		box-shadow: 5px 5px 5px 1px #ccc;
		-webkit-box-shadow: 5px 5px 5px 1px #ccc;
		-moz-box-shadow: 5px 5px 5px 1px #ccc;
		-o-box-shadow: 5px 5px 5px 1px #ccc;
	}
	.sessionBox h1{
		font-size:18px;
		font-weight: bold;
		color: #BB0003;
		text-align: center;
		margin: 0px;
		padding: 20px;
		border-bottom: 1px solid #dcdcdc;
		text-transform: uppercase;
	}
	.sessionBox .contentTxtS{
		font-size: 14px;
		color: #333;
		text-align: left;
		padding: 20px 40px;
	}
	.sessionBox ol{
		list-style: decimal !important;
		padding: 0px;
		margin: 0px;
	}
	.sessionBox ol li{
		list-style: decimal !important;
		padding:5px 0px;
		margin: 0px 0px 0px 20px;
	}
	
	sessionBox h3{
		font-size: 20px;
		font-weight: bold;
		color: #333;
		text-align: left;
		padding: 0px;
		margin: 0px;
	}

	.Session_button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;font-size: 16px !important;
    padding: 12px 20px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
	.Session_button:hover,
	.Session_button:focus {
		background: #ff5959;
		background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
		background: -moz-linear-gradient(top, #ff5959, #b62f2f);
		background: linear-gradient(to bottom, #ff5959, #b62f2f);
		color: #ffffff;
		text-decoration: none;
	}
	.Session_button:active {
		background: #982727;
		background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
		background: -moz-linear-gradient(top, #982727, #982727);
		background: linear-gradient(to bottom, #982727, #982727);
	}
	
	@media screen and (max-width: 620px) {
    .sessionBox {
        width:100%;
   	 }
	}
	