/* KGMAIL CSS Document */
.kgm-wrapper {
	overflow:hidden;
}
.kgm-wrapper:before, .kgm-wrapper:after {
	content:" ";
	display:block;
	height:0;
	overflow:hidden;
}
.kgm-form {
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	max-width: 600px;
	background: #FFF;
	padding: 10px;
	border:1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.kgm-form p { font-size:14px;}

.kgm-form label {
  vertical-align: middle;
  overflow: hidden;
}
.kgm-form label.kgm-minwidth { min-width:150px;}

.kgm-form label.ckbox {
	display:inline;
}
.kgm-form label.chkbx input[type=checkbox] {
	color: #444;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.kgm-form div { padding:6px 0;clear: both;}
.kgm-form div>label {
  display: inline-block;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

.kgm-form input[type="radio"] {
	margin-top: 0.5em;
}

.kgm-form input[type="text"], .kgm-form input[type="email"], .kgm-form textarea, .kgm-form select {
	border: 1px solid #CCC;
	color: #444;
	height: auto;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.kgm-form select {
	padding:5px;
}
.kgm-form textarea {
	height:100px;
	padding: 5px 0px 0px 5px;
	width: 70%;
}

.kgm-form .button {
	background-color: #0C4D9C;
	border: 1px solid  #009;
	padding: 8px 20px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.kgm-form .button:hover {
	color: #fff;
	background-color: #0F61C6;
	cursor:pointer;
}

.kgm-noticetext {
	text-align:left;
	font-size:0.9em;
}
.kgmok {color:#444; border-color:#CCC !important;}
.kgmok:focus {border-color:#777 !important;}
.kgmerr {color:#CC0000; border-color:#CC0000 !important;}
.kgmerr:focus {border-color:#777 !important;}
.kgmred1 {color: #FF0000;}
.kgmred2 {color: #D20000;}
