/*
 * CSS Design (C) 2007 Infoideea SRL
 * info at info - ideea dot com
 * http://www.info-ideea.com
 */

body {
  margin: 20px;
  font-size: 0.9em;
  font-family: Helvetica,Arial,Sans;
  color: #808080;
}

h1 {
  font-size: 1.7em;
  color: #404040;
}

h2 {
  font-size: 1em;
  color: #404040;
}

a:link {
  text-decoration: none;
  border-bottom:1px dotted;
  color: #000099;
}

a:visited {
  text-decoration: none;
  border-bottom:1px dotted;
  color: #000099;
}

a:active {
  text-decoration: none;
  border-bottom:1px dotted;
  color: #404040;
}

a:hover {
  text-decoration: none;
  border-bottom:1px solid;
  color: #404040;
}


/*
 * Layouts
 */

.p-shadow {
  float:left;
  background: url(/buletin/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/buletin/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 15px; 
}

#main {
    width: 750px !important;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
}

#wrapper{
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0px 6px 6px 0px;
}

#content {
  margin-top:2em;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2em;
  width:90%;
}

#footer {
  text-align:center;
  font-size:0.9em;
}

#header {
  width:100%;
  height: 180px;
  min-width: 700px;
  background: url(/buletin/images/timbru.gif) no-repeat bottom right;
}

#header a,
#header a:link,
#header a:active,
#header a:hover,
#header a:visited
{
	text-decoration: none;
	border:none;
}

.centered {
  text-align:center;
}


.clean {
  clear:both;
  border:none;
  margin:0; padding:0;
  background:transparent;
}

.required {
  font-style: oblique;
  color: darkblue;
}

INPUT.attributeinput {
  border: solid 1px #808080;
}

INPUT[name="email"], INPUT[name="emailconfirm"], SELECT[name="attribute12"], SELECT[name="attribute13"], SELECT[name="attribute14"] {
  border: solid 1px #404040;
}

INPUT[type="checkbox"] { border:none; }

.attributename {
}

img {
	border:0;
}

