#joogle {
    width: 380;
	text-align: center;
	padding: 5px;
}

#joogle input {

margin-top:3px;

}

.adv_input {
right: 5px;
}

#joogle submit {
	margin-top: 10px;
	margin-bottom: 10px;
}

#jooglebar {
	line-height: 25px;
	background-color: #C2E7C2;
	text-align: right;
	width: 380;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009900;
	padding:2px;
}

#joogle_results {
	text-align:left;
}

p#joogle_footer {
	font-size: 70%;
	color: #666666;
}

p#joogle_footer a:link a:visited{
	font-size: 70%;
	color: blue;
	text-decoration:none;
}

p#joogle_footer a:hover{
	font-size: 70%;
	color: #FF6600;
	text-decoration:none;
}

td {
	vertical-align: top;
}

/* Used for the advanced div show/hide */
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:blue;
	font-size:70%;
	width:380px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;

	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #999999;
	background-color:#E1E3EC;
	width:380px;
	margin:auto;
	margin-top:5px;
	margin-bottom:5px;
	
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:90%;	
	position:relative;
	text-align:left;
	padding:5px;
}

/* Validation styles */

.invalidInput{
	display: inline;
}

/* Style for valid input */
.validInput{
	display: inline;
}


