html {
	height: 100%;
}

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	min-height: 100%;
	position: relative;
}

div.login_title {
	margin-top:10px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#0066CC;
}

span.login_input_caption {
	color:#808080;
	font-weight:bold;
	font-style:italic;
}

span.login_input_box {
	
	width:90%;
}
span.login_input_box input {
	
	padding:0 6px 0 6px;
	font-weight:bold;
	font-size:150%;
	color:#404040;
	background:#f0f0f0 url("images/bg_input.png");
}

a.login_maker_link {
	text-align:center;
	color:#d0d0d0;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.col-sm-6 
{
	width:100%;
	min-height: 1px;
	height: 45px;
	font-weight: bold;
}

.col-sm-offset-3 
{
	min-height: 1px;
	text-align: center;
}

.small-col
{
	width:50%;	
	height: 45px;
	font-weight: bold;
	min-height: 1px;
	text-align: center;
	margin:auto;
}

.med-col
{
	width:75%;
	height: 45px;
	font-weight: bold;
	min-height: 1px;
	text-align: center;
	margin:auto;
}

.btn-block, .btn.fullwidth 
{
    display: block;
    width: 100%;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-lg2, .btn-group-lg2 > .btn {
	padding: 10px 0px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px;
}

.btn-med, .btn-group-med > .btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-success, .btn-cta, .btn.call_to_action, .btn.for_payment {
    color: #FFFFFF;
    background-color: #0066CC;
    border-color: #0066CC;
    text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none !important;
}

.btn-input {
	color: #777777;
	background-color: #FFFFFF;
	border-color: #0066CC;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none !important;
	border-style: solid;
	padding-left:5px;
}

.btn-custom {
    color: #ffffff;
    background: url("images/bg_table_head.png");
    font-weight: bold;
	padding: 6px 6px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1.1;
    text-align: center;
	vertical-align: middle;
	cursor: pointer;

}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
	border-style: none;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.alink{
	font-weight:normal;
	text-shadow:none;
	color: #ffffff;
}

.btn-med2, .btn-group-med2 > .btn2 {
	padding: 10px 0px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px;
}

select:required:invalid {
	 color: #666;
 }
option[value=""][disabled] {
	display: none;
}
option {
	color: #000;
}

