﻿  body
        {
        	margin-top:150px;
        	color:Black;
        	background-image:url('../DesignImage/bodyback.gif');
        	
        	
        }
        table
        {
        	margin-top:0px;
	margin-left: 0px;
}
        .blac
        {
        	color:Black;
        	font-weight:bolder;
        	font-family:Verdana;
        	font-size:20px;
        }

.bord {
    color: rgb(130, 130, 130);
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-box-shadow: 2px 2px 2px 2px #888888;
    box-shadow: 2px 2px 2px 2px #888888;
    background-repeat: repeat-x;
    background-image: url('../DesignImage/table.jpg');
    margin: auto;
    background-color: #fdedcb;
}

 .curve{

color: rgb(130, 130, 130);
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
width:862px;
background-image: url('../DesignImage/bodyb.png');
	background-repeat:repeat-x;
	margin:auto;
}
.frn
{
	font-size:13px;
	color:#A52A2A;
	font-weight:bolder;
	text-align:center;
	font-family:Verdana;
	
}
.scb
{
	font-size:12px;
	text-align:center;
	color:White;
	font-weight:bold;
	font-family:Verdana;

}
.amt
{
	font-size: 13px;
	font-weight: bolder;
	color:black;
}
#outer
{
	width:900px;
	background-color:#FDF5E6;
	margin-top:0px;
}
	.fm
{


	margin:auto;
	
}

.labe2
{
    color:#A52A2A;
    font-weight:bold;
    background-color:#FDEDCB;
    padding-left:5px;
    padding-right:5px;
   
}
.wrong
{
	font-size:14px;
	color:Red;
	font-weight:bold;
}

.mainpage
{
    color:White;
    font-weight:bold;
    background-color:Transparent;
    padding-left:5px;
    padding-right:5px;
   
}


.button111
{
    border: 1px solid #507CD1;
	background-color:White;
  	font-family:Verdana;
  	font-style:normal;
  	font-size:medium;
}


/*/----Teleric captche---/-*/
.imageClass {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
}

.textBox {
    display: block;
    margin-bottom: 10px;
}

.moduleContainer {
    background-color: #dff3ff;
    border: 1px solid #c6e1f2;
    padding: 15px 0 30px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #ccc;
    box-shadow: 5px 5px 10px #ccc;
}

.imgCorrectCode {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid green;
}

.imgWrongCode {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid red;
}
/* Refresh Button for captcha*/
input[type=button].refresh-btn {
    background-image: url('../img/refresh-button.png');
    background-position: center;
    background-color: #e4f1fa;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    width: 35px;
}

.capdata .left {
    width: 100px;
    float: left;
}
.capdata .right {
    width: calc( 100% - 100px );
    float: left;
}
.capdata input[type='text']{}
.capdata button {
    border: 1px solid #d6960f;
    background-color: #e6b346;
    color: white;
    padding: 9px 12px;
    text-align: left;
    margin: 0px 0px 0px 6px;
}
.capdata img {
    margin: 0;
    border-width: 1px !important;
    border: 1px solid #e6b346;
}