@charset "utf-8";
/* CSS Document */

form{
	padding:0px;
	margin:0px;
}

#topFormBookPlayer{
	width:570px;
}

#bookPlayerGraphic{
	position:absolute;
	width:268px;
	top:350px;
	margin-left:280px;
}

#formSectionYourInfo{
	width:250px;
	overflow:auto;
	margin-bottom:10px;
}

#formSectionYourInfoHeader{
	width:250px;
	height:22px;
	background-color:#4f4fe0;
	padding-top:8px;
	text-align:center;
}

#formSectionYourInfoContent{
	width:228px;
	padding:10px;
	border-color:#4f4fe0;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	background-image:url(../../assets/images/fieldBg01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#formSectionDetails{
	width:570px;
	overflow:auto;
	margin-bottom:10px;
}

#formSectionDetailsHeader{
	width:570px;
	height:22px;
	background-color:#4f4fe0;
	padding-top:8px;
	text-align:center;
}

#formSectionDetailsContent{
	width:548px;
	padding:10px;
	border-color:#4f4fe0;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	background-image:url(../../assets/images/fieldBg01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#logoTopBg{
	width:570px;
	height:150px;
	background-image:url(../assets/images/pdpaLogo.jpg);
}

.advertisingTopText{
	float:right;
	width:230px;
	height:133px;
	padding-top:17px;
	padding-right:20px;
	text-align:left;
}

#companiesTv{
	width:548px;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	background-color:#c6d2ff;
	border-left-style:solid;
	border-right-style:solid;
	border-left-color:#a2a2a2;
	border-right-color:#a2a2a2;
	border-left-width:1px;
	border-right-width:1px;
}
