@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #021100;
	text-align: justify;
}
label {
	cursor:pointer;
}
#wrapper {
	width: 435px;
	margin: 0px;
}
#wrapper h1 {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 13px;
	font-weight: bolder;
	color: #0066FF;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#wrapper .text {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#wrapper .text1 {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#wrapper fieldset {
	border: 1px solid #FFFFFF;
	width: 400px;
}
#wrapper .red{
	color:#FF0000;
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: bold;

}
#wrapper .button {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: thin solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	cursor:pointer;
}

#wrapper .input01 {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 15px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
}
#wrapper .input01:focus {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#wrapper .input02 {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 15px;
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
}
#wrapper .input02:focus {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#wrapper .input03 {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 15px;
	width: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
}

#wrapper .input03:focus {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#wrapper .input04 {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 15px;
	width: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
}
#wrapper .input04:focus {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#wrapper .textera {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 100px;
	width: 375px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #999999;
	border-radius: 3px;
	padding-left: 5px;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#wrapper .textera:focus {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#wrapper .table {
	display: table;
	width: 400px;
}
#wrapper .table .row {
	display:table-caption;
}
#wrapper .row .col {
	display: table-cell;
}
#wrapper .row .c132{
	width: 132px;
}
#wrapper .row .c200{
   width: 200px;   
} 
#wrapper .row .c50{
	width: 100px;
}
#wrapper .letter {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
