
/* Set common attributes for all INPUT, SELECT elements */
#ipdf-form input,
#ipdf-form select
{
	font-size: 22px;
}

#ipdf-form #ISSUE_REASON_2
{
	line-height: 30px;
}

/* Uncomment to apply light-blue fields */

#ipdf-form input,
#ipdf-form select,
#ipdf-form textarea,
#ipdf-form div[type="wysiwyg"]
{
	/*
	background-color: #C8E4FF;
	border: 1px solid #A6D3FF;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 5px #BBBBBB;
	*/
	box-shadow: none;
	background-color: transparent;
	border: 0;
	color: #000000;
}

#ipdf-form input:focus,
#ipdf-form select:focus,
#ipdf-form textarea:focus,
#ipdf-form div[type="wysiwyg"]:focus
{
	border: 0px solid #7DC0FF;
	background-color: transparent;
}

#ipdf-form input:hover,
#ipdf-form select:hover,
#ipdf-form textarea:hover,
#ipdf-form div[type="wysiwyg"]:hover
{
	border: 0px solid #7DC0FF;
	background-color: #B9DDFF;
}

#ipdf-form input[disabled="disabled"],
#ipdf-form select[disabled="disabled"],
#ipdf-form textarea[disabled="disabled"],
#ipdf-form input[disabled="disabled"]:hover,
#ipdf-form select[disabled="disabled"]:hover,
#ipdf-form textarea[disabled="disabled"]:hover
{
	/*background-color: #e4e7ed;
	color: #7d8d95;
	*/
	cursor: not-allowed;
	box-shadow: none;
	background-color: transparent;
	border: 0;
	color: #A59D8B;
}

/* Set individual fields */

#ipdf-form .title{
	top: 120px;
	left: 200px;
	width: 765px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 110px;
	font-weight: bold;
	font-family: tahoma;
}

#ipdf-form .issue_reason_1{
	top: 250px;
	left: 179px;
	width: 800px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 50px;
	font-family: tahoma;
	color: #5A6B6E;
}

#ipdf-form .issue_reason_2{
	top: 330px;
	left: 200px;
	width: 760px;
	height: 80px;
	line-height: normal;
	text-align: center;
	font-size: 30px;
	font-family: tahoma;
}

#ipdf-form .holder_name{
	top: 403px;
	left: 192px;
	width: 770px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	font-family: arial;
	color: #958244;
}

#ipdf-form .issue_notes{
	top: 488px;
	left: 232px;
	width: 700px;
	height: 90px;
	line-height: normal;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: monospace;
}

#ipdf-form .label_issue_date{
	top: 663px;
	left: 189px;
	text-align: center;
}

#ipdf-form .label_signature{
	top: 667px;
	left: 769px;
	text-align: center;
}

#ipdf-form .issue_date{
	top: 625px;
	left: 189px;
	text-align: center;
	font-weight: bold;
	color: #121090;
}

#ipdf-form .signature{
	top: 625px;
	left: 769px;
	text-align: center;
	font-weight: bold;
	color: #121090;
}

.test{
	color: #121090;
}