@charset "utf-8";
/* CSS Document */

	html,body
	{
		height:100%;
		padding:0;
		margin:0;
		background-color:#000;
		font-size: 5.0vw;
	}
	#header
	{
		background-color:#ff6000;
		border-bottom-style:solid;
		border-bottom-width:3px;
		border-bottom-color:#000000;
	}

	#border
    {

		border-style:solid;
		border-color:#ff6000;
		border-width:3px;

	}

    #border2
	{
		border-left-style:solid;
		border-left-color:#000000;
		border-left-width:3px;
		border-bottom-style:solid;
		border-bottom-color:#000000;
		border-bottom-width:3px;
		border-top-style:solid;
		border-top-color:#000000;
		border-top-width:3px;
	}
    #border3
	{
		border-right-style:solid;
		border-right-color:#000000;
		border-right-width:3px;
		border-bottom-style:solid;
		border-bottom-color:#000000;
		border-bottom-width:3px;
		border-top-style:solid;
		border-top-color:#000000;
		border-top-width:3px;

	}
        #border4
	{

		border-style:solid;
		border-color:#000000;
		border-width:3px;

	}
	#textbox2
	{
    	background-color:#fff;
    	border-style:solid;
		border-color:#ff9000;
		border-width:3px;

