﻿#picbox {
   position: relative;
   margin: 5px auto 0px auto;
}

#picbox-left {
	width: 424px;
}

#picbox-left,
#picbox {
	position: relative;
	float:left;
	height: 283px;	
}

#picbox-right {
   position: relative;
   float: right;
   text-align: center;
   width: 340px;
   font-family: Arial, sans-serif;
   font-size: 25px;
   padding-left: 5px;
   height: 283px;
}

#pr-title {
	background-color: #FFFFFF;
	height: 38px;
	padding-top: 2px;
	font-size: 24px;
	font-family: "Arial Black";
	font-weight: bold;
	letter-spacing: 0.5em;
	font-variant: small-caps;
    border-bottom: medium #CF1717 ridge;
	color: #CF1717;
}

#pr-pitch {
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin: 3px;
	font-size: 20px;
	font-family: "Arial Black";
	line-height: 1.8;
	color: #333333;
}

.sdTitleBar {
	color: #E8E8E8;
	background-image: url('template/bkgd-sdtitle-blue.png');
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	height: 22px;
	padding: 4px 4px 4px 4px;
}

.cf-form {
	padding: 20px;
	background-color: #E2E2E2;
	width: 400px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

.pf-form {
	padding: 20px;
	background-color: #E2E2E2;
	width: 400px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.cf-label {
    position: relative;
    width: 110px;
	float: left;
	text-align: right;
}

.cf-field {
    position: relative;
	float: left;
	padding-left: 10px;
}

.cf-button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.cf-footnote {
    color: #CF1717;
    font-size:14px;
}

.reqAsterick {
	width: 10px;
	color: #CF1717;
	float: left;
	vertical-align: super;
}

.optField {
	width: 10px;
	color: #E2E2E2;
	float: left;
	vertical-align: super;
}

#achievement-list {
	list-style-position: inside;
	position: relative;
	margin-left: 100px;	
}

.indent-div
{
	margin-left: 15px;
}

.readonButton
{
    width: 52px;
    height: 16px;
    position:relative;
    top: 4px;
	background-image:url('images/MoreButton.png');
	background-repeat: no-repeat;
	background-position: top left;  
}

.readonButton img
{
   width: 52px;
   height: 16px;
   border: none;
}

.readonButton:hover
{
	background-image:url('images/MoreButton.png');
	background-repeat: no-repeat;
	background-position: left -20px;
}

