﻿

.ddl_css
{
	background-color: #fbfbe6;
	border: 1px solid #e8e8e8;
	padding: 5px;
	height: 40px;
	width: 300px;
	text-indent: 0.01px;
	/*In Firefox*/
	text-overflow: '';
	/*In Firefox*/
	-webkit-appearance: none;
}

.tbl_bg
{
	width: 100%;
	/*border: solid black 2px;*/
	text-align: center;
	color: black;
	/*background-color: rgb(242, 214, 214);*/
	/*background-color: rgb(242, 214, 214);*/
	background-color: rgb(192, 233, 230);
}

	.tbl_bg tr td
	{
		border: solid black 1px;
	}


.registertb
{
	width: 100%;
	font-size: 18px;
	/*font-family: Calibri;*/
	color: #236599;
	text-align: left;
	/*background-color: rgb(242, 214, 214);*/
	background-color: rgb(192, 233, 230);
	padding: 20px;
	padding-left:35px;    
	font-variant: small-caps;
    font-weight: inherit;
}

	.registertb tr td
	{
		/*border: solid black 1px;*/        
	}
        .registertb tr td input, div, img,#txt_address {
            border-radius:7px;
        }
	.registertb tr th
	{
		/*border: solid black 1px;*/
		text-align: left;
		font-size: 14px;
		color: black;
	}



.inputText
{
	height: 20px;
	/*padding: 1px;*/
	border: 1px solid #e8e8e8;	
	/*line-height: 26px;*/
	vertical-align: middle;
	width: 204px;

}

	.inputText:hover
	{
		background-color: #ffffe6;
	}

#txt_address 
{
    border-radius:7px;
}

.ddl_class_new
{
    border-radius:5px;
	/*background-color: #fbfbe6;    */
	border: 1px solid #e8e8e8;
	/*padding: 1px;*/
		height: 26px;
	width: 207px;
	text-indent: 0.01px;
	/*In Firefox*/
	/*text-overflow: '';*/
	/*In Firefox*/
	-webkit-appearance: none;

}


.captcha
{
	font-family: Meiryo;
	font-size: 21px;
	font-weight: Bold;
	color: #000066;
	text-align: center;
	font-style: italic;
	letter-spacing: 1em;
	vertical-align: middle;
	background-image: url('../Images/captcha.jpg');
	background-repeat: repeat;
}