@charset "UTF-8";
/* CSS Document */
body {font-size: 14px; line-height: 20px; font-family: Helvetica, Arial, sans-serif;}
#wrapper {width: 100%; }

p {padding-bottom: 22px;}

#container {width: 952px; margin: 0 auto; overflow: hidden;}

#header {height: 370px; position: relative;}
#breadcrumbs {position: absolute; top: 300px; left: 0;}
#breadcrumbs p {font-size: 11px;}

#content {overflow: hidden; width: 952px;}
#main {width: 660px; padding: 0; margin: 0;float: left;}

.links #main {width: 440px; }

#main ul.internet {padding-left: 40px; margin-left: 40px;}

#sidebar-left {width: 206px; padding-right: 15px; float: left;}

#right {width: 300px; float: right;}

a, h1, h2, h3 { color:#2685bb; text-decoration: none;}

h1 {font-size: 22px; font-weight: normal; line-height: 26px;}

.iot h1 {color:#00a4b5;}

form {
	width: 247px;
	float: right;
	background: #cacdcf;
	margin-right: 8px;
	padding-bottom: 7px;
}

form label {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
}

form input, form select, form textarea {
	margin-left: 10px;
	width: 217px; 
}

form input.submit {	
	display: block;
	width: 172px;
	height: 56px;
	border: 0px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../images/everyware-cloud/download.png) no-repeat;
	line-height: 0;
	margin: 10px auto;
}

form.contact input.submit {background: url(../images/button-contactus.png) no-repeat; text-indent: -9999px;}

form.register input.submit {background: url(../images/button-register.png) no-repeat; text-indent: -9999px;}

.iot form input.submit {
	background: url(../images/m2m/button.png) no-repeat; margin-top: 20px;
}

form div.title {
	background-color: #1299d3;
	color: #ffffff;
	font-size: 18px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	line-height: 26px;
	padding: 8px 8px 1px 8px;
	margin-bottom: 8px;
}

.iot form div.title {background-color: #00a4b5;}

*+ html form div.title { 
	font-size: 20px;
	line-height: 19px;
	padding-bottom: 5px;
}

form div.title span {
	font-size: 14px;
	padding-left: 2px;
	font-style:italic;
	line-height: 16px;
}

.iot form div.title span {font-size: 16px; line-height: 25px;}


.alignleft {float:left; padding: 0 8px 8px 0;}
.iot .alignleft {padding: 0 25px 300px 0;}
.alignright {float:right; padding: 0 0 8px 8px;}

