﻿
img 
{
    border: none;
}

#formjetInnovations
{
    font-size: 0.7em;
    border: solid 1px #e2e1e1;
    height: 69px;
}

#formjetInnovations img 
{
    float: right;
}

#formjetInnovations p 
{
    margin: 8px 10px 10px 10px;
    line-height: 1.4em;
} 




/* ----------------- START: form popup styles ----------------- */

/*IMPORTANT STYLES - THESE DEFINE THIS SMALL POPUP DIV*/

.mymessage { /* Main DIV window */
	background-color: #ccddee;
	border: solid 2px #336699;		
	width: 200px;
}

.mymessage h1 { /* Window Heading text */
	background-color: #6688aa;
	padding: 2px 4px 2px 4px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: white;
	margin: 0px;
}

.mymessage p { /* Window body text */
	padding: 8px;
	font-size: 11px;
	margin: 0px;
}

.mymessage h6 { /* close button text */ 
	padding: 1px 4px 1px 1px;
	text-align: right;
	background-color: #6688aa;
	color: white;
	cursor: pointer;
	margin: 0px;
}

/* ----------------- END: form popup styles ----------------- */