/* TAGS */
html {
  /*font-size: 81.3%; /* 16px x 81.3% = 13px */
  overflow-y: scroll;
}
body {
  
}
body,textarea,input,select {
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
	font-size:11px;
	color: #4f4f4f;
	line-height: 1.5; /* Unit-less 'line-height means line height can scale. */
}
/* Sizes match proper font scaling. */
h1 {
  /*font-size: 1.6em;*/
  font-size: 18px;
  margin: 0 0 0.2em 0;
}
h2 {
	font-size: 16px;
  /*font-size: 1.385em;*/
   margin: 0 0 0.2em 0;
   font-weight: normal;
}
h3 {
  /*font-size: 1.231em;*/
  font-size: 14px;
  margin: 0 0 0.2em 0;
  font-weight: normal;
}
h4 {
  font-size:11px;
  	/*font-size: 1.077em;*/
}
h5,
h6 {
  font-size:11px;
  	/*font-size: 1em;*/
}
a img {
  border:none;
}
a {
  color:#abd037;
  font-weight: bold;
  text-decoration: none;
  /*outline: 0;*/
}

/*a:link,*/
a:hover {
	text-decoration: underline;
}
a.inactive {
  color:#ccc;
  cursor:default;
}
a.inactive:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1em;
  padding: 0;
}
object {
	outline: 0;
}
em,
dfn {
  font-style: italic;
}
ins {
  border-bottom: none;
  text-decoration: none;
}
pre,
code,
tt,
samp,
kbd,
var {
  font-size: 1em;
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif; /* Safari hack */
}
hr {color: #f1f1f1; margin: 20px 0;}
blockquote,
q {
  font-style:italic;
  quotes:"" "";
}
blockquote {
  margin: 0 0 1.5em;
  padding: 0 0 0 3em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:"";
}
blockquote p {
  margin: 0;
}
strong,
dfn,
caption,
th {
  font-weight: 700;
  text-align: left;
}
td {vertical-align: top;}

/* Lists */
ul,
ol {
  margin: 0 0 1.5em 1em;
  padding:0;
}
.item-list ul,
.item-list ol {
  margin: 0 0 0 1em;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
  margin-bottom: 0;
}
ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ul ul,
ul ul ul ul {
  list-style-type: circle;
}
dl {margin: 0;}
dt {
  float: left;
  width: 150px;
}
dd {
  margin: 0 0 1em 150px;
}
fieldset {
	padding: 10px 0;
	border-top: solid 1px #efefef;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
}
fieldset legend {
	/*font-size: 1.5em;*/
	font-size:14px;
	font-weight: bold;
	color: #efefef;
}
.wingdings {
  font-family: Wingdings;
}
.form-required {
  color:red;
  font-weight:bold;
}

.studentfields-register-form select {
  max-width: 254px;
}
.studentfields-register-form .prefix, .studentfields-register-form .suffix {
  float: left;  
  width: 100%;
  margin: 10px 0px 10px 0px;
  max-width: 400px;
  white-space: normal;
  word-wrap:break-word;
}
.studentfields-register-form .checkboxes-holder {
  display: block; 
  max-width: 2340px;
  margin-left: 108px; 
  padding-left: 10px; 
  overflow-y: auto; 
  border:1px solid #efefef;
}
.studentfields-register-form .checkboxes-holder-inner {
  border: 1px solid transparent;
}

.studentfields-register-form .checkboxes-label {
  width: 200px!important;
}
.studentfields-register-form label {
  /*padding-right: 5px;*/
}



