/*
    Document   : style
    Created on : 30-jul-2009
    Author     : Maurice
    Description:
        Content iframe for inclusion in Pay.nl payment screen
*/

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #777;
  background-color: #f2f2f2;
}

h1, h2, h3,
.title {
  color: #4770AE;
  font-size: 14px;
  font-weight: bold;
}

a {
  color: #4770AE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

#cntMain {
  position: relative;
  margin: 10px;
  padding: 0px;
  width: 780px;
}

