﻿/* Captcha Css */

/* Captcha */
/********************Horizontal capthca for inner pages*************************************/
.main_captch
{
	width: 100%;
	min-height: auto;
	margin:0 auto 10px;
	padding: 0;
	box-sizing: border-box;
	text-align: left;
	line-height: 10px;
	background-color: #fff ;
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.help_portal
{
	margin: 155px 0px 0px 725px !important;
}

.capthca_pic
{
	float: left;
	margin: 2px ;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
}

.capthca_pic img
{
	
	padding: 5px 0;
	margin: 0 auto;
}


.ver_code
{
	float: left;
}

.inp_btn
{
	float: left;
	margin:10px;
}

.inp_btn input[type="text"]
{
	width: 50%;
	padding: 5px 10px;
    float:left;
	background-color: #fff;
	border-radius: 5px;
	border: #ddd 1px solid !important;
}

.sound_pho
{
	float: left;
	padding: 10px 3px 5px 5px;
}

img
{
	vertical-align: middle;
}

.refresh_pho
{
	float: left;
	padding: 10px 7px 5px 5px;
	font-size: 10px;
}

.help_pho
{
	float: left;
	padding: 5px 3px;
	font-size: 10px;
	width: 2%;
	background-image: none !important;
}
.inp_btn {
  float: left;
  margin: 3px 10px 0 !important;
}
.inp_btn input[type="text"] {
  width: 50% !important;
  margin: 0 !important;
  padding: 5px !important;
}
.inp_btn input[type="text"]:focus {
 box-shadow:0 0 4px #ddd !important;
}
/********************Modal Content for inner pages*************************************/
/********************Modal Content for Login pages*************************************/

/* The Modal (background) */
.help
{
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */ /*z-index: 1;*/ /* Sit on top */
	padding-top: 100px; /*Location of the box*/
	left: -46px;
	top: 0;
	width: 100%; /* Full width */
	height: 30%; /* Full height */ /*overflow: no-content;*/ /* Enable scroll if needed */ /*background-color: rgb(0,0,0);*/ /* Fallback color */ /*background-color: rgba(0,0,0,0);*/ /* Black w/ opacity */
}

/* Modal Content */
.help-content
{
	background-color: #fefefe;
	margin: 98px 0px 0px 886px;
	padding: 5px;
	border: 1px solid #888;
	width: 300px;
	position: relative;
}

/* The Close Button */
.close
{
	height: 25px;
	width: 25px;
	color: #ffffff;
	float: right;
	position: absolute;
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	right: 0px;
	top: -15px;
	background-color: #007cbd;
	border-radius: 50px;
	line-height: 25px;
	text-align: center;
}
.close:hover, .close:focus
{
	color: #c5c5c5;
	text-decoration: none;
	cursor: pointer;
}
.help-content ol li
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Microsoft New Tai Lue;
	line-height: 25px;
	color: #000;
}
.captcha
{
	margin: 0;
	padding: 10px 20px;
}