/*============================*/
/* HP quick update editor css */
/* Ver1.0 2015/02/01          */
/*============================*/
@charset 'utf-8';

body 		{
		 background-color: #C1E1C4;
		 font-family: monospace;
		}

#container	{
		 width: 97%;
		 margin: 5px auto;
		 padding: 5px 1%;
		 background-color: #ffffff;
		 font-family: monospace;
		}

h1		{
		 font-size: 125%;
		 padding-bottom: 10px;
		 border-bottom: dotted 2px #1B6739;
		}


fieldset	{
		 margin-top: 1em;
		 padding: 0.5em 1em;
		}

.options	{
		 margin-top: 0.3em;
		 margin-bottom: 0.5em;
		 margin-left: 1em;
		 font-size: smaller;
		}

#submit		{
		 padding-left: 2em;
		}

#submit input	{
		 padding-left: 1em;
		 padding-right: 1em;
		}

em		{
		 font-style: normal;
		 font-weight: bold;
		 color: #f00;
		}

strong		{
		 font-style: normal;
		 font-weight: bold;
		 font-size: 115%;
		 color: #f00;
		}


#copyright	{
		 margin-top: 2em;
		 border-top: solid thin #999;
		 padding-top: 0.3em;
		 font-size: smaller;
		}
