@import "cbgbasic.css";

.left-floating {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.leftfloat {
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: -30px;
	padding-right: 0px;
}

.rightfloat {
	float: right;
	margin-left: -25px;
	padding-right: 0px;
}

.rightimg {
	float: right;
	margin: 10px 5px 0px 10px;
}

#application fieldset {
	float: left;
	margin-right: 30px;
	width: 20%;
	font-size: .8em;
	line-height: normal;
	
}

*html #application fieldset {
	width: 20%;
}

#application label {
	font-weight: bold;
	font-size: .8em;
	line-height: 300%;
}

#yourinfo fieldset {
	width: 27%;
	float: left;
}

*html #yourinfo fieldset {
	width: 31%;
}

#yourinfo label {
	display: block;
	padding-right: 5px;
	font-weight: bold;
	font-size: .8em;
	line-height: 300%;
}

#yourpics fieldset {
	width: 40%;
	float: right;
	}

*html #yourpics fieldset {
	width: 39%;
	float: right;
	}	
	
#yourpics label {
	display: block;
	padding-right: 10px;
	font-weight: bold;
	font-size: .8em;
	line-height: 300%;
}

.submit-but {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	font-size: 12px;
	background-color: D92226;
	font-weight: bold;
	color: 081D5A;
	letter-spacing: 2px;
	height: 23px;
}

*html .submit-but {
	margin: -15px 3px 0px 0px;
}
#sel{
	width: 170px;
}

.infotext{
	width: 335px;
}

.infotext1{
	width: 400px;
}

.infotext2{
	width: 357px;
}

.uploadphoto {
	width: 200px;
}

*html .uploadphoto{
	width: 150px;
}


#judges ul {
  margin: 0;
  padding: 10px 0 10px 15px;
  margin-left: 15px;
  list-style: none;
}

#judges ul li {
  margin: 12px 0 12px 15px; 
  font-weight: 600;
  padding-left: 30px; /* width of icon + whitespace */
  line-height: 21px; /* height of icon */
  background-repeat: no-repeat;
  background-position: 0 50%;
}

*html #judges ul li {
	margin: 12px 0 12px 310px; 
}

#judges ul li a {
  line-height: normal;
  letter-spacing: normal;
  font-size: small;
}

.star { background-image: url(/images/small-star.gif); }

#judges span {
  margin-left: 10px;
  font-weight: normal;
}

#judges img {
	float: right;
	clear: both;
	margin: 4px 10px 4px 10px;
}

.float-right {
	float: right;
	margin: 3px 10px 3px 10px;
	clear: both;
}

#pbform input {
	margin: 5px 10px 5px 10px;
}

#uploading {
	margin: 5px;
}

#boxleft {
	float:left;
	padding: 10px;
	margin: 5px;
	border: solid 1px;
	width: 275px;
	font-weight: bold;
	font-size: 10px;
	line-height: 120%;
}

#boxleft img {
	border: solid 2px #ffffff;
	margin-top: 10px;
}

#sponsors {
	text-align: center;
}

#sponsors img {
	margin: 0 auto;
}

.clearer {
	clear: both;
	height: 1px;
}

.red {
	color: #69090B;
	font-weight: bold;
}