﻿
footer {
    border-top: none !important;
    padding-top: 5px !important;
}
.FixItDiv
{
	padding-left:35px;
    padding-right:35px;
}
label
{
    font-weight:bold;
}
h3
{
    text-decoration:underline;
}

.rightLink{
    float: right;
    margin-right:25px;
}
/**************[image size and bprder]******************/

.img {
    width: 650px;
    border: 10px solid White;
}

#holder {
    overflow: hidden;
    width: 200px;
    height: 200px;
}

#holder img {
    width: 100%;
    height: auto;
}


/*************[Messages]**************/
#messages ul, #warnings ul, #errors ul {
	padding:10px;
	margin:0px 8px 5px 8px;
}
#messages li, #warnings li, #errors li {
	margin-left:1.5em;
}
#messages {
	color:#000;
}

#messages ul {
	border:2px solid #DBDB08;
	background:#ffffcc;
}
#warnings {
	color:#960;
}

#warnings ul {
	border:2px solid #E59C09;
	background:#fc6;
}
#errors {
	color:#900;
}
#errors ul {
	border:2px solid #c66;
	background:#fcc;
}
/******[ Modal stuff ]******/
.modalBackground{
	background-color: Gray;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}
.modalPanel
{
	border:solid 2px black;
	background:white;
	padding:25px;
	margin:5px;
}

/**************[Time control]***************/

    .modal {
        position: fixed;
        top: 17%;
        left: 50%;
        margin-left: -300px;
        width: 600px;
        background-color: #EEE;
        color: #333;
        border: 1px solid black;
        padding: 12px;
    }
 
    .modalOverlay {
        background-color: #000;
    }
 
    /* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
 
     * html .modal {
        position: absolute;
        top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
    }


fieldset {
    border: solid 1px #ddd;
    padding: 15px;
    margin-bottom: 25px;
}

legend {
    max-width: 300px;
    border: solid 1px gray;
    background-color: #f1f1f1;
    padding: 5px;
}
