
/**
 *	Site:
 *	Target Page:
 *	Date:
 *	Author:
 *	Description:
 *
 *
 */


 /**
 *	Site: http://dev.guidepointglobal.com/requests/emailadv?k=147tZbk3HPXg
 *	Target Page: advisor/templates/requests/response_thank_you.html.tpl, client/templates/requests/thank_you.html.tpl
 *	Date: 10/08/2008
 *	Author: Zaid Emeish
 *	Description: response for client and advisor emails
 *
 *
 */

 .responseMessage{
 	width: 550px;
 	margin-top: 30px;
 	margin-left: 20px;
 }
 
 
 /**
 *	Site: all sites all pages
 *	Target Page: advisor/templates/advisors/34
 *	Date: 10/23/2008
 *	Author: Pete Wilson
 *	Description: Determines Checkbox Multi Select Styles.
 *
 *
 */
 .checkboxMultiSelect {
	background:#F5F5F5 none repeat scroll 0 50%;
	border:1px solid #D4E0E7;
	height:121px;
	margin-top:0;
	overflow:auto;
	padding:4px;
	width: 265px;
 }
 
 .checkboxMultiSelect .checkboxRow input[type="checkbox"] {
 	margin-top: 0px;
 	margin-left: 0px;
 }
 
 .checkboxMultiSelect .checkboxRow {
 	/*height: 16px;
 	overflow: hidden;*/
 }
 
 .checkboxMultiSelect .checkboxRow:hover {
 	background : lightgray;
 }
 
 .checkboxMultiSelect .checkboxCol {

 }
 
 .checkboxMultiSelect .checkboxLabel {
 	white-space: normal;
 }
 
 /**
 *	Site: all sites all pages
 *	Target Page: advisor/templates/advisors/34
 *	Date: 10/23/2008
 *	Author: Pete Wilson
 *	Description: Determines Flip Card Styles
 */
.titleBarButton {
	float : left;
	margin-left : 0px;
	margin-top : 8px;
	height : 21px;
	width : 61px;
	cursor : pointer;
}

.cancelButton {
	float : left;
	margin-left : 10px;
	margin-top : 8px;
	height : 21px;
	width : 61px;
	cursor : pointer;
}

.headerMessage {
	margin-left : 10px;
	margin-top : 8px;
	float : left;
}

.BoardCertificationsInput {
	margin-right:10px;
	width:438px;
}

.taxonomy select{
	width: 276px;
	_width:507px;
}

.taxonomy input[type="text"] {
	width: 270px;
}

div.Taxonomy input[type="text"] {
	width: 263px;
}

div .taxonomy{
	width: 283px;
}
