
/* Reset  Rule  */
	*	{
		padding: 0px;
		margin: 0px;
		border: 0px;
		}
body {
	font-family: arial;
	background-color: #ddd;
	color: #123;
	}	

#container	{
	border: 1px solid #00f;
	border-radius: 5px;
	width: 95%;
	max-width: 1366px;
	margin: 10px auto;
	background-color: #ffc;
			}

#verify fieldset	{
	padding: 20px;
	}
#verify legend	{
	font-size: 14pt;
	}
#verify label	{
	display: block;
	font-style: italic;
	color: #505;
	text-shadow: 2px 2px 4px #333;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 2px; 
	}
#verify input[type=password]	{
	background-color: #6ff;
	box-shadow: 2px 2px 4px #333;
	width: 130px;
	font-size: 14pt;
	border-radius: 3px;
	-moz-transition: all 400ms ease-in-out;
	}
#verify input[type=password]:focus	{
	width: 150px;
	font-size: 16pt;
	}
#verify input[type=submit]	{
	background-color: #6ff;
	box-shadow: 2px 2px 4px #333;
	width: 100px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	}
#verify input:hover	{
	background-color: #fcf;
	}
#main p	{
	font-size: 14pt;
	margin-left: 20px;
	}
#main p a	{
	display: block;
	width: 125px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #6ff;
	box-shadow: 2px 2px 4px #333;
	border-radius: 3px;
	margin-top: 20px;
	margin-left: 20px;
	text-decoration: none;
	}
#main p a:hover	{
	background-color: #fcf;
	}
#message	{
	font-size: 14 pt;
	font-weight: bold;
	color: f00;
	}
table, th, td	{
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-collapse: collapse;
	padding: 5px;
	background-color: #fff;
		}	