body{
	font-family:arial;
	font-size:14px;
	color: #ffcd02;
	background:#303030;
}

#logo {
	margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	font-size: 18px;
	margin-bottom: 18px;
}



#template{
	width: 180px;
}

#smsNumber{
	width: 180px;
}

#command{
	width: 180px;
}

input[type="checkbox"] {
  /*width: 3em;
  height: 3rem;*/
  accent-color: #ffcd02;
}

input[type="text"] {
  width: 280px;
  height: 28px;
  margin-bottom: 2px;
  accent-color: #ffcd02;
}

input[type="number"]{
  width: 80px;
  height: 20px;
  margin-bottom: 2px;
  accent-color: #ffcd02;
}

select{
	accent-color: #303030;
	margin: 2px 0px;
	min-width: 280px;
	height: 38px;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	color: #303030;
	background-color: #ffcd02;
	border-radius: 8px;
}

.codeButton{
	accent-color: #ffcd02;
	margin: 2px 0px;
	min-width: 280px;
	height: 38px;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #303030;
	background-color: #ffcd02;
	border-radius: 8px;
}

select {
  width: 280px;
  height: 28px;
  margin-bottom: 2px;
  /*accent-color: #ffcd02;*/
}

input[type="submit"] {
	accent-color: #ffcd02;
	margin: 2px 0px;
	min-width: 280px;
	height: 38px;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	color: #303030;
	background-color: #ffcd02;
	border-radius: 8px;
}


a {
	height: 28px;
	font-family: verdana;
	font-size: 18px;
	color: #ffcd02;
}

.container {
}

fieldset {
}