﻿#fullcol{
	width:750px;
	min-height:100%;
	position:relative;
	margin:0 auto -30px auto;
	background:#ffffff;
}

div.modal  {
  background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
	font-size:10pt;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container_error,
#shadow-container .container_warning {
    position: relative;
    left: -1px;
    top: -1px;
    color:#FFFFFF;
	font-family: 'Trebuchet MS', Verdana, Helvetica;
    font-size:10pt;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

	#shadow-container .container_error,
	#shadow-container .container_warning {
        border: 1px solid #848284;
        padding: 10px;
    }


    #shadow-container .container_error {
		background-color:#EA7474;
    }
		
    #shadow-container .container_warning {
		background-color:#3CB371;
    }
