@import url("http://fonts.googleapis.com/css?family=arial");
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

body {
  padding: 20px;
  text-align: left;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  background: #ffffff;
  min-height:100%
}

table{
 text-align: left;
  font-family: Arial;
  color: #fff;
}

.formbox {
 border:1px solid;
 border-color:#7C2376
}

h1 {
  font-weight: normal;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  margin: 20px 0 100px 10px;
}
h1 span {
  font-size: 13px;
  display: block;
  padding-left: 4px;
}

.tabs {
  width: 650px;
  float: none;
  list-style: none;
  position: relative;
  margin: 20px 0 0 10px;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 18px 21px;
  border-radius: 2px 2px 0 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  background: #8e44ad;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #703688;
}

.tabs .tab-content1 {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  color:#000000;
  top: 53px;
  left: 0;
  background: #d5d5d5;
  border:1px solid #C199B6;	
  
}


.tabs .tab-content2 {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 53px;
  left: 0;
  background: #c49e08;
}

.tabs .tab-content3 {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 53px;
  left: 0;
  background: #d5d5d5;
  border:1px solid #C199B6;	
}


.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: #612e76;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

p.link {
  clear: both;
  margin: 380px 0 0 15px;
}
p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #612e76;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
p.link a:hover {
  background-color: #522764;
}

.thumbnail {
  background: #8d3685;
  width: 190px;
  height: 190px;
  margin: 0 auto 10px;
  padding: 32px 35px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  box-sizing: border-box;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #373536;
  text-align: center;
}

.wwierp {

	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #D0026F;
	text-decoration: none;
	line-height: 18px;
}
a.wwierp:hover {

	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #2A4F95;
	text-decoration: none;
	line-height: 18px;
	background: #fbe7df;
}