﻿@charset "utf-8";
/* CSS Document */

#inner_code input {
	border: none;
	border-radius: 1.5rem 0 0 1.5rem;
	padding: 5px 15px 5px 15px;
}

#inner_code button {
	border:none;
	background-color: #F96361;
	color:#fff;
	border-radius: 0 1.5rem 1.5rem 0;
	padding: 5px 15px 5px 15px;
}

#inner_code label {
	margin-right: 5px;
}

/* COLORS */
.indexpage_paralinks {color:#2f96ad}
#edu_sample_activities { background-color:#1798AD; }
#edu_sample_activities h2 { color:#fff; }
.footer { background-image: url(../images/pattern_blue.png); color: #0d5259; }
div#outer_footer { background-color: #0d5259; }