@charset "utf-8";
/* CSS Document */
.myForm {
	background:rgba(0,0,0,0.5);
	padding:5px;
	
	}



.cont {
		display: block;
		background-color: #000;
		width: 100%;
		height: auto;
		font-family: Helvetica;
		color: #FFF;
		align-content: center;
		text-align: center;
		margin: 0px;
		padding: 10px;
	}
	
	.textcell1 {
		width: 90%;
		background: #FFF;
		border: 1px solid #000;
		color: #000;
		font-size: 16px;
		margin-top: 10px;
		
	}
	
	
	.textcell4{
		background: white;
		color: #000;
		border: 1px solid #000;
		margin-right: 20px;
		font-size: 16px	
	}
	
	.opt:hover{
		background: red;
		color: #999;
		border: none;
		border-bottom: 2px solid #000;
		margin-right: 20px;
		font-size: 20px	
		
	}
	
	
	
	.opt{
		background-color: #FFF;
		color: #D3A12F;
		border: none;
		
	}
	
	
	/* The container */
.container {
  display: block;
  position: absolute;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

	/* The container */
.container20 {
  display: block;
  position: absolute;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#FF00FF;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
	
}

.container20 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
	
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border-radius: 50%;
	border: 1px solid #000;

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #FFF);
}

/* On mouse-over, add a grey background color */
.container20:hover input ~ .checkmark {
  background-color: #FFF);
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #FFF;
}

/* When the radio button is checked, add a blue background */
.container20 input:checked ~ .checkmark {
  background-color: #FFF;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: relative;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Show the indicator (dot/circle) when checked */
.container20 input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #999;
}
/* Style the indicator (dot/circle) */
.container20 .checkmark:after {
 	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #999;
}

	.formcont {
		width: 400px;
		margin:0px auto;
		padding-top: 20px;
		color: #FFF;
		text-align: center;
	}
	
	.options {
		display: block;
		width: 350px;
		text-align: left;
		margin: 20px auto;
	}
	.Uploadbutton{
		display: block;
		margin: auto;
		background-color: #999;
		border: solid 1px #666;
		color: ;
		padding: 10px 20px;
		border-radius: 10px;
	}
	
	.Uploadbutton:hover {
		cursor: pointer;
		background:#FFF;
	}
	
	
	
	.titles1{
		line-height: 10px;
		color:#FFF;
	}
	

	
@media (min-width: 600px) {
	.formcont {
		width: 400x;
		margin:0px auto;
		padding-top: 20px;
		color: #FFF;
		text-align: center;
	}
	

}
