@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body
{
	padding: 20px 0px 120px 0px;
	background-color: #ECF1F4;

	background-image: url('https://www.ideal-checkout.nl/manuals/install/body-background.png');
	background-position: left top;
	background-repeat: repeat-x;
}

body, div, td, p
{
	color: #5C5C5C;
	font-family: "Open Sans",Helvetica,"Times New Roman",serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

h1
{
	font-family: "Open Sans",Helvetica,"Times New Roman",serif;
	font-size: 27px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;

	margin: 0px;
	padding: 0px;
}

h2, h3
{
	font-family: "Open Sans",Helvetica,"Times New Roman",serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;

	margin: 0px;
	padding: 0px;
}

p
{
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

ul, ol
{
	margin: 0px;
	padding: 0px 0px 0px 16px;
}

li + li
{
	margin: 0px;
	padding: 12px 0px 0px 0px;
}

p + p, ul + p, ol + p,
ul + ul, p + ul, ol + ul,
ol + ol, p + ol, ul + ol
{
	margin: 6px 0px 0px 0px;
}

input[type="text"], input[type="password"], select, textarea
{
	width: 400px;
}

td em
{
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

td a
{
	color: #DD127B;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.user-password
{
	background-image: url('https://www.ideal-checkout.nl/manuals/install/lightbulb.png');
	background-position: 0px 0px;

	cursor: pointer;

	width: 12px;
	height: 19px;
}

.status
{
	background-color: #666666;
	background-image: url('https://www.ideal-checkout.nl/manuals/install/status.png');
	background-position: 0px 0px;

	width: 14px;
	height: 14px;
}

.status.ok
{
	background-color: #339933;
	background-position: 0px -18px;
}

.status.nok
{
	background-color: #993333;
	background-position: 0px -36px;
}

.error
{
	background-color: #FFE0E0;
	border: #FF0000 dashed 1px;

	padding: 8px 8px 8px 10px;
	margin: 4px 0px 12px 0px;

	font-size: 12px;
}

.notice
{
	background-color: #F0F0FF;
	border: #0000C0 dashed 1px;

	padding: 8px 8px 8px 10px;
	margin: 4px 0px 12px 0px;

	font-size: 12px;
}

.success
{
	background-color: #E0FFE0;
	border: #00FF00 dashed 1px;

	padding: 8px 8px 8px 10px;
	margin: 4px 0px 12px 0px;

	font-size: 12px;
}

.warning
{
	background-color: #FFF8F0;
	border: #C06000 dashed 1px;

	padding: 8px 8px 8px 10px;
	margin: 4px 0px 12px 0px;

	font-size: 12px;
}

code
{
	display: block;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;

	background: #FFFFFF;
	border: #C0C0C0 dashed 1px;

	margin: 10px 0px 10px 0px;
	padding: 20px;
	width: 570px;

	white-space: nowrap;
	overflow: auto;
}

input[type="text"]
{
	height: 38px;
	line-height: 37px;
	font-family: "OpenSans",Helvetica,"Times New Roman",serif;
	font-size: 14px;

	padding-left: 10px;
	border-radius: 5px;
	border: solid 2px #DDDDDD;
}

input[type="password"]
{
    height: 38px;
    line-height: 37px;
    font-family: "OpenSans",Helvetica,"Times New Roman",serif;
    font-size: 14px;
    padding-left: 10px;
	border-radius: 5px;
	border: solid 2px #DDDDDD;
}

textarea
{
	height: 240px;
	font-family: "OpenSans",Helvetica,"Times New Roman",serif;
	font-size: 14px;

	padding-left: 10px;
	border-radius: 5px;
	border: solid 2px #DDDDDD;
}

select
{
	height: 38px;
	line-height: 37px;
	font-family: "OpenSans",Helvetica,"Times New Roman",serif;
	font-size: 14px;

	padding-left: 10px;
	border-radius: 5px;
	border: solid 2px #DDDDDD;
}

input[type="button"], input[type="submit"]
{
	border: none;
	cursor: pointer;
	display: block;
	height: 38px;
	color: #FFF;
	line-height: 37px;
	font-family: "OpenSans",Helvetica,"Times New Roman",serif;
	font-size: 14px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url("https://www.ideal-checkout.nl/manuals/install/button-150px.png");
	background-position: left top;
	background-repeat: no-repeat;
}

input[type="button"]:hover, input[type="submit"]:hover
{
	border: none;
	display: block;
	height: 38px;
	color: #FFF;
	line-height: 37px;
	font-family: "OpenSans",Helvetica,"Times New Roman",serif;
	font-size: 14px;
	width: 150px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url("https://www.ideal-checkout.nl/manuals/install/button-150px.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.hide-c .label
{
	width: 200px;
	float: left;
	clear: none;

}



.exclamation-mark
{
	background-image: url("https://www.ideal-checkout.nl/manuals/install/exclamation-mark.png");
	background-position: 8px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	display: inline-block;
}

.lightbulb
{
	background-image: url("https://www.ideal-checkout.nl/manuals/install/lightbulb.png");
	background-position: 8px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	display: inline-block;
}