/* Kontakt neu kaps*/


/*body {
	align:center;
	border: thin dotted #F00;
}*/

div.elem-group {
	margin: 20px 0;
	color: #006;
}

div.elem-group.inlined {
  width: 23%;
  display: inline-block;
  float: center;
}

label {
	display: block;
	font-family: 'Nanum Gothic';
	padding-bottom: 10px;
	color: #000066;
	/*font-size: 1.25em;*/
}

input, select, textarea {
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1.1em;
  font-family: 'Nanum Gothic';
  width: 93%;
  padding: 10px;
  color: #000066;
}

div.elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

textarea {
  height: 100px;
}

hr {
  border: 1px dotted #ccc;
}

button {
	height: 50px;
	border: medium double #00F;
	color: #000066;
	/*font-size: 1.25em;*/
  font-family: "Nanum Gothic";
	font-size: 1.25em;
	border-radius: 4px;
	cursor: default;
	background-color: #CCC;
	font-weight: bold;
	filter: DropShadow(Color=#000033, OffX=5, OffY=5, Positive=y);
}

button:hover {
	border: 2px solid #00F;
	color: #09F;
  }
 
table {
	text-align: left;
	margin: 0px auto;
}