﻿	input[type="text"],
	input[type="password"],
	input[type="color"] {
		color: #767676;
		background-color: #fafafa;
		border: 1px solid #dbdbdb;
		height: 30px;
		padding: 4px 20px;
		border-radius: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}


.input30{
		height: 30px;
}

.select18{
    font-family: 'Nanum Gothic', sans-serif;
	height:50px;
    font-size: 18px; 
    line-height:18px;

	text-align:center;

	width: 150px;
	border: 1px solid #999;
	font-family: inherit;
	background: url('/icon/arrow.jpg') no-repeat 95% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

 }

.select18::-ms-expand 
{
    display: none;
}


.mycheckbox{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #bcbcbc;
	cursor: pointer;
	position:relative; top:5px;
}



#myobject {
	 display:flex;  
}

#circle_Blue{
  background-color: Blue;
  width:100px;
  height:100px;
  border-radius: 50px;
}
#circle_Red{
  background-color: Red;
  width:100px;
  height:100px;
  border-radius: 50px;
}
#circle_Green{
  background-color: Green;
  width:100px;
  height:100px;
  border-radius: 50px;
}
