
html {
    height:100%;
    background: -webkit-linear-gradient( 180deg, #43BFC7 , #9AFEFF 50%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( 180deg, #43BFC7, #9AFEFF 50%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #43BFC7, #9AFEFF 50%); /* For Firefox 3.6 to 15 */
    background: linear-gradient( 180deg, #43BFC7 , #9AFEFF 50%); /* Standard syntax */
    font-family: Times New Roman;
    font-size: 14px;
}
#footer {
    height: 84px;
    background: -webkit-linear-gradient( 180deg, #FFFFC2 , #FFFFCC 20%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( 180deg, #FFFFC2, #FFFFCC 20%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #FFFFC2, #FFFFCC 20%); /* For Firefox 3.6 to 15 */
    background: linear-gradient( 180deg, #FFFFC2 , #FFFFCC 20%); /* Standard syntax */
   -moz-border-radius:6px;
   -webkit-border-radius:6px;
   -khtml-border-radius: 6px;
    border-radius:6px;
    font-size: 11px;
    font-weight: bold;
    color: darkslategray;
}
#maindiv {
    position: fixed;
    top: 10px;
    left: 2%;
    right: 2%;
    bottom: 10px;
    -moz-border-radius:6px;
   -webkit-border-radius:6px;
   -khtml-border-radius: 6px;
    border-radius:6px;
   -moz-box-shadow: 3px 3px 4px #488AC7;
   -webkit-box-shadow: 3px 3px 3px #488AC7;
   -khtml-box-shadow: 3px 3px 4px #488AC7;
    box-shadow: 3px 3px 4px #488AC7;
    background: -webkit-linear-gradient( 180deg, #7DFDFE , #fff 10%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( 180deg, #7DFDFE, #fff 10%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #7DFDFE, #fff 10%); /* For Firefox 3.6 to 15 */
    background: linear-gradient( 180deg, #7DFDFE , #fff 10%); /* Standard syntax */
    color: #0041C2;
}



#headdiv {
    width: 95%;
    height: 120px;
    background: -webkit-linear-gradient( 180deg, #BCC6CC , #342D7E 20%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( 180deg, #BCC6CC, #342D7E 20%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #BCC6CC, #342D7E 20%); /* For Firefox 3.6 to 15 */
    background: linear-gradient( 180deg, #BCC6CC , #342D7E 20%); /* Standard syntax */
   -moz-border-radius:6px;
   -webkit-border-radius:6px;
   -khtml-border-radius: 6px;
    border-radius:6px;
}

#headerlogin {
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient( 180deg, #BCC6CC , #95B9C7 20%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( 180deg, #BCC6CC, #95B9C7 20%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #BCC6CC, #95B9C7 20%); /* For Firefox 3.6 to 15 */
    background: linear-gradient( 180deg, #BCC6CC , #95B9C7 20%); /* Standard syntax */
    color: darkblue;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
}

.infodiv {
    background: yellow;
}

#login {
    width: 420px;
    background: #E0FFFF;
    border-style: solid;
    border-width: 5px;
    border-color: lightgray;
    
   
}

/*#maindiv:after,*/
#maindiv:before { 
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg); 
     transform:rotate(90deg);
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
        margin-left: 42px;
        margin-top: -24px;
}

input[type=text], input[type=password]{
    color: darkblue;
    font-size: 12px;
}

#buttonlogin {
    width: 25px;
    height: 25px;
    background: #F88017;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}

#buttonlogin:hover {
  cursor: pointer;
  background: #9DC209;
}

.line {
    width: 100%;
    height: 1px;
    background: #fff;
}

#maindiv:after {
	border-bottom-color: #00b7d5;
	border-width: 50px;
	left: 0%;
}
#maindiv:before {
	border-bottom-color: #c2e1f5;
	border-width: 55px;
	left: 0%;
        top:39px;
}


#comment_bubble3 {
    width: 240px;
    height: 100px;
    background: #088cb7;
    position: relative;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#comment_bubble3:before {
    content:"";
    width: 0;
    height: 0;
    right: 100%;
    top: 19px;
    position: absolute;
    border-top: 13px solid transparent;
    border-right: 26px solid #088cb7;
    border-bottom: 13px solid transparent;
}

#comment_bubble1, #comment_bubble2 {
    width: 240px;
    height: 60px;
    background: #088cb7;
    position: relative;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

#comment_bubble1:before, #comment_bubble2:before {
    content:"";
    width: 0;
    height: 0;
    right: 100%;
    top: 19px;
    position: absolute;
    border-top: 13px solid transparent;
    border-right: 26px solid #088cb7;
    border-bottom: 13px solid transparent;
}
