.PForm {
	margin-bottom: 15px;
}

.PForm .leftTop {
    position: relative;
	height: 5px;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
    background: url(../res/boxes/formtopleft.gif) no-repeat 0px 0px;	
}

.PForm .rightTop {
	margin-left: 5px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background: url(../res/boxes/formtopright.gif) no-repeat 100% 0px;
}

.PForm .left {
	margin: 0px;
	padding: 0px;
	background: url(../res/boxes/formleft.gif) repeat-y 0px 0px;	
	font-size: 1px;
}

.PForm .right {
	margin-left: 5px;
	padding: 0px;
	background: url(../res/boxes/formright.gif) repeat-y 100% 0px;
	font-size: 1px;
}

.PForm .boxContent {
	zoom: 1;
	background-color: #f3eabf;
	margin-right: 5px;
	padding: 15px;
	font-size: 12px;
}

.PForm .leftBottom {
	height: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: url(../res/boxes/formbottomleft.gif) no-repeat 0px 0px;	
}

.PForm .rightBottom {
	margin-left: 5px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background: url(../res/boxes/formbottomright.gif) no-repeat 100% 0px;
}

.PForm hr {
	border-top: 1px solid #f8c38c;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0px;
    border-right: 0px;
	background-color: #f8c38c;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.PForm .leftArrow {
	position: absolute;
    left: -10px;
    top: 10px;
    width: 12px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
    background: url(../res/boxes/formleftarrow.gif) no-repeat 0px 0px;
}


.PForm .MediumPhotoThumbBox {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	border-top-color: #888888;
	border-left-color: #888888;
	width: 79px;
	height: 79px;
}

.PForm .MediumPhotoThumbBox img {
	border-style: solid;
	border-width: 2px;
	border-color: #f3eabf;
	width: 75px;
	height: 75px;
}

.PForm .MediumPhotoThumbBox img:HOVER {
	border-style: solid;
	border-width: 2px;
	border-color: #8ab0ea;
}


.grayBox input,
.PForm input, textarea {
	font-size: 12px;
	padding: 3px;
	border-style:solid;
    border-color:#888888;
    border-width:1px;
}


.PForm select {
	font-size: 12px;
	padding: 2px;
	border-style:solid;
    border-color:#888888;
    border-width:1px;	
}

.grayBox input[type="submit"],
.grayBox input[type="button"],
.PopupBlack input[type="submit"], 
.PopupBlack input[type="button"],
.PForm input[type="submit"], 
.PForm input[type="button"] {
	color: white;
	background-image:url(../res/buttons/pformbutton.png);
	background-repeat: no-repeat;
    border-style:solid;
    border-color:#000000;
    border-width:1px;
    padding: 3px 10px;
    padding-top: 3px;
	font-size: 14px;
	width:auto;
	overflow:visible;
	background-color: #333333;
}

.grayBox input[type="submit"]:hover,
.grayBox input[type="button"]:hover, 
.PopupBlack input[type="submit"]:hover, 
.PopupBlack input[type="button"]:hover,
.PForm input[type="submit"]:hover, 
.PForm input[type="button"]:hover {
	background-image:url(../res/buttons/pformbutton2.png);
}

.PForm .radioFix {
	border-width:0px;
}
