body {
    font-family: sans-serif;
}

.branding {
    color: #0B5FA5;
}

#contactForm {
    margin: 20px auto;
    position: relative;
    width: 610px;
}

fieldset {
	border: none;
}

label {
	font-weight: bold;
}

#dropbox {
    padding: 15px;
    border: 1px #ABADB3 solid;
	min-height: 80px;
    -moz-box-shadow: 0 rgba(66, 140, 240, 0.5), inset -8px 0 0 -8px #FFF;
}

#dropbox img {
	margin-left: 5px;
}

#cloud {
    margin: 0px auto;
	text-align: justify;
    width: 100%;
}

#cloud img {
	display: none;
}

#submit {
    background: url("../../_/images/sendit_map.png") 0px 0px;
	display: block;
    height: 30px;
    width: 96px;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
}

#submit:hover {
    background: url("../../_/images/sendit_map.png") -96px 0px;
}

.dragTip {
    color: #555;
    font-size: 75%;
    font-weight: bold;
}

.container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container li {
	margin: 5px 10px;
    display: inline-block;
}

.container li:hover {
    cursor: pointer;
    cursor: hand;
}

#name {
	float: left;
	margin-left: .5em;
	width: 90%;
}

#email {
	float: left;
	margin-left: .5em;
	width: 90%;
}

#phone {
	float: left;
	margin-left: .5em;
	width: 90%;
}

input {
	border: 1px solid black;
	/*margin-bottom: .5em;*/
}

.error {
	font: normal 10px arial;
	padding: 3px;
	margin: 3px;
	background-color: #ffc;
	border: 1px solid #c00;
}

label.valid {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

#addMessage {
    cursor: pointer;
    cursor: hand;
}

#newMessage {
	min-height: 100px;
	width: 100%;
}

#clearForm {
	font-size: 70%;
	font-weight: bold;
	margin-left: 10px;
}

/* Cloud tag formatting */

.tag {
    border: 0px solid #FFF;
    color: #FFF;
	display: inline-block;
    padding: 3px 6px;
    background-color: #29485F;
	-moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-box-shadow:3px 3px 3px #777;
    -webkit-box-shadow:3px 3px 3px #777;
    box-shadow:3px 3px 3px #777;
	
    background:-moz-linear-gradient(-90deg,#4975A9,#14537A);
    background:-webkit-gradient(linear, left top, left bottom, from(#4975A9), to(#14537A));
}

.customTag {
    border: 0px solid #FFF;
    color: #FFF;
	display: inline-block;
    padding: 3px 6px;
    background-color: #29485F;
	-moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-box-shadow:3px 3px 3px #777;
    -webkit-box-shadow:3px 3px 3px #777;
    box-shadow:3px 3px 3px #777;
	
	background:-moz-linear-gradient(-90deg,#4975A9,#14537A);
    background:-webkit-gradient(linear, left top, left bottom, from(#4975A9), to(#14537A));
}

.editTag {
	border: 1px solid #000;
    color: #000;
	display: inline-block;
    padding: 3px 6px;
	background-color: #FEFFAF;
	-moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-box-shadow:3px 3px 3px #777;
    -webkit-box-shadow:3px 3px 3px #777;
    box-shadow:3px 3px 3px #777;
}

.smallestTag {
	font-size: 80%;
}

.largestTag {
    font-size: 120%;
}

.largeTag {
    font-size: 110%;
}

.mediumTag {
    font-size: 100%;
}

.smallTag {
    font-size: 90%;
}






			#backgroundPopup{
				display:none;
				position:fixed;
				_position:absolute; /* hack for internet explorer 6*/
				height: 1000px;
				width:100%;
				top:0;
				left:0;
				background:#000000;
				border:1px solid #cecece;
				z-index:1;
			}
			#popupContact{
				display:none;
				position:absolute;
				_position:absolute; /* hack for internet explorer 6*/
				height:550px;
				width:750px;
				background:#FFFFFF;
				border:2px solid #cecece;
				z-index:200;
				padding:12px;
				font-size:13px;
				overflow-x: hidden;
				overflow-y: auto;
			}
			#popupContact h1{
				background: url('_/images/contact-vertical.png');
				float: left;
				height: 196px;
				width: 29px;
				text-align:left;
				text-indent: -9999px;
				font-size:22px;
				font-weight:700;
				margin-left: 15px;
				padding-bottom:2px;
				margin-bottom:20px;
			}
			#popupContactClose{
				font-size:14px;
				line-height:14px;
				right:6px;
				top:4px;
				position:absolute;
				color:#6fa5fd;
				font-weight:700;
				display:block;
			}
			#button{
				text-align:center;
				margin:100px;
			}