#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }


div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

.error li{
	color: black;
	background: Coral;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

.info li{
	color: black;
	background: LightGreen;
	border: 1px solid DarkGreen;
	padding: 1em;
	margin: 1em 0;
}

textarea {
  width: 50%;
}

html,body {

  height:100%;

}

body {

  height:100%;
  /* background-color: #b5b5b5; */
	background-color: #e3e3e3;
}


#snow_off {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 11px;
  color: #000;
  text-decoration: underline;
}
#snow_off:hover {
  text-decoration: none;
}


#main_my,#footer_my {
  margin:5px 15px 5px 5% ;
}



/*
#colorbackground,#colortext {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(images/select.png);
}

#colorbackground div,#colortext div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(images/select.png) center;
}
*/

#preview {
  width: 300px;
  border: 1px solid black;
}

#frmalbumForm-generate{
    /*height:50px;*/
}

#whydonate{
  display:none;
  margin: 5px 10px 5px 10px;
}

input,select,.text {
  background-color: white !important;
	background: -webkit-gradient(
            linear,
            center top, center bottom,
            color-stop(0%, #eee),
            color-stop(100%, #fff)
          ) !important;
	background: -moz-linear-gradient(
            top, #eee, #fff
          ) !important;

	border: solid 2px white;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
	color: black !important;
	/*text-shadow: 0px 1px 1px white;*/
	font-family: "Lucida Sans MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: 10pt;
}
input:focus,select:focus {
	box-shadow: 0px 1px 6px rgba(0,64,255,0.7);
	-webkit-box-shadow: 0px 1px 6px rgba(0,64,255,0.7);
	-moz-box-shadow: 0px 1px 6px rgba(0,64,255,0.7);
	outline: none;
	-webkit-focus-ring-color: none;
}

#frm-albumForm td {
  padding: 4px;
}

input[type="image"] {
    padding: 5px;
}

li{
  List-style-type: disc;
}

h1{
  font-size:20pt;
}

h2{
  font-size:17pt;
}

/*
form .required label {
	font-weight: bold;
}
*/

.help {

  width:600px;
  border: 2px red solid;
  padding: 10px;
  font-size: 15pt;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  
}
