/* General Demo Style */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #58B6D2;
	background: #4b6c9e;
	text-align: center;
	}


/*----------------------------------------
	LINK
------------------------------------------*/

a {
	text-decoration: none;
	}

.button	{
	position: relative;
	top: -3px;
	padding: 3px 20px;
	line-height: 120%;
	}

/*------------------------------------------
	input space
------------------------------------------*/

h1	{
	margin: 25px 0 25px 25px;
	padding: 0 0 0 7px;
	color: #000099;
	/*border-left: 6px solid #000099;*/
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	}

.inputspace	{
	position: relative;
	border: 1px solid #ccc;
	width: 650px;
	margin: 70px auto 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
	
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.70);
	
	
	background: #e5e5e5; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #e5e5e5 0%, #f7f7f7 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e5e5e5 0%,#f7f7f7 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e5e5e5 0%,#f7f7f7 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */


	
	overflow: hidden;
	zoom: 100%;

	}
	

.pulldownbutton	{
	width: 130px;
	}



	.inputspace	dl	{
	margin: 0 0 10px 80px;
	overflow: hidden;
	zoom: 100%;
	}

	.inputspace	dt,
	.inputspace	dd	{
	display: block;
	float: left;
	padding: 3px 0;
	}

	.inputspace	dd	{
	width: 6em;
	}

	.inputspace	.submitbutton	{
	padding-left: 10px;
	}



/*----------------------------------------
	dialog's background
------------------------------------------*/

#box{
 	display: none;
	text-align: center;
	}

.md-content {
	width: 650px;
	margin: 0 auto;
	color: #fff;
	background: #5598b5;
	border-radius: 5px;
	}

.md-content h3 {
	margin: 0;
	padding: 0.7em 0.4em 0.4em 0.4em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	opacity: 0.8;
	}
	
	
/*----------------------------------------
	dialog's inner
------------------------------------------*/

.md-content	{
	margin: 30px auto 0 auto;
	width: 650px;
	}
	
.md-content-wrap	{
	padding: 20px 20px 15px 20px;
	}

.md-content-wrap	>	p{
	text-align: left;
	}

.md-content-wrap	> div{
	padding: 10px 0 0 0;
	text-align: center;
	}
.md-content	dl	{
	margin: 0 0 10px 0;
	overflow: hidden;
	zoom: 100%;
	}

.md-content	dt,
.md-content	dd	{
	display: block;
	float: left;
	padding: 3px 0;
	}

.md-content	dd	{
	width: 10em;
	}

.md-content	.submitbutton	{
	padding-left: 10px;
	}




