/* 
Here you can edit the page properties, like margins from top, left, right.
Default font style, size and text align.
Of course you can add other styles if you want.
*/

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background: #999999;
margin-top:10px
}

.box{
  background-color:#FFFFFF

}

.boximage{
  background-image: url(../images/cutter.jpg);
  background-position:center right;
  background-repeat:no-repeat;
  
  }

/* 
We have setted up forms margins to 0, very usefull in many cases.
*/
form {
margin: 0px;
padding: 0px;
}

.star{
 color: #990000;
 font-weight:bold;
 
}

p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.925em;
}
/* 
Forms element like input field, select field, textarea can be set here.
We used only to force Font family and size.
If you wish, you can edit background, 
*/
input, select, textarea {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/* 
Table cell can be set here. 
*/
td {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
/* 
Table header can be set here. 
*/
th {
  background: #D6DFF7;
  border: 1px solid #F76B00;
}
/* 
List elements can be set here. 
*/
ol, ul {
margin-top:0;
margin-bottom:0.6em;
line-height:1.4;
list-style: url(../images/bullet.jpg);
}
/* 
Horizontal line settings. 
*/
hr {
color: #e2e2e2;
height: 1px;
}
/* 
Links can be edited here. 
*/
a {text-decoration: none;}

a img {border: none;
padding:3 px;}

a:link, a:visited {text-decoration: none;}

a:hover {text-decoration: underline;}
/* 
H1, H2, H3, H4, H5 tags, if is possibble, use this for your pages,
can be very usefull for . 
*/
h1 {
font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h2 {
font-size: 1.3em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h3 {
font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h4 {
font-size: 1.1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h5 {
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
}
h6 {
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
font-weight: normal;}
/* 
We setup here all images border to 0 
*/
img {
border: none;
}
/* 
Fieldset and legend is a very smart tag for making a border 
for a text without table and  also to add a header to this text.
*/
legend {
white-space: nowrap;
font-weight: bold;
color: #000099;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-variant: small-caps;
}
fieldset {
display: block;
border: 1px #AB2325 solid;
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
}

#image {
border: none;
}
#radio {
border: none;
background-color: #ffffff;
}
