/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm           window_styles.js             3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file defines the styles used by the user          |
|        interface for the main window and dialog boxes.        |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #D4D0C8;
}

fieldset {
	width: 100%;
	border: none;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.note {
	background-color: #FFFF99;
	overflow: auto;
}

* {
	-moz-box-sizing: border-box; 
} 

/***************************************************************\
|                         dialog box styles                     |
\***************************************************************/

.add_hyperlink {
	width: 400px;
	height: 110px;
}

.color_chooser {
	width: 300px;
	height: 180px;
}

.ip_address_chooser {
	width: 300px;
	height: 220px;
}

.connection_status {
	width: 300px;
	height: 150px;
}

.ip_help {
	width: 300px;
	height: 280px;
}

.edit_sticky_note {
	width: 300px;
	height: 320px;
}
