diff --git a/ui/index.jsp b/ui/index.jsp
index 60580a51fc9..8599849f57d 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -114,14 +114,14 @@ under the License.
diff --git a/ui/stylesheets/_instance-wizard.scss b/ui/stylesheets/_instance-wizard.scss
index 25a157b1d2e..42460c8ac83 100644
--- a/ui/stylesheets/_instance-wizard.scss
+++ b/ui/stylesheets/_instance-wizard.scss
@@ -15,6 +15,28 @@
// specific language governing permissions and limitations
// under the License.
.multi-wizard.instance-wizard {
+ .select-area {
+ @include row;
+
+
+ input {
+ @include span-columns(1);
+ }
+
+ label {
+ @include span-columns(2);
+
+ font-size: 24px;
+ margin-top: 15px;
+ }
+
+ .desc {
+ @include span-columns(12);
+ @include shift(1);
+ color: darken(#ccc, 30%);
+ }
+ }
+
.select-container {
background: $csui-tab-bg;
padding: 10px;