﻿
body {
    background: #b7c8dd url(background.gif) repeat-x top left;
}

.item {
    color: #fff;
}

#toppanel {
    height: 142px;
    width: 100%;
}

#toppanel_iframe {
    width: 100%;
    padding: 0;
	 height: 142px;
}

#main .t, #main .b {
    background: url('bg-main-t.png') no-repeat;
}

#main .c {
    background: url('bg-main-c.png') repeat-y;
}

#content {
    color: #fff;
}

#header {
    color: #fff;
    border-bottom: 1px solid #ffdc75;
}

#whatisthis {
    color: #000;
}

.warning-box {
    background: none;
    border-bottom: 1px solid #ffdc75;
}

.processbar-box {
    background: none;
}

    .processbar-box .holder {
        background: none;
        border-bottom: 1px solid #ffdc75;
    }

.time-box {
    background: url('bg-box1.png') repeat-y 100% 0;
}

    .time-box .holder {
        background: url('bg-box1.png') no-repeat 0 100%;
    }

    .time-box .frame {
        background: url('bg-box1-t.png') no-repeat;
    }

.reminder-form h2 {
    color: #fff;
}

.block a {
    color: #fff;
}

#footer {
    color: #fff;
}

    #footer a {
        color: #fff;
    }

#main .b {
    background: url('bg-main-b.png') no-repeat;
}


.item {
    color: #fff;
}
#toppanel{
    height: 130px;
    width: 100%;
}
#toppanel_iframe{ 
    width: 100%;
    padding: 0;
}
/***** custom******/
#main{ 
    background-color: #b7c8dd;
	/*border-left:1px solid #97afcb;
	border-top:1px solid #97afcb;*/
	border:1px solid #97afcb;
	border-radius:0px 0px 15px 15px;
	/*box-shadow:5px 5px 2px #808c9a;
	-moz-box-shadow: 0 0 20px #9eb4cf;
    -webkit-box-shadow:0 0 20px #9eb4cf;
     box-shadow: 0 0 20px #9eb4cf;*/
	margin-bottom:25px;
	margin-top:0px;
	width:100%;
	padding-top:20px
	

}
.time-box .holder, .time-box .frame{
	
background: -moz-linear-gradient(100% 100% -270deg, #FFF4B1, #FFDA00);
background: -webkit-gradient(linear, left bottom, left top, from(#FFF4B1), to(#FFDA00));
	
	

}

#header{ 
   color: #000000;
}


#main .t, #main .b{ 
    background-image:inherit;
}
#main .c{ 
    background-image:inherit;
}
#header #headertext, .reminder-form h2{ 
   color: #275c97;
}


.btn:hover {
	background: #FFCC33;
	box-shadow: none;
	
  
}
.btn {
    background-color: #4674a8;
    border: 0 none;
	border-radius: 5px;
  
}
.reminder-form .item-input{ 

    border:1px solid #cccccc;
	border-radius:5px;
    color: #333;
	background-color:#dce4ef;
	
   }
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
#toppanel{
    height: 120px;
    width: 100%;
}
}
@media (max-width: 380px) {
#toppanel{
    height: 93px;
    width: 100%;
}

.time-box, .time-box .holder, .time-box .frame{
	
background: -moz-linear-gradient(100% 100% -270deg, #FFF4B1, #FFDA00);
background: -webkit-gradient(linear, left bottom, left top, from(#FFF4B1), to(#FFDA00));
	
	

}
}
