
@media handheld, only screen and (min-width:1700px) {
.Parallex{min-height:700px;}
}

@media screen and (max-width:769px) {
div .thumb_window{top:150px !important;}
}

@media screen and (max-width:500px) {
div .thumb_window{top:240px !important;}
}


.dnnFormMessage { border-radius: 5px; }

/* remove control bar logo */
#ControlBar_conrolbar_logo { display: none; }

/* get rid of annnoying spacing in edit mode */
.dnnSortable { min-height: initial !important; }

.dnnFormItem input[type=reset], .dnnLogin .LoginTabGroup span, .dnnSecondaryAction, a.dnnSecondaryAction {    
    background: #f5f5f5;
	color: #333;
    border-color: #c2c2c2;
    text-decoration: none;
}

.dnnFormItem input[type=reset]:active, .dnnFormItem input[type=reset]:hover, .dnnLogin .LoginTabGroup span:active, .dnnLogin .LoginTabGroup span:hover, .dnnSecondaryAction:active, .dnnSecondaryAction:hover, a.dnnSecondaryAction:active, a.dnnSecondaryAction:hover {
    background: #fff;
	color: #333;
}







